• 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.

Make temporary units permanent

Status
Not open for further replies.
Level 1
Joined
Feb 17, 2010
Messages
3
Hey, I was wondering how do I make a temporary unit, (such as Militia, Summon Water Elemental, etc,) a permanent one? I would like to get rid of the timer and everything. I just want my Militia to be a regular unit.
 
Level 9
Joined
May 22, 2009
Messages
276
Do u mean you want it made permanent during game, or just in the object editor? Cos if you just place the units(found under special) and start the game, they won't have a timer, that's only when you use the summoning/morfing ability. If you want that if you summon them in game, just set duration = 0 seconds, that means they'll stay indefinatly
 
Level 1
Joined
Feb 17, 2010
Messages
3
Do u mean you want it made permanent during game, or just in the object editor? Cos if you just place the units(found under special) and start the game, they won't have a timer, that's only when you use the summoning/morfing ability. If you want that if you summon them in game, just set duration = 0 seconds, that means they'll stay indefinatly

Well I did start, and the militia still had the timer. I guess I will have to replace it with a trigger? And thanks for the help guys :thumbs_up:
 
Level 8
Joined
Jan 20, 2010
Messages
386
depending of what u want, u could change the base spell and use the rexxar's misha what doesnt have a timer, then change the summoned unit to militia, or use ase base other unit lets say footman, and change the model to the militia one
 
Level 3
Joined
Feb 23, 2010
Messages
73
  • Events
    • Unit - A unit Spawns a summoned unit
  • Conditions
    • (Unit-Type of(Summoned unit) Equal to Summoned Unit Type
  • Actions
    • Unit - Remove (summoned unit) from the game
    • Unit - Create 1 (unit-type of(summoned unit)) for (owner of(summoning unit)) at (position of (summined unit)) facing (facing of (summoned unit)) degrees
    • Selection - Select(last created unit) for (owner of (summoning unit))
This will work for a single unit summon, by removing the summon and creating another it will bypass the timer for the unit. If you summon more than 1 unit, you will have to run the function more than once.
 
Level 4
Joined
Dec 11, 2019
Messages
55
Hey, I was wondering how do I make a temporary unit, (such as Militia, Summon Water Elemental, etc,) a permanent one? I would like to get rid of the timer and everything. I just want my Militia to be a regular unit.
This might be late but just remove for Militia the ability to turn back into an Peasent which is the Call to arms ability, for Water Elemental just remove the Support abilitys of it and the cooldown is gone or just copy paste a hostile elemental and convert it to a normal archmage elemental
 
Status
Not open for further replies.
Top