• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - AdvLootItem datatype: detect if everyone passed on an item?

AttonRand

Member
Joined
Dec 11, 2020
RedCents
170¢
Is there a way to detect if an item has been rolled for and everyone selected 'No'? I don't see anything exposed for this.
 
Not sure if this is what you are looking for but check out advloot


I do something like this in my macro's. the "if" looks for the item in inv greater then 2 in this case, then advloot in this case gives it to my group leader (could be anyone in your group), then they loot it. Or you might be able to set up an DanNet query of similar to loop through...

There prob a lot better way but this is what works for me.


/if (${FindItemCount[Item Name]} < 2) { /delay 1s /advloot shared "Item Name" giveto ${Group.Leader} /delay 1s /echo Looting a Item Name /advloot personal "Item Name" loot }
 
Question - AdvLootItem datatype: detect if everyone passed on an item?

Users who are viewing this thread

Back
Top
Cart