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!

Auto Exile Teleport Out Script

Newbie Spellweaver
Joined
Nov 5, 2006
Messages
31
Reaction score
8
Hi, a lot of people on my server were complaining in my server that when they teleport to the exile map, it tells them that there is a missing file and there character is bugged, and i have to open mu-editor and change there position. I got anoyed by that, so i made a script that automaticly teleports a person out of exile map.
Just set this as a job in Sql Enterprise Manager,

Here is the script :)
Code:
UPDATE Character
SET MapNumber= 0, MapPosX = 120, MapPosY = 120

WHERE MapNumber = 5

--(C) Marat (xphire)
 
Newbie Spellweaver
Joined
Jan 26, 2007
Messages
51
Reaction score
0
Re: [Release] Auto Exile Teleport Out Script

its a guide not release
 
Back
Top