Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NEED A EASY MACRO
#1
HELLO I NEED MACRO TO LOGOUT WHEN AMMO END PLEASE REP FOR HELP
Reply
#2
u can set it in protector
Reply
#3
I cant its only option log when no cap and all potions
Reply
#4
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.
Reply
#5
Ye Mr. Kris master of macros ^^
Reply
#6
(10-17-2014, 06:17 AM)mr. Kris Wrote: 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.

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 Smile

Also use [ macro ] forum tags, like:
[macro]1000 {Logout low ammo} ID_AMMO:=1000 Misc.ItemCountEx(!ID_AMMO!)<10 Self.Logout()[/macro]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)