- Version of KissAssist.mac?
- 12.002
- When did your problem start?
- Happens a lot
- Character Role?
- Assist
- What class is having this issue?
- Wizard
- How often does this issue occur?
- Often
A) First, the 'incorrectly functioning condition':
Still tries to attempt to cast spell even if no Peridot gems in inventory. Logically, it shouldn't even try if the first part of the condition is false.
B) Now, the syntax improvement question....is there a way to make the normal StacksTarget conditional work correctly all the time or am I stuck with some thing just not being able to tell if it stacks?
Still tries to cast on characters with buffs that will block it.
Buffs6=Spellshield|Cond9
Cond9=${FindItemCount[Peridot]} > 0 && !${Me.Buff[Spellshield].ID} && ${Spell[Spellshield].Stacks} && ${Me.FreeBuffSlots} > 0Still tries to attempt to cast spell even if no Peridot gems in inventory. Logically, it shouldn't even try if the first part of the condition is false.
B) Now, the syntax improvement question....is there a way to make the normal StacksTarget conditional work correctly all the time or am I stuck with some thing just not being able to tell if it stacks?
!${Target.Buff[Feedback].ID} && ${Spell[Feedback].StacksTarget}Still tries to cast on characters with buffs that will block it.

