Critica Posted April 28, 2012 Posted April 28, 2012 How do i warp the character out on an error map? using sql is possible.. Quote
Flaid Posted April 28, 2012 Posted April 28, 2012 You just have to change the cordinates of the character if using SQL is possible. Quote
Emistry Posted May 1, 2012 Posted May 1, 2012 you can try like this http://pastebin.com/raw.php?i=UgUperAW Quote
Brian Posted May 1, 2012 Posted May 1, 2012 To reset them to their save point: UPDATE `char` SET last_map=save_map, last_x=save_x, last_y=save_y WHERE `name`='CHAR_NAME_HERE'; To reset them to prontera: UPDATE `char` SET last_map='prontera', last_x=155, last_y=188 WHERE `name`='CHAR_NAME_HERE'; Quote
Question
Critica
How do i warp the character out on an error map? using sql is possible..
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.