06-12-2015, 03:36 PM
hello,
im looking for macro that will change weapon for better when
-on screen will be more than 2 monsters
-on screen will be dwarf geomancer, dwarf guard or dwarf soldier
i have already macro that working with this first one rule, but I need full
im looking for macro that will change weapon for better when
-on screen will be more than 2 monsters
-on screen will be dwarf geomancer, dwarf guard or dwarf soldier
i have already macro that working with this first one rule, but I need full
Code:
1000 {Change Weapon} safemonster:=2 loweapon:=3271 hiweapon:=3291 Creatures.Beside()>!safemonster! [Onsafemonster] Self.Inventory.LeftHand()<>!loweapon! Self.Equip.LeftHand(!loweapon!) Exit {Onsafemonster} Self.Inventory.LeftHand()<>!hiweapon! Self.Equip.LeftHand(!hiweapon!)