Did Buffs | Once ever get implemented, or was support for Shrink ever added?
I found some posts from 2015 that referenced it coming to KA.
I have a shrink clicky on 1 group that I just have my pullertank using and I did Item|Me|Once ... Does the original behavior of casting it on every checkbuffs loop. Not terrible, but not ideal.
The other group has a shaman and I am using Tiny Terror|Me|Once and the same behavior occurs.
- - - Updated - - -
I found a work around:: If you look at ${Me.Height} it returns 2.88 if you aren't shrunk.
It will return 1.44 after being shrunk once or twice, not perfect but it works.
I added a downshit to MQ2Melee to check my Height and use the clickie.
- - - Updated - - -
Shaman: Group Shrink via AA
- - - Updated - - -
PullerTank w/ Clickie
- - - Updated - - -
Found an issue with Visage of Death & Shaman Werewolf form returning a Height of 1.56 after being shrunk... So updated the check to 1.56 to avoid chain shrinks.
I found some posts from 2015 that referenced it coming to KA.
I have a shrink clicky on 1 group that I just have my pullertank using and I did Item|Me|Once ... Does the original behavior of casting it on every checkbuffs loop. Not terrible, but not ideal.
The other group has a shaman and I am using Tiny Terror|Me|Once and the same behavior occurs.
- - - Updated - - -
I found a work around:: If you look at ${Me.Height} it returns 2.88 if you aren't shrunk.
It will return 1.44 after being shrunk once or twice, not perfect but it works.
I added a downshit to MQ2Melee to check my Height and use the clickie.
- - - Updated - - -
Shaman: Group Shrink via AA
Rich (BB code):
downflag0=1
downshit0=/if (${Me.Height} > 1.56) /alt act 9503
- - - Updated - - -
PullerTank w/ Clickie
Rich (BB code):
downflag0=1
downshit0=/if (${Me.Height} > 1.56) /cast item "Wand of Imperceptibility"
- - - Updated - - -
Found an issue with Visage of Death & Shaman Werewolf form returning a Height of 1.56 after being shrunk... So updated the check to 1.56 to avoid chain shrinks.

