ButtKoWitz
Member
- Joined
- Mar 23, 2023
- RedCents
- 342¢
I'm not using KissAssist, nor MQ2Heals. Everything I searched for here seems to be related to KissAssist (which, again, I'm not using). I am making my own Lua's, and trying to get my clerics to toss HoTs on a target, but only if the target doesn't already have the HoT.
In my various coding attempts, the cleric just typically ends up endlessly casting the HoT until he's low on mana. :p I cannot for the life of me figure out if the target has the HoT.
mq.TLO.Spawn(toonname).Buff(HoTname)() doesn't work
mq.TLO.Spawn(toonname).Buff(HoTname).Duration() doesn't appear to work. (have tried .Duration.Seconds() and Duration.TIcks())
mq.TLO.Spawn(toonname).Buff(HoTname).HasSPA('100') doesn't appear to work
I have no clue how, or if I CAN, tell if a specific HoT is on the target or not.
Any help appreciated!
In my various coding attempts, the cleric just typically ends up endlessly casting the HoT until he's low on mana. :p I cannot for the life of me figure out if the target has the HoT.
mq.TLO.Spawn(toonname).Buff(HoTname)() doesn't work
mq.TLO.Spawn(toonname).Buff(HoTname).Duration() doesn't appear to work. (have tried .Duration.Seconds() and Duration.TIcks())
mq.TLO.Spawn(toonname).Buff(HoTname).HasSPA('100') doesn't appear to work
I have no clue how, or if I CAN, tell if a specific HoT is on the target or not.
Any help appreciated!

