| 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