BBot - The best bot of the world

Full Version: IF NOT MONEY BANK LOG?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is possible if not money bank character logout?


for exemple, macro when npc bank say, not money ,logout.
(11-11-2013, 02:18 PM)XAfter Wrote: [ -> ]Is possible if not money bank character logout?


for exemple, macro when npc bank say, not money ,logout.

mmmm..... i can create one macro for count money of ur bp and if you dont have x money in bp logout, if continue, okay?
I think that will be the best option from erLeo, but you must do min. money
(11-11-2013, 03:20 PM)Kimoszin Wrote: [ -> ]http://wiki.bmega.net/doku.php?id=add_ty...heck_label

He dont wanna logout when "X" money in backpack.
He wanna macro when is him "BALANCE" = 0 in bank him character gonna logout.
If you can not withdraw the money will be 0.
But "XAfter" bot with balance,dont take profit with gold only, need money for continue bot!
My idea is the best.
To check whether you have money or not, you will have to withdraw.

Sample:
Code:
Say (X Y Z:hi)
NPCSay (X Y Z:withdraw)
Withdraw (X Y Z:!potionId! !potionPrice! !potionAmount!)
NPCSay (X Y Z:yes)
FullCheck (32350 32227 7:Full Continue Else NoMoney Code 3031>0)
(11-12-2013, 10:01 AM)Kimoszin Wrote: [ -> ]To check whether you have money or not, you will have to withdraw.

Sample:
Code:
Say (X Y Z:hi)
NPCSay (X Y Z:withdraw)
Withdraw (X Y Z:!potionId! !potionPrice! !potionAmount!)
NPCSay (X Y Z:yes)
FullCheck (32350 32227 7:Full Continue Else NoMoney Code 3031>0)

Dont work becouse 3031 is gold coin, make one macro after withdraw put macro [macro: check gold or platinium or crystal coins, if have x money continue and if dont have x money logout. After i make, im in school jejeje
(11-12-2013, 10:57 AM)erleo Wrote: [ -> ][quote='Kimoszin' pid='75004' dateline='1384250498']
To check whether you have money or not, you will have to withdraw.

Sample:
Code:
Say (X Y Z:hi)
NPCSay (X Y Z:withdraw)
Withdraw (X Y Z:!potionId! !potionPrice! !potionAmount!)
NPCSay (X Y Z:yes)
FullCheck (32350 32227 7:Full Continue Else NoMoney Code 3031>0)

Dont work becouse 3031 is gold coin, make one macro after withdraw put macro [macro: check gold or platinium or crystal coins, if have x money continue and if dont have x money logout.
CAMON GUYS !Tongue
I told you how to do. =)

Anyway, I use this in my script ghostland
[macro]0 {Safe Bank} !safeBanking!==1 Misc.ItemCountEx(!potionId!)<!potionAmount! Misc.ItemCountEx(!foodId!)<!foodAmount! gold:=Misc.ItemCountEx(3031) VarAdd(safeBank, !gold!) gold:=Misc.ItemCountEx(3035) VarAdd(safeBank, !gold!) gold:=Misc.ItemCountEx(3043) VarAdd(safeBank, !gold!) !safeBank!<=0 Self.Logout() BBot.TogglePause()[/macro]
VERY NICE.


u without Variables?
Put on variables : gold=x money for continue or logout

And put that macro after withdraw