Moderator: MacroQuest Developers
Code: Select all
/play ^ExitToQuestNPC^ | Runs path from exit to NPC (You need to record path in advance)
/delay 10m !${Advpath.Playing} | Wait until you are at NPC
/target ^NPCName^ | Target the NPC
/delay 5s ${Target.ID} | Wait for him to be targeted
/say ^TextToGetTask^ | Say the keyword for the task
/delay 10s ${Window[^WindowName^].Open} | Wait for the task window to open
/notify ^WindowName^ ^ListName^ listselect ${Window[^WindowName^].Child[^ListName^].List[^TaskName^]} | Pick the task
/delay 5 | Wait for it to be picked
/notify ^WindowName^ ^AcceptButtonName^ leftmouseup | Accept the task
/delay 5s !${Window[^WindowName^].Open} | Wait for the task window to be closed
/play ^NPCToEntrance^ | Run to the zone entrance
/delay 10m !${Advpath.Playing} | Wait until you're there
/itemtarget ^EntranceObjectName^ | Target the entrance object
/face item | Face it
/click left center | Click it to enter zone
More along the lines of, why resurrect an old thread?Igloo wrote:It was intended as a follow-up to jacensolo's post/code. Is it preferred that I have this in the VIP section?