My post toward the bottom of page 1 of this thread has a pair of "Events" that work perfectly for the ducking and standing if you're using KissAssist.
Dude, worked like a champ! Thank you!!
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.

My post toward the bottom of page 1 of this thread has a pair of "Events" that work perfectly for the ducking and standing if you're using KissAssist.
yup, works fine - I have examples for my bard running kissassist in my post on the mission - i just have them pause their macro, and do the duck thing etcAnyone have an example event multi-line they use for a character running IHC or will the KA /mqp command work for that too? I run a tank with the CWTN plugin (see examples for that) and 5 IHC powered others (multiple combos of Enchanter/Bard/Magex2/Monk/Ranger/Cleric
Thanks Sic, figured the same lines would work since it is a macro I just wanted to double check to save a wipe if possible!yup, works fine - I have examples for my bard running kissassist in my post on the mission - i just have them pause their macro, and do the duck thing etc
MQ2Events_Bardarino.ini
[kneel] trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking}) /multiline ; /mqp on; /twist off; /attack off; /target clear; /keypress DUCK
[stand] trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking}) /multiline ; /keypress DUCK; /mqp off
definitely take care to /twist off with the bard - if its twisting and you pause the macro twist will keep on twistin lol - but as long as you mqp early in that, should be fineThanks Sic, figured the same lines would work since it is a macro I just wanted to double check to save a wipe if possible!
will do, thanks!definitely take care to /twist off with the bard - if its twisting and you pause the macro twist will keep on twistin lol - but as long as you mqp early in that, should be fine
@hytiek does this daily and runs IHC - have any tips for RangerDanger, or anything special about your events for your ihc dudes?will do, thanks!
@hytiek does this daily and runs IHC - have any tips for RangerDanger, or anything special about your events for your ihc dudes?
just to be clear, you named itNot trying to troll here.. just trying to get this to work. made my Events_Toonname.ini's under my Events in my release folder turned on events. and it simply says Ini loaded but nothing comes up and my toons don't duck. disabled auto stand. was wondering if it was suppose to run the event in a script like your loading the Ini for ihc or kiss? this is what I have..
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking}) /multiline ; /mqp on; /attack off; /target clear; /keypress DUCK
[stand]
trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking}) /multiline ; /keypress DUCK; /mqp on;
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=/multiline ; /mqp off; /chaseon;
mq2events_toonname.ini, correct? and not events_toonname.ini
Says Events enabled .. but nothing else. The Event_toonname.ini is not loading. maybe I forgot to download something not quite sure.so wait, you confirmed that it was it - meaning you had your file spelled wrong, but now it is correct?
doesn't matter what macro you're running or even if you are running a macro at allDoes Mq2events only work with KS? im running IHC merc on bst, shammy, and cleric.. Run Ranger and Bard on KS.. No one is ducking! watched the video etc. etc. Beat this mission twice just making random hotkeys but its really a pain! And thats if my cleric don't fail a kneel. Made the Toon.name_ini's, /plugged in Mq2events /event load /events on and no one is ducking?
sounds like either you don't have the correct mq2events file setup for your toons or you have the files in the wrong location.Tried it still didn't work beat this twice just using random hotkeys but its a major pain!.. Made the hotkey and did the test still no ducking /mq2events load /event load and /events on.
This is the right answer.they are in your MQ2-> Release folder under MQ2Events_Toonname.ini for each of your toons
it's not elegant, but you could make 3 different events that trigger offIs there a way to use mq2event to do the raid triggers for the kneel? The Gina we have is [ Avatar of war shouts that each of these must bend the knee: {S1}, {S2}, and {S3} ] where the toonname can appear in any of the 3 positions
must bend the knee: toonname, toonname,, and toonnameCode:[AoWKneel] trigger=#*#must bend the#*##1##*# command=/if (${Spawn[=${EventArg1}].ID}==${Me.ID}) /multiline ; /stopcast ; /keypress ESC ; /mqp on ; /keypress DUCK ; /rs I Ducked
[AoWKneel]
trigger=#*#shouts that each of these must bend the knee:#*#|${Me}|#*#
command=/multiline ; /stopcast ; /keypress ESC ; /mqp on ; /keypress DUCK ; /gs I Ducked
[AoWKneel] trigger=#*#shouts that each of these must bend the knee*#|${Me}|#*# command=/multiline ; /stopcast ; /keypress ESC ; /mqp on ; /keypress DUCK ; /gs I Ducked
yup, i even made a video that i've shared showing how i do itFYI if you use Sic's MQ2Events stuff and a CWTN plugin, you need to make sure your toons are in Mode 0.
this is likely because you are in chase mode - where you will follow the sit/stand state of your tank - autostand off isn't enough.I also use MQ2Berzerker and had to completely unload the plug-in at the kneel emote and reload after the all clear. I couldn’t get the pauses to reliably work.
with your bard make sure you pause the macro AND cancel your twist
this is likely because you are in chase mode - where you will follow the sit/stand state of your tank - autostand off isn't enough.
I explained in the video that you should use manual mode and call for assisting (mainly because of wtf exploding the named too fast) but chase mode will mess you up if you have it on and are trying to do trixsy stuff like ducking
autostandonduck checked?Nope. That’s good info, but I’m always in manual mode. I couldn’t get it to work any other way, but unloading and reloading worked great.
[BendKnee]
trigger=#*#that YourNameGoesHere must bend the#*#
command=/multiline ; /zerk autostandonduck off; /zerk mode 0; /attack off; /keypress esc; /keypress x
[StandUp1]
trigger=#*#Avatar of War nods, accepting the subservience of those that gave#*#
command=/if (${Me.Ducking}) /multiline ; /zerk autostandonduck on; /stand; /zerk mode 0
