Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

teleport list ?

Newbie Spellweaver
Joined
Jun 30, 2014
Messages
64
Reaction score
2
hi guys can i have the teleport list? i tried to teleport inside a wilds dungeon but failed

tried commands like this /teleport 1 wilds , /teleport 2 "wilds" and so on nothing worked

thanks :)
 
Junior Spellweaver
Joined
Nov 21, 2015
Messages
180
Reaction score
21
Look to your defineworld.h
#define WI_WORLD_MADRIGAL 1

1 is the defined world value and the x and y values are well your placement on the map.
/teleport 1 X Y

example
/teleport 1 100 100ticket maps require you to have a ticket inside your inventory.

Edit, I looked and I believe rustia was the name of the wilds and _1 should be savage so 124 and 125 unless your source has them defined differently.
#define WI_INSTANCE_RUSTIA 124#define WI_INSTANCE_RUSTIA_1 125
 
Last edited:
Back
Top