minx123 2 Posted July 26, 2016 hello.. i need some help. how to reset all player to default position(map) and reset look.. Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted July 26, 2016 Use sql query, make sure your server is OFF UPDATE `char` SET `last_map` = 'prontera' , `last_x` = 95 , `last_y` = 65 , `hair` = 0 , `hair_color` = 0 , `clothes_color` = 0; 2 minx123 and bWolfie reacted to this Quote Share this post Link to post Share on other sites
0 minx123 2 Posted July 26, 2016 Use sql query, make sure your server is OFF UPDATE `char` SET `last_map` = 'prontera' , `last_x` = 95 , `last_y` = 65 , `hair` = 0 , `hair_color` = 0 , `clothes_color` = 0; thank you so much.. done.. Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted July 26, 2016 Use sql query, make sure your server is OFF UPDATE `char` SET `last_map` = 'prontera' , `last_x` = 95 , `last_y` = 65 , `hair` = 0 , `hair_color` = 0 , `clothes_color` = 0; thank you so much.. done.. Quote Share this post Link to post Share on other sites
hello.. i need some help.
how to reset all player to default position(map) and reset look..
Share this post
Link to post
Share on other sites