Trigger timers running twice
I'm having an issue with trigger timers running twice.
I have a macro that casts a spell then says "Casted Mana tap" in chat.
The timers name is "Manatap" and it's 25 seconds.
If I run the macro without a target so the spell doesn't cast and just says in chat, the timer window shows "Manatap"
If I run the macro with a target the timer window shows "Manatap - redned" and "Manatap - none"
Search of the log files for "Mana tap" only finds results of:
(1636162958)[Fri Nov 5 21:42:38 2021] You tell hiburp (1), "Casted Mana tap"
(1636162962)[Fri Nov 5 21:42:42 2021] You tell hiburp (1), "Casted Mana tap"
(1636163475)[Fri Nov 5 21:51:15 2021] You tell hiburp (1), "Casted Mana tap"
I've triple verified I only have 1 trigger and 1 timer and search the xml config file.
I have the same problem with another install of ACT with different log files.
Not all of my timers do this. It semms to be just the newer ones I've created.
Act version 3.5.0 Release 273
Trigger:
<Trigger R="Casted Mana tap" SD="" ST="0" CR="F" C="Spells" T="T" TN="Manatap" Ta="F" />
Timer:
<Spell N="Manatap" T="25" OM="F" R="T" A="F" WV="0" RD="F" M="F" Tt="" FC="-16776961" RV="-1" C=" General" RC="F" />
Comments