• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • There is a suspension/ban wave happening, we're still gathering information. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Question - /Notify (1 Viewer)

Joined
Feb 5, 2014
RedCents
108¢
Does anyone happen to know the /notify command to loot a single item out of the loot window?

Tried and several varieties
/notify LootWnd LW_LootSlotTemplate rightmouseup

Was just goofing around and trying to see if I could write a Lua for NOS raid to go to corpse and loot a single crystal from the corpse.
 
from ninjadvloot.inc



```
Sub LootItem(int i,DoWhat,WhichButton)
/if (${Debugloot}) /echo DEBUGLOOT Enter Sub LootItem ${i} ${DoWhat} ${WhichButton}
/declare CorpseItemID int local ${Corpse.Item[${i}].ID}
/nomodkey /shift /itemnotify loot${i} ${WhichButton}mouseup
/delay 5s ${Window[ConfirmationDialogBox].Open} || !${Corpse.Item[${i}].NoDrop}
/if (${Window[ConfirmationDialogBox].Open}) /nomodkey /notify ConfirmationDialogBox Yes_Button leftmouseup
/delay 5s ${Cursor.ID} || ${WhichButton.NotEqual
}
/if (${DoWhat.Equal[Destroy]} && ${Cursor.ID}==${CorpseItemID}) /destroy
/delay 5s !${Corpse.Item[${i}].ID}
/if (${Cursor.ID}) /call CheckCursor
/if (${Debugloot}) /echo DEBUGLOOT Leave Sub LootItem
/return



```​
 
Question - /Notify

Users who are viewing this thread

Back
Top