Interferences with kissassist_12001 : Description see my post in:
Kissassist Beta
when I load the plugin mq2react the 2 toons which have active reacts wont run kissassist anymore.
If someone doubt its maybe an erratic react causing the probs, here my reacts
[CODE lang="yaml" title="Reacts"]globals:
GlobalExample: "${Me.CombatState.NotEqual[COMBAT]} && ${Me.PctHPs} <= 25"
IC: "${Me.CombatState.Equal[COMBAT]}"
NIC: "${Me.CombatState.NotEqual[COMBAT]}"
NmoveNinvNsit: "!${Me.Moving} && !${Me.Invis} && !${Me.Sitting}"
NotCasting: "!${Me.Casting.ID}"
TNamed: "${Target.Named}"
Tank: "${Group.Member[0].MainTank}"
reacts:
BrdSelos:
action: /alt activate 3704
condition: "!${Me.Buff[Selo's Accelerato].ID} && !${Me.Invis} && !${Me.Sitting}"
ClickBP:
action: "/useitem ${InvSlot[Chest].Item.Name}"
condition: "${React.Global[IC]} && ${React.Global[TNamed]} && ${Cast.Ready[${InvSlot[Chest].Item.Name}]}"
EtherealArrows:
action: "/useitem Huntsman's Ethereal Quiver"
condition: >-
${FindItemCount[=Ethereal Arrow]} < 50 && ${FindItemCount[Huntsman's
Ethereal Quiver]} == 1
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]}"
GoDBuy:
action: /alt buy 5304
condition: "${AltAbility[Glyph of Destruction (115+)].CanTrain}"
GoDUse:
action: /alt act 5304
condition: "${Me.AAPoints} > 200 && ${Me.AltAbilityReady[Glyph of Destruction(115+)]}"
JoinTask:
action: /notify ConfirmationDialogBox Yes_Button leftmouseup
condition: >-
${Window[ConfirmationDialogBox].Child[TextOutput].Text.Find[join
the shared task]}>0
MagPetWard:
action: /alt activate 2066
condition: >-
!${Me.PetBuff[Second Wind Ward]} && !${Me.Casting.ID} && ${React.Global[NmoveNinvNsit]}
&& ${React.Global[IC]}
ShdAASnare:
action: /alt activate 826
condition: >-
${Me.CombatState.Equal[COMBAT]} && ${React.Global[NmoveNinvNsit]}
&& ${React.Global[NotCasting]} && ${React.Global[Tank]} && (${Target.PctHPs}
< 75) && ((${Target.BuffDuration[Encroaching Darkness].TotalSeconds}
< 35) && (${Target.BuffDuration[Entombing Darkness].TotalSeconds}
< 35)) && ${Target.Type.Equal[NPC]} && ${Me.AbilityReady[Encroaching
Darkness]}
ShdCeriseBlade:
action: /disc Cerise Blade
condition: >-
${Me.CombatAbilityReady[${Spell[Cerise Blade].RankName}]} && ${React.Global[IC]}
&& ${Target.PctHPs}>50 && ${React.Global[TNamed]}
ShdThwart:
action: "/disc ${Spell[Thwart].RankName}"
condition: "${Me.CombatAbilityReady[${Spell[Thwart].RankName}]} && ${React.Global[IC]}"
ShmCheetah:
action: /alt activate 939
condition: "!${Me.Buff[Communion of the Cheetah].ID} && ${React.Global[NmoveNinvNsit]}"
ShmEpic:
action: /useitem Blessed Spiritstaff of the Heyokah
condition: >-
!${Me.Casting.ID} && ${Me.CombatState.Equal[COMBAT]} && !${Me.Invis}
&& ${FindItemCount[=Blessed Spiritstaff of the Heyokah]} && ${Target.PctHPs}>50
&& ${Me.ItemReady[Blessed Spiritstaff of the Heyokah]}
ShrinkPet:
action: /useitem Curious Companion Compactor
condition: "${Pet.Height} > 2.04"
Taunt:
action: /doability Taunt
condition: >-
${Me.CombatState.Equal[COMBAT]} && ${Me.Standing} && ${React.Global[NotCasting]}
&& ${React.Global[Tank]} && ${Me.TargetOfTarget.ID}!=${Me.ID} &&
${Target.Type.Equal[NPC]}
[/CODE]