Quote Originally Posted by Infernal Bolt View Post
Lets say you have 64 manas and want to withdraw money for up to 200 manas you can do it like this:
PHP Code:
Self.SayToNpc("withdraw " .. ((200-Self.ItemCount(268))*50)) 
200-64=136
136*50 = 6800

okej, it works but how can i buy all money get in mana potion ?
and how can i check the cap to buy rSpears in royal spears ?