Quote Originally Posted by Bushu View Post
wow!
is it possible to count how many pots you have, then withdraw that amount of money and buy these pots? or not?
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