- Joined
- Jul 18, 2007
- Messages
- 111
Hi, I was having repetitive issues with the script:
I have tried just storing the spell and adding it/replacing it. However, even if I separately trigger each for when they cast Bear Form again, you can still level up the original hotkey if you were to level up in the Bear Form, thus giving you a duplicate spell.
My question is does anyone know how to make it or something else to function properly to permanently attach the QWER engineering upgraded spells, or possibly just another solution? Just a simpler method to fulfill the same task would be fantastic. Thank you!
-
Custom script: call UnitMakeAbilityPermanent(udg_Unit, true, udg_Ability)
I have tried just storing the spell and adding it/replacing it. However, even if I separately trigger each for when they cast Bear Form again, you can still level up the original hotkey if you were to level up in the Bear Form, thus giving you a duplicate spell.
My question is does anyone know how to make it or something else to function properly to permanently attach the QWER engineering upgraded spells, or possibly just another solution? Just a simpler method to fulfill the same task would be fantastic. Thank you!