![]() |
Stealth Ring please help :/ - 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: Stealth Ring please help :/ (/thread-14488.html) |
Stealth Ring please help :/ - cibor12 - 04-02-2014 if in screen 3 cyclops '3 cyclops,, put stealth ring and if is 2 cyclops unquip And if in screen is cyclops smith equip ring and if kill smith unequip ring RLY NEED ;< RE: Stealth Ring please help :/ - cibor12 - 04-03-2014 HELPE ME? RE: Stealth Ring please help :/ - mr. Kris - 04-03-2014 Hello. I will help You. Code: 500 {Stealth Ring} Creatures.OnScreen()>=4 [jump] Self.Equip.Ring(3049) Exit() Creatures.OnScreen()<4 {jump} Self.UnEquip.Ring(0) Exit() Code: Creatures.OnScreen()>=4 [jump] If i help REP+ RE: Stealth Ring please help :/ - damiansnk - 04-03-2014 1000 {Stealth Ring} Creature.ByName(Cyclops)Creatures.OnScreen()=>3 Self.Equip.Ring(3049) Creature.ByName(Cyclops)Creatures.OnScreen()<3 Self.UnEquip.Ring(1) Try it ![]() RE: Stealth Ring please help :/ - mr. Kris - 04-03-2014 (04-03-2014, 12:35 PM)damiansnk Wrote: 1000 {Stealth Ring} Creature.ByName(Cyclops)Creatures.OnScreen()=>3 Self.Equip.Ring(3049) Creature.ByName(Cyclops)Creatures.OnScreen()<3 Self.UnEquip.Ring(1) 1. I get him working macro. 2. Why you spam when i give good solution? 3. Your script is only for cyclops, mine for all monsters I dont understand ppl like you, spam for rep -.- |