need macro - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: need macro (/thread-17037.html) |
need macro - dimitrilyra - 01-01-2015 i need a macro for ex: put stealth ring if have 2 or more tarantulas on my screen. who can help me ? thanks RE: need macro - fairoox94 - 01-01-2015 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() RE: need macro - dimitrilyra - 01-01-2015 (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 ;/ RE: need macro - fairoox94 - 01-01-2015 (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() RE: need macro - mr. Kris - 01-01-2015 delete macro when You editing macro and click "done" You creating new macro and You must delete macro |