• 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 - Is it possible to check which items are in the Advanced loot window

Joined
Nov 23, 2006
RedCents
935¢
As the topic states, would it be possible to search the advacnced loot windows for a specific item, and if found give it to a specific person?

I cannot seem to find any references in the Macroquest2 wiki related to the advanced loot window.
 
Maybe something like this? Might check NinjaAdvLoot.inc as it rocks! Obviously the code below would need to be modified to your needs but should give you somewhere to start.

Rich (BB code):
Sub CheckLootNames
/declare i int local 1
/for i 1 to ${AdvLoot.SCount}
	/if (${AdvLoot.SList[${i}].ID} && ${Group.MasterLooter.ID}==${Me.ID}) /echo ${AdvLoot.SList[${i}].Name}
/next i
/return
 
Question - Is it possible to check which items are in the Advanced loot window

Users who are viewing this thread

Back
Top
Cart