Posts: 44
Threads: 20
Joined: Sep 2011
Reputation:
0
[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
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
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()
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
12-31-2017, 01:20 PM
(This post was last modified: 12-31-2017, 08:50 PM by Catar.)
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?
Posts: 44
Threads: 20
Joined: Sep 2011
Reputation:
0
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
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
so you had to change ID in one of these lines yes?
Self.Inventory.LeftHand()<>25760
Self.Inventory.LeftHand()<>16115