Sallycantdance Posted March 7, 2022 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 17 hours ago Share Posted March 7, 2022 hello guys how can i wipe all characters zeny and character banks in sql thanks in advance Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted March 9, 2022 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 March 9, 2022 shutdown the server and run the SQL script. UPDATE `char` SET `zeny` = 0; UPDATE `mail` SET `zeny` = 0; UPDATE `acc_reg_num` SET `value` = 0 WHERE `key` LIKE '#BANKVAULT'; Quote Link to comment Share on other sites More sharing options...
0 mR L Posted March 9, 2022 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 177 Reputation: 26 Joined: 12/24/14 Last Seen: December 25, 2024 Share Posted March 9, 2022 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted March 10, 2022 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 17 hours ago Author Share Posted March 10, 2022 20 hours ago, Emistry said: shutdown the server and run the SQL script. UPDATE `char` SET `zeny` = 0; UPDATE `mail` SET `zeny` = 0; UPDATE `acc_reg_num` SET `value` = 0 WHERE `key` LIKE '#BANKVAULT'; hello emistry do you have any tutorials for running sql script? i only know how to delete it in table manually and my main problem is the bank because theres no bank tables in sql and i dont have any idea how to run a sql script im using sqlyog ultimate Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted March 19, 2022 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 March 19, 2022 On 3/10/2022 at 4:46 PM, GM Winter said: dont have any idea how to run a sql script im using sqlyog ultimate a simple google search would have solved your questions. https://sqlyogkb.webyog.com/article/46-executing-sql-queries https://sqlyogkb.webyog.com/article/117-execute-sql-script On 3/10/2022 at 4:46 PM, GM Winter said: no bank tables it stored as account variable, so its the acc_reg_num table. 1 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted March 19, 2022 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 17 hours ago Author Share Posted March 19, 2022 7 hours ago, Emistry said: a simple google search would have solved your questions. https://sqlyogkb.webyog.com/article/46-executing-sql-queries https://sqlyogkb.webyog.com/article/117-execute-sql-script it stored as account variable, so its the acc_reg_num table. thank you verymuch sir emistry Quote Link to comment Share on other sites More sharing options...
Question
Sallycantdance
hello guys how can i wipe all characters zeny and character banks in sql thanks in advance
Link to comment
Share on other sites
5 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.