Critica Posted April 28, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Share Posted April 28, 2012 How do i warp the character out on an error map? using sql is possible.. Quote Link to comment Share on other sites More sharing options...
Flaid Posted April 28, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share Posted April 28, 2012 You just have to change the cordinates of the character if using SQL is possible. Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted May 1, 2012 you can try like this http://pastebin.com/raw.php?i=UgUperAW Quote Link to comment Share on other sites More sharing options...
Brian Posted May 1, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share 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 Link to comment Share on other sites More sharing options...
Question
Critica
How do i warp the character out on an error map? using sql is possible..
Link to comment
Share on other sites
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.