ServUO Version
Publish 57
Ultima Expansion
Time Of Legends
I am using a custom map and want to redo where the teleporters are and want to make sure that I am reading this correctly.

teleporters.csv:
public class GenTeleporter
{
    private static string m_Path = Path.Combine("Data", "teleporters.csv");
    private static char[] m_Sep = { ',' };

I will find the locations and be able to edit where they go from the teleporter.csv file?
 

Yes, if using a totally custom map I would empty this out and populate it as needed.

This is what allows for "item less" teleporters.

You can also add teleporters by hand, if say setting up a temporary event, by typing in [add teleporter in-game.

Sorry, if using publish 57 these suggestions may not work. ServUO 57 does not support item-less teleporters.
 
Back