Macro refiler ssa might ring - 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: Macro refiler ssa might ring (/thread-7742.html) |
Macro refiler ssa might ring - Boolczyk - 03-15-2013 Siema wszystkim, potrzebne mi pewne macro niewiem czy takie jest dostępne ale chodzi mi o to aby bot zakładał stone skin gdy mniej niz X hp oraz might ringi gdy mniej niż X hp da się zrobić coś takiego lub ktoś takie coś posiada ?[/i] RE: Macro refiler ssa might ring - Kimoszin - 03-15-2013 [macro]1021 {Equip Amulet} minHP:=50 ID_ITEM:=3081 Self.Health()<=!minHP! [else] Self.Inventory.Amulet()<>!ID_ITEM! Self.Equip.Amulet(!ID_ITEM!) Exit() {else} Self.Inventory.Amulet()==!ID_ITEM! Self.UnEquip.Amulet(0)[/macro] [macro]1011 {Equip Ring} minHP:=1001 ID_ITEM:=3048 Self.Health()<=!minHP! [else] Self.Inventory.Ring()<>!ID_ITEM! Self.Equip.Ring(!ID_ITEM!) Exit() {else} Self.Inventory.Ring()==!ID_ITEM! Self.UnEquip.Ring(0)[/macro] |