• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Spell] Morph - Robo/Uproot

Status
Not open for further replies.
Level 3
Joined
Mar 3, 2011
Messages
58
The Tinker unit got another unit which goes for the robo-goblin one. Which means i can mess with them without problems.

I gave an ability to my rooted ancients that works fine, but the problem is when they uproot, which is considered another unit(That doesn't have the ability)(That also doesn't have a direct unit).
Could i give those ancients the ability they got while rooted without making a robo goblin ability + alternate version for each of those ancients?

I already saw this thread with a similiar problem
 
Last edited:
There is no GUI command to make the ability stay after morphing. You need to use this jass script whenever you first add the abilities to the unit

Custom Script: call UnitMakeAbilityPermanent(udg_Your_Unit_Variable, 'A001', true) //A001 being the raw code of the spell you need to make permanent
 
Status
Not open for further replies.
Back
Top