• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Automating Quest Hand Ins (1 Viewer)

Myysterio

Myysterio
Joined
Jun 13, 2020
RedCents
1,681¢
Im sure something has got to be out there, but is there anyway to automate quest hand ins? Like, this quest has 3 hand ins for 6 toons, starting to get silly.
 
Got this somewhere either discord or the forums. Been using it for a few weeks now and it's perfect.

From one Hy to another, GiveOne and GiveAll (credit to Kaen01)

INI:
GiveOne
Code:

/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
Code:

/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)
Code:

[TaskUpdate]
trigger=##Your task '#2#' has been updated##
command=/dgt all \atQuest: \ay${EventArg2} \atUpdated
 
If I remember right /pause # works like this .... start the first line in the social button with /pause (number you want to wait) (your commands) What is happening is the command you want to start your social button off with will execute then the pause will happen for how long you want the pause to last. On your second line of your social you again start with a /pause (number you want to wait) (your next command). Now the command on the second line of your social will run after the first line pause finishes. The second line command executes and the new pause starts. (the pause set in the second line) . The last line in your social does not need a pause because this ends the social.
 
Question - Automating Quest Hand Ins

Users who are viewing this thread

Back
Top