Jump to content
  • 0

Q>Zeny & Bank Wipe out


GM Winter

Question


  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

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

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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';

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   25
  • Joined:  12/24/14
  • Last Seen:  

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...