• 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 - Include file to hand an item to an NPC

Gnits

Active member
Joined
Mar 24, 2017
RedCents
674¢
Does anyone have an include file for handing an item to an npc?
 
Here is what I've got in my DoN Token Macro. You can easily create an include from it.

Sub TurnIn
/keypress OPEN_INV_BAGS
/delay 10
/shift /itemnotify ${FindItem[=Dark Reign Token].InvSlot} leftmouseup
/delay 10
/click left target
/delay 10
/click left target
/delay 10
/notify TradeWnd TRDW_Trade_Button leftmouseup
/if (${FindItemCount[Dark Reign Token]} == 0) {
/bc Turned In!
/return
} else {
/bc Issue With Turn In!
}
/return
 
Question - Include file to hand an item to an NPC

Users who are viewing this thread

Back
Top
Cart