What I am basically trying to do is write a macro that allows me to loot a corpse while avoiding the No Trade Items, but at the same time allows me to loot all of the "vendor trash".
Currently when running a hotkey I made (Line 1: /tar corpse | Line 2: /lootall ) /lootall will not loot any of the items that are not No Trade if there is more than one No Trade item on the corpse. For example, if the mob drops Slot 1: Diamond Slot 2: No Trade Necklace Slot 3: No Trade Augment, it will just skip all items on corpse and won't even recognize the Diamond in Slot 1 even though it is first.
Here is the code that I have come up with so far. Keep in mind I am just a newb, so it probably looks like a two-year wrote it
Code: Select all
| Loot.mac
Sub main
:loop
/delay 3
/target corpse
/stick 10
/delay 2
/lootall
/delay 2s
/keypress forward hold
/delay 1
/keypress forward
/goto :loop
Thank you,
Kingmen


