• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - Kissassist Condition - Math.Calc problems

Joined
Jul 13, 2015
RedCents
162¢
Version of KissAssist.mac?
11.003
When did your problem start?
Running kissassist and engaging a mob
Character Role?
  1. Assist
What class is having this issue?
  1. 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
Code:
DPS1cond1=${Target.Named} || ${Target.Level}>=${Math.Calc[${Me.Level}+2]} && ${Me.SpellReady[Tashina]}
I've tried this ingame and it always reports TRUE even when I target high level guards and pcs.
Code:
/echo ${Bool[${Target.Level}>${Math.Calc[${Me.Level}+2]}]}
and..

Code:
/echo ${Target.Level}>${Math.Calc[${Me.Level}+2]}
returns
Code:
 [MQ2] 28>37
Equally
Code:
/echo ${Bool[${Math.Calc[${Me.Level}-${Target.Level}]}>0]}
reports TRUE despite the fact that the result is -15 (negative 15).
 
Problem - Kissassist Condition - Math.Calc problems

Users who are viewing this thread

Back
Top
Cart