Jump to content

Question

5 answers to this question

Recommended Posts

  • 0
Posted

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

 

  • 0
Posted
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

  • 0
Posted
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...