Zakladanie Ringow - 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: Zakladanie Ringow (/thread-8830.html) |
Zakladanie Ringow - lukaszekbt - 04-21-2013 Jak ustawić by zkaładał life ringi i jak miałby 80% many np. by je ściągał ! za pomoc dokładną leci reput RE: Zakladanie Ringow - zipp19921 - 04-21-2013 Wstaw to w macro. Obydwa w automacie. W miejscu ID wpisz ID ringa 1000 {LFup} Self.Mana%()<80 Self.Equip.Ring(ID) 1000 {LFdown} Self.Mana%()>80 Self.UnEquip.Ring(ID) Edit by Catar Much better macro for this [macro]500 {lifering} Self.Mana%()<=80 [on] Self.Inventory.Ring()<>3089 Self.Equip.Ring(3052) exit() {on} Self.Inventory.Ring()==3089 Self.UnEquip.Ring(0) exit() [/macro] |