[CF 1487] Text manipulation aint working
tmw-issue-import opened this issue ยท 1 comments
Hello!
I'm trying to track the prot warrior's 'Ignore Pain' stacks and format the number. I've contacted you before and you explained that WoW sending the wrong value for this buff and I need to use [10/9] coefficient to get the correct one.
So, tracking the buff - first non-zero variable, I got this in the value string:
[[10/9] * Stacks]
It gives correct but poorly formatted number with a lot of symbols after the dot. To make it clearer to track, I'm trying to use text manipulators :Floor:SeparateDigits
Couple months ago it worked perfectly and now those manipulators are simply ignored:
[[10/9] * Stacks]:Floor:SeparateDigits
Please, help me resolve this issue. Will be waiting for your reply!
Posted by CurseForge user artypeterson | Imported from CurseForge issue #1487 | Raw
Ok, nwm, found the solution:
[[[10 / 9] * Stacks]:Floor:SeparateDigits]
Posted by CurseForge user artypeterson