11-11-2013, 02:18 PM
11-11-2013, 02:23 PM
(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?
11-11-2013, 02:47 PM
I think that will be the best option from erLeo, but you must do min. money
11-11-2013, 03:20 PM
11-11-2013, 07:53 PM
(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.
11-11-2013, 11:16 PM
If you can not withdraw the money will be 0.
11-12-2013, 12:49 AM
But "XAfter" bot with balance,dont take profit with gold only, need money for continue bot!
My idea is the best.
My idea is the best.
11-12-2013, 10:01 AM
To check whether you have money or not, you will have to withdraw.
Sample:
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:57 AM
(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, 02:38 PM
(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.
11-12-2013, 08:40 PM
CAMON GUYS !

11-12-2013, 09:14 PM
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]
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]
11-13-2013, 07:24 AM
VERY NICE.
u without Variables?
u without Variables?
11-13-2013, 08:27 AM
Put on variables : gold=x money for continue or logout
And put that macro after withdraw
And put that macro after withdraw