I can't get this to work at all. It did work about a week ago.
I'm gonna say this doesn't work atm. I've tried of different stuff to get it going.
/event load
/event on
/event on
/event load idk which way ur supposed to use this
yes below
mq2events dll
MQ2Events_toonname.ini
For Bard in Kiss
[[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking}) ;
/mqp ;
/pause 10 ;
/stoptwist ;
/keypress x
[stand]
trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking})
/keypress x ;
/mqp
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=
/nav spawn Icebound Avatar of War
mq2eskay
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking})
/multiline ;
/attack off ;
/keypress x
[stand]
trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking})
/multiline ;
/keypress x ;
/attack on
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=
/multiline ;
/target npc Icebound Avatar of War ;
/attack on ;
/nav spawn Icebound Avatar of War
mq2zerker
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking})
/multiline ; /zerk mode 0 ;
/attack off ;
/keypress x
[stand]
trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking})
/multiline ;
/keypress x ; /zerk mode vorpal
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=
/multiline ; /zerk mode 0 ;
/target Icebound Avatar of War ;
/attack on ;
/nav spawn Icebound Avatar of War
mq2 bst
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking})
/multiline ;
/bst mode 0 ;
/attack off ;
/keypress x
[stand]
trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking})
/multiline ;
/keypress x ;
/bst mode assist
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=
/multiline ;
/bst mode 0 ;
/target Icebound Avatar of War ;
/attack on ;
/nav spawn Icebound Avatar of War
mq2cleric
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking})
/keypress x
[stand]
trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking})
/keypress x
[avatarp2]
trigger=#1#The Avatar of War changes the rules and chooses a new field of battle!#2#
command=
/nav spawn Icebound Avatar of War
What am i missing here?