- Version of KissAssist.mac?
- 11.003
- When did your problem start?
- Running kissassist and engaging a mob
- Character Role?
- Assist
- What class is having this issue?
- Enchanter
- How often does this issue occur?
- Always
- Can you reproduce the issue?
- Yes
I'm trying to have my enchanter only Tash mobs that are 2 levels higher than me or more as a condtion in my Kissassist ini...like so
I've tried this ingame and it always reports TRUE even when I target high level guards and pcs.
and..
returns
Equally
reports TRUE despite the fact that the result is -15 (negative 15).
Code:
DPS1cond1=${Target.Named} || ${Target.Level}>=${Math.Calc[${Me.Level}+2]} && ${Me.SpellReady[Tashina]}
Code:
/echo ${Bool[${Target.Level}>${Math.Calc[${Me.Level}+2]}]}
Code:
/echo ${Target.Level}>${Math.Calc[${Me.Level}+2]}
Code:
[MQ2] 28>37
Code:
/echo ${Bool[${Math.Calc[${Me.Level}-${Target.Level}]}>0]}

