BBot - The best bot of the world
how to make script who use stealth ring? - 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: how to make script who use stealth ring? (/thread-11274.html)



how to make script who use stealth ring? - 9daniel2 - 08-10-2013

hello everyone, im sorry if i make this post in wrong place.

i need to script? when 3+ tarantulas use stealth ring.

rep for help!!!!!

najlepiej jakby polacy sie wypowiadali, bo moj anglielski fenomenalny nie jest, a wiele trzebaby mi przy okazji wytłumaczyc, z gory dziekujeSmile


RE: how to make script who use stealth ring? - xlesiu - 08-14-2013

hiho Smile

1st macro :

EquipStealthRing
1000 {EquipStealthRing}
a:=Creatures.OnScreen()
!a!>3
Self.Equip.Ring(3049)

2nd macro :

UnEquipStealthRing
1000 {UnEquipStealthRing}
a:=Creatures.OnScreen()
!a!<3
Self.UnEquip.Ring(0)
(3049)

Auto enabled both Wink