So i made the mq2events and trying to get a successful Kael run but it wont duck i copied alot of what @Sic did for his my group makeup is War using plugin in manual mode Cleric bst Zerk zerk and bard i am even trying to tab to them to do it but mess up quite a bit
So in your ..\MQ2\Release folder you should have a file for each character that looks like
mq2events_charname.ini
These events work for my characters about 95% of the time. It's more perfect on casters, least perfect on bard for some reason...
Also note you must have configured a NAV waypoint for the
/nav spawn command to work properly.
[CODE lang="ini" title="ToV event coding"][BendKnee]
trigger=#*# that MyCharName must bend the#*#
command=/multiline ; /mqp on ; /stopsong ; /stopcast ; /keypress d
[StandUp]
trigger=#*#Avatar of War nods, accepting the subservience of those that gave#*#
command=/multiline ; /stand ; /mqp off
[NeedRestlessIceCure]
trigger=#.#You have taken #*# damage from Restless Ice by #*#
command=/tell MyGroupCleric I need a cure for Restless Ice!
[avatarp2]
trigger=#*#The Avatar of War changes the rules and chooses a new field of battle!#*#
command=/nav spawn Icebound Avatar of War
[Narandi splits]
trigger=#*#Narandi appears to shatter#*#
command=/multiline ; /backoff on ; /pet regroup on
[Narandi reforms]
trigger=#*#A shell of restless ice falls away to reveal the true Narandi the Restless!#*#
command=/multiline ; /backoff off ; /pet regroup off
[/CODE]