01-01-2015, 04:02 PM
i need a macro for ex: put stealth ring if have 2 or more tarantulas on my screen.
who can help me ? thanks
who can help me ? thanks
need macro
|
01-01-2015, 04:02 PM
i need a macro for ex: put stealth ring if have 2 or more tarantulas on my screen.
who can help me ? thanks
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()
01-01-2015, 05:04 PM
(01-01-2015, 04:29 PM)fairoox94 Wrote: Hello dimitrilyra, 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 ;/ (01-01-2015, 05:04 PM)dimitrilyra Wrote:(01-01-2015, 04:29 PM)fairoox94 Wrote: Hello dimitrilyra, 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()
01-01-2015, 06:06 PM
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.
|
« Next Oldest | Next Newest »
|