Btw - this option in your alt-o window allows movement keys to stand you up - if you turn this off make sure you know that doing a "come to me" could no longer work if your dudes were sitting down
I turn it off in this video, but i usually don't have it off.
There's no real reason to turn this off - this was a false alarm in the video
Pretty late to the party posting my vids for these missions as i re-re-re-rolled a bunch of toons over the past couple of months, but here we are I turn it off in this video, but i usually don't have it off.
There's no real reason to turn this off - this was a false alarm in the video

I don't like doing this mission, and I haven't bothered to take the time to do all the achievements - but I get requests for a video for this one just about daily, so figured I would show how I do it with my team. Again, this team isn't anything fancy, no raid gear (no TBL chase loots), not fully aug'd, still some ToV t1 pieces, etc.
There is likely a better/cleaner/faster/l337er way to do this mission, and there are some other awesome guides out there like Jimbob's > HERE < & Hytiek's > HERE < , but this is how i run this thing. Hope you get some inspiration and ideas if you're struggling.
Enjoy!
(re-uploading the video, so will be low-res until youtube catches up, please hold!)
you need mq2events plugin loaded
/plugin mq2events load
Then for each of your characters you would have an MQ2Events_ToonName.ini file in your
*ALERT* Config files go in your Config folder now *ALERT*
MQ2Events_ClericDude.ini
Code:
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking}) /multiline ; /clr mode 0; /clr autostandonduck off; /clr pause on; /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 ; /clr pause off; /keypress DUCK
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=/multiline ; /clr mode 2; /clr autostandonduck on
MQ2Events_Bardarino.ini
Code:
[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
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=/multiline ; /mqp off; /chaseon
MQ2Events_BerzerkerDude.ini
Code:
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking}) /multiline ; /zerk autostandonduck 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
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=/multiline ; /zerk mode 2; /zerk autostandonduck on
MQ2Events_BstDude.ini
Code:
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking}) /multiline ; /bst autostandonduck 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
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=/multiline ; /bst mode 2; /bst autostandonduck on
Ass Me social hotkey
Code:
(could spruce this up with a nav to the mob and what not but meh)
/noparse /bcg //if (!${Me.Ducking}) /assist ${Group.MainTank}
/noparse /bcg //if (!${Me.Ducking}) /attack on
/noparse /bcg //if (!${Me.Ducking}) /nav target
Target Clear
Code:
/bcga //target clear
Btw - this option in your alt-o window allows movement keys to stand you up - if you turn this off make sure you know that doing a "come to me" could no longer work if your dudes were sitting down
I turn it off in this video, but i usually don't have it off.
There's no real reason to turn this off - this was a false alarm in the video
Last edited:

