Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro refiler ssa might ring
#1
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 Big Grin?[/i]
#2
[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]


Forum Jump:


Users browsing this thread: 1 Guest(s)