• 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

Batwings

CodeXtrm

Active member
Joined
Jul 30, 2006
RedCents
Need a macro that will turn in 4 batwings ( not stacked ) to a NPC . if anyone has one Plz let me know
 
Just change Red Wine to whatever you want to turn in. Needs to be the exact name.
Zazoot said:
http://macroquest2.com/phpBB2/posting.php?mode=quote&p=47456
Rich (BB code):
| By zazoot !
| just open all your packs with the stuff in it , stand facing the npc
| target the npc and have fun!

Sub Main 
/declare wine int local 

:Loop 
/if (!${FindItem[=Red Wine].InvSlot}) { 
  /echo backpacks empty go get more stuff 
  /endmacro 
} 

/say hail 
/for wine 1 to 4 
   /ctrlkey /itemnotify ${FindItem[=Red Wine].InvSlot} leftmouseup 
   /if (!${FindItem[=Red Wine].InvSlot}) /goto :Done 
      /delay 4 
   /if (${wine}==1) { 
      /click left target 
      /click left target 
      /delay 4
     }
   /if (${wine}==2) {
      /notify GiveWnd GVW_MyItemSlot1 leftmouseup
      /delay 4
     }
   /if (${wine}==3) {
      /delay 4
      /notify GiveWnd GVW_MyItemSlot2 leftmouseup
     }
   /if (${wine}==4) {
      /delay 4
      /notify GiveWnd GVW_MyItemSlot3 leftmouseup
     }
/next wine 
/delay 4
/notify GiveWnd GVW_Give_Button leftmouseup 
/delay 4

:cursorclear 
/delay 4
/if (${Cursor.ID}) /goto :cursorclear 
/goto :Loop 

:Done 
  /delay 4
  /notify GiveWnd GVW_Give_Button leftmouseup 
  /endmacro
 
Batwings

Users who are viewing this thread

Back
Top
Cart