Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need macro
#1
i need a macro for ex: put stealth ring if have 2 or more tarantulas on my screen.
who can help me ? thanks
Reply
#2
Hello dimitrilyra,

Try this:

Quote:500 {Stealth Ring} Creatures.ByName(Tarantula)>=2 [jump] Self.Equip.Ring(3049) Exit() Creatures.ByName(Tarantula)<1 {jump} Self.UnEquip.Ring(0) Exit()
Reply
#3
(01-01-2015, 04:29 PM)fairoox94 Wrote: Hello dimitrilyra,

Try this:

Quote:500 {Stealth Ring} Creatures.ByName(Tarantula)>=2 [jump] Self.Equip.Ring(3049) Exit() Creatures.ByName(Tarantula)<1 {jump} Self.UnEquip.Ring(0) Exit()


its all ok, but with 2 tarantulas he's putting the ring. i've changed the number 2 for 3, but with 2, continous use with 2 ;/
Reply
#4
(01-01-2015, 05:04 PM)dimitrilyra Wrote:
(01-01-2015, 04:29 PM)fairoox94 Wrote: Hello dimitrilyra,

Try this:

Quote:500 {Stealth Ring} Creatures.ByName(Tarantula)>=2 [jump] Self.Equip.Ring(3049) Exit() Creatures.ByName(Tarantula)<1 {jump} Self.UnEquip.Ring(0) Exit()


its all ok, but with 2 tarantulas he's putting the ring. i've changed the number 2 for 3, but with 2, continous use with 2 ;/

hmmm weird


Test:
Quote:500 {Stealth Ring} Creatures.ByName(Tarantula)>=3 [jump] Self.Equip.Ring(3049) Exit() Creatures.ByName(Tarantula)<1 {jump} Self.UnEquip.Ring(0) Exit()
Reply
#5
delete macro

when You editing macro and click "done" You creating new macro and You must delete macro
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)