• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - Buffs | Once

Joined
Feb 24, 2005
RedCents
2,154¢
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

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.
 
It did not make into the beta yet. i have the code. I will drop it in tonight.

I am ignoring the height for shrink because with pets, toons, illusions, etc. it reacts differently on every toon.

I was thinking of actually a |twice command specifically for shrink
 
|once |twice would be sick... Yes, I've had to tweak heights with illusions and stuff... but my downshifts are a decent work around. Just have to make sure you ignore specific zones to avoid chain casting shrink.
 
Problem - Buffs | Once

Users who are viewing this thread

Back
Top
Cart