Hello folks,
I want my enchanter to :
- tash every mob with its clicky ;
- slow every mob IF it is not already slowed (because my main has an aoe slow stick he uses in some circumstances), IF it is still over 50% hps and IF the mob is not immune to slow type spells ("your target is immune blabla").
- cripple IF mob is a Named and IF it is still over 50% hps.
The DPS section looks like this :
And the KConditions section looks like this :
Two questions :
1° Do I need to add "${Target.BuffsPopulated}" in front of Cond1 for it to be correct ?
2° What do I need to add in cond1 to tell the chanter NOT to cast slow of after the first attempt the spell messages report the immune to slow type spells message ? Or does KA handle this on its own (if slow fails because mob is immune to it, chanter will jump to next DPS action in the list) ?
I want my enchanter to :
- tash every mob with its clicky ;
- slow every mob IF it is not already slowed (because my main has an aoe slow stick he uses in some circumstances), IF it is still over 50% hps and IF the mob is not immune to slow type spells ("your target is immune blabla").
- cripple IF mob is a Named and IF it is still over 50% hps.
The DPS section looks like this :
[DPS]
DPSOn=1
DPSSize=20
DPSSkip=20
DPSInterval=2
DPS1=Ancient Entrancers Staff (Tier 1)|99|debuffall|tash|always
DPS2=Desolate Deeds|99|debuffall|slow|always|cond1
DPS3=Euphoric Spasm Rk. I|99|crip|always|cond2
DPS4=Writ of Dragonkind (Tier 3)|95|weave
DPS5=Ancient: Neurosis|90
DPS6=Dragon Skull Faceguard (Tier 2)|80|weave
DPS7=Shield of the Sleeper (Tier 3)|30|weave
And the KConditions section looks like this :
[KConditions]
ConOn=1
CondSize=5
Cond1=!${Target.Buff[Slow].ID} && ${Target.PctHPs} > 50
Cond2=${Target.Named} && ${Target.PctHPs} > 50
Cond3=TRUE
Cond4=TRUE
Cond5=TRUE
Two questions :
1° Do I need to add "${Target.BuffsPopulated}" in front of Cond1 for it to be correct ?
2° What do I need to add in cond1 to tell the chanter NOT to cast slow of after the first attempt the spell messages report the immune to slow type spells message ? Or does KA handle this on its own (if slow fails because mob is immune to it, chanter will jump to next DPS action in the list) ?


