Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Macro] Exevo Gran Mort
#1
[Macro] Exevo Gran Mort
Goodnite brothers, i'm looking for a macro that if has a ID: 25760 on backpack it will equip it on Left hand, and if has not equip normal rod/wand ID:16115


Please guys, i've searched and found nothing
Reply
#2
Misc.ItemCountEx(25760)>=1 [rod]
Self.Inventory.LeftHand()<>25760
Self.Equip.LeftHand(25760)
exit()
{rod}
Self.Inventory.LeftHand()<>25760
Self.Inventory.LeftHand()<>16115
Self.Equip.LeftHand(16115)
exit()
Reply
#3
(12-31-2017, 05:13 AM)Catar Wrote: Misc.ItemCountEx(25760)>=1 [rod]
Self.Inventory.LeftHand()<>25760
Self.Equip.LeftHand(25760)
exit()
{rod}
Self.Inventory.LeftHand()<>25760
Self.Inventory.LeftHand()<>16115
Self.Equip.LeftHand(16115)
exit()

I tried but it keep using 16115, but if i manual put the 25760 on left hand it use it till the end and then equips 16115
Reply
#4
Make it manual, put 16115 in hand and 25760 in bp. And press debugging in the macro window. Copy paste here what shows


BTW, are you sure ID of these items dont change when they in hand/backpack
like rings do?
Reply
#5
first i've seen ur reply i'vent made. But now i just checked it again and now i see that when wand is equipped it changes id. Macro working tyy
Reply
#6
so you had to change ID in one of these lines yes?

Self.Inventory.LeftHand()<>25760
Self.Inventory.LeftHand()<>16115
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)