Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Turn off Attacker when 2 royal spears
#1
Hello!
Could someone make a makro which will stop attacker when character got less than 2 royal spears?
And another macro which will start attacker when 30 royal spears?

I'll give rep+ ofc Smile

thanks in advance
Reply
#2
Code:
1000 {STOP ATK} Self.Inventory.LeftHand(IDSPEAR)=<2 Self.Stop() Killer.Stop()

Code:
1000 {CONTINUE ATK} Self.Inventory.LeftHand(IDSPEAR)>29 Killer.Start()

Try it.
Reply
#3
(08-08-2015, 03:14 PM)kaiquegabriel Wrote:
Code:
1000 {STOP ATK} Self.Inventory.LeftHand(IDSPEAR)=<2 Self.Stop() Killer.Stop()

Code:
1000 {CONTINUE ATK} Self.Inventory.LeftHand(IDSPEAR)>29 Killer.Start()

Try it.

Its really ok, thank you but is it possible to make this macro counting all royal spears character got (i meant in left hand and in backpack) and than stop/start attacker?

Ofc rep + Smile
Reply
#4
Code:
1000 {STOP ATK} Self.Inventory.LeftHand(IDSPEAR)=<2 Misc.ItemCountEx(IDSPEAR)=<2 Self.Stop() Killer.Stop()

Code:
1000 {CONTINUE ATK} Self.Inventory.LeftHand(IDSPEAR)>29 Misc.ItemCountEx(IDSPEAR)>29 Self.Stop() Killer.Stop()

Try, idk if works.

I recommend you to put one macro: equip spears on your left hand slot when 10-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)