Quote Originally Posted by DfauQ View Post
@XtrmJosh Awesome tutorial man! thanks alot! Sadly I have a problem, I dont know if i missed anything in the tutorial but.. I changed the local ManaName and price to great mana potion and now my banking is messed up When it tries to withdraw this happens:

Rokyn: Hiho, hiho, --- ! Welcome to the bank! What can I do for you?
Rokyn: Please tell me how much gold it is you would like to deposit.
Rokyn: You do not have enough gold.
Rokyn: You certainly have made a pretty penny. Your account balance is - gold.

Im not getting any error, just that ^ I do have the money for my supplies etc. Am I missing some Library? Just cant figure it out.

PS. Im trying to use it on shadowcores OT if that makes any difference.
Thanks in advance.
Did you change the variable name in all places it was used? If there is a chance you missed one, you should search the script to double check. That sounds like the most likely candidate. Is that the entire banking transcript? Does it attempt to withdraw money at all?

Also, it sounds to me like the banking system on the OT you're using doesn't accept the term "deposit all", in which case you will need to modify the script to cycle through all your gold backpacks and count how much you have, then deposit the whole lot at once. It's all rather tedious, and would take me probably an hour to code up, but right now I simply wouldn't have the time to do so.

Thanks for the feedback regardless, hope it goes better for you once you follow these steps. Let me know if you have any further problems.