Hello, does anyone know where is the teleport code written where people are sent by when they log in? (in 12Tails source)
I mean like
I want the characters to be spawned/teleported in Birth Village so they will talk to a NPC telling them they want to be teleported to Twin City.
I tried searching for (with exactly the right coords where the char spawns in Twin City but I can't find it)
I mean if I will modify the code to
it will send all new characters to Birth Village.
BUT I CAN'T FIND WHERE.
Thanks!
I mean like
Code:
client.Entity.Teleport(1002, 386, 395);
I tried searching for (with exactly the right coords where the char spawns in Twin City but I can't find it)
Code:
client.Entity.Teleport(1002, 386, 395);
Code:
client.Entity.Teleport(1030, 70, 100);
BUT I CAN'T FIND WHERE.
Thanks!