This plug-in/addon/module/upgrade will add a bank system to your game. Players will be able to deposit and withdraw money
from the bank.
Because I don’t want any comments to ruin this thread I want to say that this plug-in/addon/module/upgrade isn’t made by me, it is just modified by me. I didn’t code it, I didn’t invented it and I don’t take any credit for it, I hope it’s ok with all of you.
How to?
1.Run the following query:
ALTER TABLE
game_planets ADD `bankm` DOUBLE( 132,0 ) NOT NULL
DEFAULT '0';
ALTER TABLE game_planets ADD `bankc` DOUBLE( 132,0 ) NOT NULL DEFAULT '0';
ALTER TABLE game_planets ADD `bankd` DOUBLE( 132,0 ) NOT NULL DEFAULT '0';
2.Download: http://www.mediafire.com/download.php?tzmjoezzjtd
3. Unzip the file and copy them over your game. If it asks you something, click yes .
4. On the left menu template, make a link to bank.php .