Can anyone tell me what's wrong with this or post a fully functional/verified MQ2reacts file so I can see how it works? I have been trying for about a month to get MQ2reacts to do things like duck during KD HAs or use cure potions and have never even got it to twitch when it's supposed to
[CODE lang="ini" title="Lady of Death MQ2reacts"]globals:
GlobalExample: "${Me.CombatState.NotEqual[COMBAT]} && ${Me.PctHPs} <= 25"
reacts:
ExampleReact:
action: >-
/multiline ; /echo Default Example react Disables itself when you're
at 100%HP and out of Combat ; /delay 5 ; /react disable ExampleReact
condition: "${Me.PctHPs} == 100 && ${Me.CombatState.NotEqual[COMBAT]}"
Server:
Wizard:
WizCurePotion1: Enabled
WizCurePotion2: Enabled
WizCurePotion3: Enabled
Shaman:
ShamCureAA1: Enabled
ShamCureAA2: Enabled
ShamCurePotion1: Enabled
ShamCurePotion2: Enabled
ShamCurePotion3: Enabled
Warrior:
WarrCurePotion1: Enabled
WarrCurePotion2: Enabled
WarrCurePotion3: Enabled
Cleric:
ClericCureAA1: Enabled
ClericCureAA2: Enabled
ClericCurePotion1: Enabled
ClericCurePotion2: Enabled
ClericCurePotion3: Enabled
Mage:
MageCurePotion1: Enabled
MageCurePotion2: Enabled
MageCurePotion3: Enabled
Bard:
BardCurePotion1: Enabled
BardCurePotion2: Enabled
BardCurePotion3: Enabled
Wizard:
WizCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
WizCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Limbs XIII].ID} || ${Me.Buff[Withering Limbs
XIII].ID}
WizCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Shaman:
ShamCureAA1:
action: /alt act 626
condition: >-
${Me.Song[Withering Physicality XIII].ID} && !${Me.Moving} || ${Me.Buff[Withering
Physicality XIII].ID} && !${Me.Moving}
ShamCureAA2:
action: /alt act 626
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
ShamCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
ShamCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Faith XIII].ID} || ${Me.Buff[Withering Faith
XIII].ID}
ShamCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Warrior:
WarrCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
WarrCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Limbs XIII].ID} || ${Me.Buff[Withering Limbs
XIII].ID}
WarrCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Cleric:
ClericCureAA1:
action: /alt act 626
condition: >-
${Me.Song[Withering Physicality XIII].ID} && !${Me.Moving} || ${Me.Buff[Withering
Physicality XIII].ID} && !${Me.Moving}
ClericCureAA2:
action: /alt act 626
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
ClericCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
ClericCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Faith XIII].ID} || ${Me.Buff[Withering Faith
XIII].ID}
ClericCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Mage:
MageCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
MageCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Limbs XIII].ID} || ${Me.Buff[Withering Limbs
XIII].ID}
MageCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Bard:
BardCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
BardCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Limbs XIII].ID} || ${Me.Buff[Withering Limbs
XIII].ID}
BardCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
[/CODE]
[CODE lang="ini" title="Lady of Death MQ2reacts"]globals:
GlobalExample: "${Me.CombatState.NotEqual[COMBAT]} && ${Me.PctHPs} <= 25"
reacts:
ExampleReact:
action: >-
/multiline ; /echo Default Example react Disables itself when you're
at 100%HP and out of Combat ; /delay 5 ; /react disable ExampleReact
condition: "${Me.PctHPs} == 100 && ${Me.CombatState.NotEqual[COMBAT]}"
Server:
Wizard:
WizCurePotion1: Enabled
WizCurePotion2: Enabled
WizCurePotion3: Enabled
Shaman:
ShamCureAA1: Enabled
ShamCureAA2: Enabled
ShamCurePotion1: Enabled
ShamCurePotion2: Enabled
ShamCurePotion3: Enabled
Warrior:
WarrCurePotion1: Enabled
WarrCurePotion2: Enabled
WarrCurePotion3: Enabled
Cleric:
ClericCureAA1: Enabled
ClericCureAA2: Enabled
ClericCurePotion1: Enabled
ClericCurePotion2: Enabled
ClericCurePotion3: Enabled
Mage:
MageCurePotion1: Enabled
MageCurePotion2: Enabled
MageCurePotion3: Enabled
Bard:
BardCurePotion1: Enabled
BardCurePotion2: Enabled
BardCurePotion3: Enabled
Wizard:
WizCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
WizCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Limbs XIII].ID} || ${Me.Buff[Withering Limbs
XIII].ID}
WizCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Shaman:
ShamCureAA1:
action: /alt act 626
condition: >-
${Me.Song[Withering Physicality XIII].ID} && !${Me.Moving} || ${Me.Buff[Withering
Physicality XIII].ID} && !${Me.Moving}
ShamCureAA2:
action: /alt act 626
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
ShamCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
ShamCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Faith XIII].ID} || ${Me.Buff[Withering Faith
XIII].ID}
ShamCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Warrior:
WarrCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
WarrCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Limbs XIII].ID} || ${Me.Buff[Withering Limbs
XIII].ID}
WarrCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Cleric:
ClericCureAA1:
action: /alt act 626
condition: >-
${Me.Song[Withering Physicality XIII].ID} && !${Me.Moving} || ${Me.Buff[Withering
Physicality XIII].ID} && !${Me.Moving}
ClericCureAA2:
action: /alt act 626
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
ClericCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
ClericCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Faith XIII].ID} || ${Me.Buff[Withering Faith
XIII].ID}
ClericCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Mage:
MageCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
MageCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Limbs XIII].ID} || ${Me.Buff[Withering Limbs
XIII].ID}
MageCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
Bard:
BardCurePotion1:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Physicality XIII].ID} || ${Me.Buff[Withering
Physicality XIII].ID}
BardCurePotion2:
action: /useitem Distillate of Immunization XIII
condition: >-
${Me.Song[Withering Limbs XIII].ID} || ${Me.Buff[Withering Limbs
XIII].ID}
BardCurePotion3:
action: /useitem thepotionname3
condition: >-
${Me.Song[Enfeeblement].ID} && !${Me.Moving} || ${Me.Buff[Enfeeblement].ID}
&& !${Me.Moving}
[/CODE]


