Glowing Lena Fete Rune - 30 AC aug quest - http://everquest.allakhazam.com/db/quest.html?quest=5303
Uses MQ2Nav to collect all of the ground spawns in the neighborhood zone
Uses MQ2Nav to collect all of the ground spawns in the neighborhood zone
Rich (BB code):
| shardhunt.mac - Sym 5.6.2017
| Picks up Hunt of the Shards ground spawn items in neighborhood zone for Anniversary Solo Task: Hunt of the Shards
| http://everquest.allakhazam.com/db/quest.html?quest=5303
#event ItemTargeted "#*#Hunt of the Shards#*#"
sub Main
/declare HaveTarget int outer 0
:Start
/varset HaveTarget 0
/itemtarget Hunt
/delay 1s
/doevents
/if (!${HaveTarget}) {
/echo No Items Availabe
/endm
}
/nav item click
/delay 5
:WaitItem
/delay 1s
/if (${Cursor.ID}) {
/autoinv
/delay 5
/goto :Start
}
/goto :WaitItem
/return
sub Event_ItemTargeted
/varset HaveTarget 1
/return

