[CF 1506] Customizing dogtags
tmw-issue-import opened this issue ยท 3 comments
ive been experimenting with dogtags without much success. what im trying to do are 2 things.
first i want to show the cooldown using the "[Duration:TMWFormatDuration:Hide(0, 0.1, ..., 1.1)]" dogtag (using the ":Hide(0.1 -> 1.1" to disable cooldown to show for gcd. unsuccessfully, 0.3, 0.6 and 0.9 would still show for some reason)
theres probably an easy and functioning way of disabling the gcd from showing up, but u know i really dont know shit Xd
my second issue is creating an icon showing how much maelstrom is missing for an overcharged lightning bolt on the icon. so essentially using the [MissingMP] dogtag but tricking the addon to believe my maximum maelstrom is 40.
Posted by CurseForge user palatjke | Imported from CurseForge issue #1506 | Raw
Use "Duration(gcd=false)" to suppress the GCD.
For the other thing, use "[(40 - MP):Max(0)]" (I think - don't have a computer to test this from now).
Posted by CurseForge user Cybeloras
alright, managed to get everything in order except for my lightning bolt icon telling me im missing maelstrom out of combat, but im ready to live with that xd
ty for ur help sir !!
Posted by CurseForge user palatjke
on second thought, my solution wont work. what i did was, i created 1 icon to show feral spirits on cd using the dogtag
"[Duration:TMWFormatDuration:Hide(0)]" and another icon with the default icon layout for when its ready. this solution isnt gonna be feasible in the long run, playing multiple specs and classes.
the problem with using "[Duration(gcd=false)]" is that it shows the remaining cooldown in seconds, and 10ths of a second when the duration is above 10 seconds, and when the spell is ready theres a "0" on over the icon.
what i would like to do is make a text display using the dogtags "Duration:TMWFormatDuration", "Hide(0)", and "gcd=false".
ive tried a lot of different combinations but in almost all cases it comes out as "Syntax error".
i made an attempt at reading the syntax at the libdogtags wiki, but most of it went over my head so Xd
Posted by CurseForge user palatjke