![]() |
anyway to move point in bank out to their cash on hand
anyway to move point in bank out to their cash on hand.
i intend to deactivate the bank. i think the bank point is not just store in a field in database. it seems to store in a certain format along with other info in the field. |
There is a table for the bank. If you are using MySQL 4.x, I believe you could use a query like this.
[sql]UPDATE user, utt_store_bank SET user.uttpoints=user.uttpoints+utt_store_bank.amoun t WHERE user.userid=utt_store_bank.userid;[/sql] And then to clear the bank of all accounts, use these two queries. [sql]DELETE FROM utt_store_bank; UPDATE user SET uttstore_bankdata='';[/sql] |
havent tried yet. but thanks.
|
Anyone tried this ?
I wanna turn off bank too, just dont wanna mess anything up. |
Quote:
after about 8 months of asking, it seems like no one knows how to move the cash from bank to hand. |
All times are GMT. The time now is 06:04 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|