10-16-2014, 06:53 PM
HELLO I NEED MACRO TO LOGOUT WHEN AMMO END PLEASE REP FOR HELP
NEED A EASY MACRO
|
10-16-2014, 06:53 PM
HELLO I NEED MACRO TO LOGOUT WHEN AMMO END PLEASE REP FOR HELP
10-16-2014, 09:08 PM
u can set it in protector
SELL 300 ED
10-17-2014, 02:20 AM
I cant its only option log when no cap and all potions
Try this:
Code: 1000 {Logout when low ammo} Misc.ItemCountEx(ID AMMO)<10 Cavebot.Stop() Status.Battle()==0 Self.Logout() Exit() Add ID AMMO in: Misc.ItemCountEx(ID AMMO) You must have opened BP with ammo.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
10-17-2014, 11:32 AM
Ye Mr. Kris master of macros ^^
SELL 300 ED
10-17-2014, 02:30 PM
(10-17-2014, 06:17 AM)mr. Kris Wrote: Try this: Just a type, you don't need Cavebot.Stop() and Status.Battle() because Self.Logout() will pause the Cavebot and wait for Status.Battle()==0 automatically Also use [ macro ] forum tags, like: [macro]1000 {Logout low ammo} ID_AMMO:=1000 Misc.ItemCountEx(!ID_AMMO!)<10 Self.Logout()[/macro] |
« Next Oldest | Next Newest »
|