[CF 1433] BigWigs Timer Conditionals Always Succeed
tmw-issue-import opened this issue ยท 1 comments
v8.4.0 (like all my recent reports)
http://i.imgur.com/bcrGe0z.jpg
http://i.imgur.com/fX3OvE8.jpg
http://i.imgur.com/sJGNAm9.jpg
Pretty sure TMW is viewing timers as always present, so greater/lesser than values aren't checked AFTER TMW confirms the timer is present in the first place. Might also be true for DBM timers, unsure.
Posted by CurseForge user Jalopyy | Imported from CurseForge issue #1433 | Raw
Its working as intended, more or less. Its consistent with any other condition that checks a duration - anything that doesn't exist has a duration of 0.
If you want to check if its less than 8 seconds but more than 0, you'll need a second condition to check that.
Posted by CurseForge user Cybeloras