Is there any way to tell if an item on a corpse is NO DROP before you loot it.
I want my bots to loot corpses but don't want them to loot an item if it is NO DROP.
Any ideas?
Thanks!
Moderator: MacroQuest Developers

Interesting... Don't know if there is a way to check for the Loot No Drop window. I'll keep looking into this and post my findings.Make sure you have it prompt you to loot nodrop... Then make script try to loot it. Window will pop up asking if you want to loot. Make it say NO.
Then have script let you know that it was NO-DROP.

This is basically what I ended up doing. Small delay with an incrementing variable worked for a 'Timeout' factor. Basically covered the problem of loot no drops and Lore items.Left click loot.
If cursor contains item -- autoinv it
If curssor does not contain loot -- It's nodrop, stop lootin.