BBot - The best bot of the world
Special scripy for cycs - 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: Special scripy for cycs (/thread-16570.html)



Special scripy for cycs - Marsyl - 11-05-2014

Hello im looking for a scipt to my cave bot - when a cyclops smith on a screen were a Stealth Ring. Thanks


RE: Special scripy for cycs - byko - 11-05-2014

I think its impossible to make when smith on screen wear stealth ring, but u can use that one macro:
Creatures:= how many creatures on screen have to be for wear ring
Quote:STEALTH RING
Creatures:=4
Creatures.OnScreen()>=!Creatures! [OnCreatures]
Misc.ItemCountEx(3049)>=1
Self.Inventory.Ring()<>3086
Self.Equip.Ring(3049)
Exit()
{OnCreatures}
Self.Inventory.Ring()==3086
Self.UnEquip.Ring(0)
Exit()
rep++ please


RE: Special scripy for cycs - damiansnk - 11-05-2014

200 {creature on screen ring} Creatures.ByName(Creature Name)>=1 Self.Equip.Ring(IDRING)

200 {Creature on screen ringOFF} Creatures.ByName(Creature Name)<1 Self.UnEquip.Ring(0)

try that1


RE: Special scripy for cycs - Marsyl - 11-06-2014

thanks