BBot - The best bot of the world
Pomocy Reputy beda - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Pomocy Reputy beda (/thread-10643.html)



Pomocy Reputy beda - cibor12 - 06-28-2013

Expie na corymach , garsta wpt na 60 lvl , mam problem !

Chce zeby bot wkładał jak na ekranie 3 potwory Ringa stealth i jak zabije je to do bp odklada. <=== dla pomocnych daje repuciki. !


RE: Pomocy Reputy beda - kefu - 06-28-2013

Pozmieniaj sobie tylko id i liczbe potworow

Code:
1500 {Equip/Unequip ring with x monsters} monstersCount:=2 idRingOFF:=3052 idRingON:=3089  Creatures.ByName(Cyclops)>=!monstersCount! [else] Self.Inventory.Ring()<>!idRingON! Self.Equip.Ring(!idRingOFF!) Exit() {else} Self.Inventory.Ring()==!idRingON! Self.UnEquip.Ring(0)