Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Mostly manually and tears
Kaen’s GiveOne and GiveAll buttons are magic.
Target the NPC, pick up the item on your driver toon, and press the GiveOne Button. All your bots will target the NPC, find the item in inventory, pick it up, hand it to the NPC, and echo it in your MQ2 window.
Combine this with an MQ2Event on each character that triggers on Quest Task Update, and echos into the MQ2 Chat Window which confirms your bots have all handed item in and got the quest update.
This is why stopped doing COV progression. All those turn in quests in CS made me quit.Mostly manually and tears
Kaen’s GiveOne and GiveAll buttons are magic.
Target the NPC, pick up the item on your driver toon, and press the GiveOne Button. All your bots will target the NPC, find the item in inventory, pick it up, hand it to the NPC, and echo it in your MQ2 window.
Combine this with an MQ2Event on each character that triggers on Quest Task Update, and echos into the MQ2 Chat Window which confirms your bots have all handed item in and got the quest update.
/pause 5, /squelch /dgga /target id ${Target.ID}
/pause 5, /squelch /dgga /nomodkey /ctrlkey /itemnotify "${Cursor}" leftmouseup
/pause 5, /noparse /dgae group /dgt group \aw Handing \ay${Cursor} \awto \ay${Target.CleanName}
/pause 15, /squelch /dgga /click left target
/squelch /dgga /notify givewnd GVW_Give_Button leftmouseup
/pause 5, /squelch /dgga /target id ${Target.ID}
/pause 5, /squelch /dgga /nomodkey /shiftkey /itemnotify "${Cursor}" leftmouseup
/pause 5, /noparse /dgae group /dgt group \aw Handing \ay${Cursor} \awto \ay${Target.CleanName}
/pause 15, /squelch /dgga /click left target
/squelch /dgga /notify givewnd GVW_Give_Button leftmouseup
[TaskUpdate]
trigger=#*#Your task '#2#' has been updated#*#
command=/dgt all \atQuest: \ay${EventArg2} \atUpdated
The TBM stuff isn’t too bad with /bcaa //useitem mirrorIf the threshold to stop doing progression is COV, then abandon all hope now. Consider
** EOK with bombs in spider caves,
** TBM with flipping between the live and dead sides,
** COTF - Tower of Rot with grappling hooks,
** COTF - Bixie Warfront rubbing healing honey onto dead bixies,
** TDS - Caverns of Endless Suck having to slap a gimp mask on an assling,
** TOV with having to glue a harness on a spider, and
** ROS with navigating a sickly chokodai to a zoneline will literally cause you to ragequit.
Be prepared for some fist-gnawing frustration, coz every single prior expansion's progression sucked harder than COV.
Apols I wasn't infront of my machine when I originally posted otherwise I would have included the buttons inline. Here they are (for Dannet, some modification will be required for EQBC)
From one Hy to another, GiveOne and GiveAll (credit to Kaen01)
GiveOne
INI:/pause 5, /squelch /dgga /target id ${Target.ID} /pause 5, /squelch /dgga /nomodkey /ctrlkey /itemnotify "${Cursor}" leftmouseup /pause 5, /noparse /dgae group /dgt group \aw Handing \ay${Cursor} \awto \ay${Target.CleanName} /pause 15, /squelch /dgga /click left target /squelch /dgga /notify givewnd GVW_Give_Button leftmouseup
GiveAll
INI:/pause 5, /squelch /dgga /target id ${Target.ID} /pause 5, /squelch /dgga /nomodkey /shiftkey /itemnotify "${Cursor}" leftmouseup /pause 5, /noparse /dgae group /dgt group \aw Handing \ay${Cursor} \awto \ay${Target.CleanName} /pause 15, /squelch /dgga /click left target /squelch /dgga /notify givewnd GVW_Give_Button leftmouseup
Note: apparently there is something screwy with itemnotify and peeling 1 item off a stack at the moment. not too sure but do some reading
MQ2Event Trigger and Command (shamelessly appropriated from CTWN)
INI:[TaskUpdate] trigger=#*#Your task '#2#' has been updated#*# command=/dgt all \atQuest: \ay${EventArg2} \atUpdated
Enjoy
Manual...when they disobey i make them step under the Giant Mech that roams in Dragonscale hills...
Well that was more a joke, but I do visit dragonscale from time to time. Dweric Powder...Nice TS item to hold on to...goes into ... 100+ combines if memory serves me rightSo that's you that I see in Dragonscale hills all the time.
currently using EQBC and not very good with the coding stuff but would love to add this as a hotkey for progression. anyone able to post a eqbc version plz would be awesomeIf the threshold to stop doing progression is COV, then abandon all hope now. Consider
** EOK with bombs in spider caves,
** TBM with flipping between the live and dead sides,
** COTF - Tower of Rot with grappling hooks,
** COTF - Bixie Warfront rubbing healing honey onto dead bixies,
** TDS - Caverns of Endless Suck having to slap a gimp mask on an assling,
** TOV with having to glue a harness on a spider, and
** ROS with navigating a sickly chokodai to a zoneline will literally cause you to ragequit.
Be prepared for some fist-gnawing frustration, coz every single prior expansion's progression sucked harder than COV.
Apols I wasn't infront of my machine when I originally posted otherwise I would have included the buttons inline. Here they are (for Dannet, some modification will be required for EQBC)
From one Hy to another, GiveOne and GiveAll (credit to Kaen01)
GiveOne
INI:/pause 5, /squelch /dgga /target id ${Target.ID} /pause 5, /squelch /dgga /nomodkey /ctrlkey /itemnotify "${Cursor}" leftmouseup /pause 5, /noparse /dgae group /dgt group \aw Handing \ay${Cursor} \awto \ay${Target.CleanName} /pause 15, /squelch /dgga /click left target /squelch /dgga /notify givewnd GVW_Give_Button leftmouseup
GiveAll
INI:/pause 5, /squelch /dgga /target id ${Target.ID} /pause 5, /squelch /dgga /nomodkey /shiftkey /itemnotify "${Cursor}" leftmouseup /pause 5, /noparse /dgae group /dgt group \aw Handing \ay${Cursor} \awto \ay${Target.CleanName} /pause 15, /squelch /dgga /click left target /squelch /dgga /notify givewnd GVW_Give_Button leftmouseup
Note: apparently there is something screwy with itemnotify and peeling 1 item off a stack at the moment. not too sure but do some reading
MQ2Event Trigger and Command (shamelessly appropriated from CTWN)
INI:[TaskUpdate] trigger=#*#Your task '#2#' has been updated#*# command=/dgt all \atQuest: \ay${EventArg2} \atUpdated
Enjoy
Just a thing i use, MQ2Yes and the !Yes alias will accept a task for you.
Dont forget you /bcga //taskremove or /kickyp exp to drop missions faster
/kickpl task
a lot too!And people wonder why I only care about Paragon lol.This is why stopped doing COV progression. All those turn in quests in CS made me quit.