Hi Apoc,
i have a big problem with the "HasAura" function, i hope you can help me.
I'm actually writing a Retribution.cc but i cant get the check for the Aura "The Art of Work" to work.
If i use
Code:
Spell.Buff("Exorcism", ret => Unit.HasAura(StyxWoW.Me,"The Art of War"))
then my Paladin always uses Exorcism. If the proc isn't there, i can find in the logfile the following:
Code:
[Singular-DEBUG] Looking for aura: The Art of War
Code:
[Singular-DEBUG] Aura name: The Art of War - 0
But of course, it should not be listed there.
If it procs, and Singular looks for another Aura (for example Divine Purpose) i get the following:
Code:
[Singular-DEBUG] Looking for aura: Divine Purpose
Code:
[Singular-DEBUG] Aura name: The Art of War - 1
And immediately the check for The Art of War ends up with:
Code:
[Singular-DEBUG] Looking for aura: The Art of War
Code:
[Singular-DEBUG] Aura name: The Art of War - 0
Can you fix this issue?
Btw.: Checking for all other auras (Divine Purpose, Blessing of Kings etc..) works like a charm. Maybe its because The Art of War is also a talent?
Also i noticed, that i cant get the rest behaviour to work. Is it just me?
Thanks alot!