Michael D. Posted November 3, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 87 Reputation: 0 Joined: 10/28/12 Last Seen: December 23, 2012 Share Posted November 3, 2012 how to reset char position because my char is stuck in an unknown map. here's the ss. Quote Link to comment Share on other sites More sharing options...
Euphy Posted November 3, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted November 3, 2012 UPDATE `char` SET `last_map`='prontera',`last_x`=156,`last_y`=191 WHERE `name`='<char name>'; 1 Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted November 3, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted November 3, 2012 Thank Euphy for the SQL code, but I think if there's no security measure, someone could abuse the code Quote Link to comment Share on other sites More sharing options...
Mystery Posted November 3, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted November 3, 2012 UPDATE `char` SET `last_map`='prontera',`last_x`=156,`last_y`=191 WHERE `name`='<char name>'; Thank Euphy for the SQL code, but I think if there's no security measure, someone could abuse the code You could use the code; there's no problem with the code cause all you gotta do is put the name of the char in the space indicated. Other then that, you can manually do it by heading to your char database and find the last map they were own and manually input the new name of the map for the char. Quote Link to comment Share on other sites More sharing options...
Michael D. Posted November 4, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 87 Reputation: 0 Joined: 10/28/12 Last Seen: December 23, 2012 Author Share Posted November 4, 2012 Thanks Euphy. it really helps me alot. Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted November 4, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted November 4, 2012 You could use the code; there's no problem with the code cause all you gotta do is put the name of the char in the space indicated. Other then that, you can manually do it by heading to your char database and find the last map they were own and manually input the new name of the map for the char. Yes, what I mean is, if we create a NPC with this code, then we should add another security to authenticate whether she/he is the correct account owner. Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 4, 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 November 4, 2012 in the first place....euphy doesnt create this script to be use using NPC..... he just simple write your a SQL Command so that you can shutdown your server and run it in your SQL Machine ..... Quote Link to comment Share on other sites More sharing options...
Question
Michael D.
how to reset char position because my char is stuck in an unknown map.
here's the ss.
Link to comment
Share on other sites
6 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.