Auto Unshifting Help!

I have this macro

#showtooltip
/console autoUnshift 0
/cast [mod:alt] Regrowth; Rip
/cast [mod:shift, target=focus] Regrowth
/console autoUnshift 1

been starting to play druid again and noticed when i hit this macro a second time after a regrowth proc it shifts me out of form…its deadly when i do it in certain situations…Anything change or how to i get it to where i can spam this macro let say i am in a stun and it wont shift me out to caster and try to hard cast the regrowth… this is annoying to say the least

thk for help

Blizzard protected that CVar in February 2024 so that it can’t be manipulated in combat.

https://www.curseforge.com/wow/addons/elfyaus-autounshift
This’ll disable it when you enter combat, and re-enable when you leave. It results in some quirks like not being able to powershift directly into Travel Form so you might want to play around with it a bit before doing like M+ or Rated PVP.

Optimized macro

#showtooltip
/cast [mod:shift,@focus] [mod:alt] Regrowth; Rip

APPRECIATE the help. ANyone think they mayu change this at some point? Tanking is a huge problem if ya shift outn as you guys pbviously would know. makes no sense to me…

They made the change in DF so I wouldn’t hold your breath.

It was a security-related change (protecting system variables and API methods to break bot code, possibly) so

  1. It was clearly deliberate
  2. It’s a code security change
  3. It’s unannounced and undocumented, as security-related changes often are

So no, it’s almost certainly not changing back.