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
The script is very simple, but helpfull
If you don't know how to make a Sql job, look here:
http://forum.ragezone.com/guides/guide-database-backup-job-img-guide-213611.html
But when you have to set the job time, set it to every one minute.
Enjoy
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)
The script is very simple, but helpfull

If you don't know how to make a Sql job, look here:
http://forum.ragezone.com/guides/guide-database-backup-job-img-guide-213611.html
But when you have to set the job time, set it to every one minute.
Enjoy
