Hi there, just wanted to ask wether it is possible to make a unit grow a bit every time it reaches a higher level?
Or at least at some milestones (lvl 5, lvl 10 ...)
creat a Morph abillity ( that u can activate with trigers , once reached lvl XX activate Morph abillity ) to morph to new Unit
and u might also need Triggers so that once u change Units Size ur Unit/hero still has the same Spec/spells/lvl that it did .
im not sure about the units that lvl , but thats how u do it for TOWERS in TD games that Change ocne they upgrade ( sorta like in ``redcircle defence``)
Also what u might want to do is check out `` MARINE AREANA `` if u can DL from B-net int he editor , the Units size for Mariens change TWICE deppending on a phew upgrades you give it , the key to this map is , once the unit MORPH they KEEP existing upgrades and buffs.
by levels open up the unit with the leveling behavior (actor) add a new event make msg type behavior level choose your behavior and make the action or term (not in my editor) and do like set scale size 2,2,2 not sure this will work in miles but should work each level wait hmm might just make them that size on the first level ill look into and then msg you back
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi there, just wanted to ask wether it is possible to make a unit grow a bit every time it reaches a higher level? Or at least at some milestones (lvl 5, lvl 10 ...)
Thx in advance :)
@nThrX: Go
The hard way: Make the unit morph into a different unit at those levels.
The easy way: dunno. If triggers can send signals to actors, then that will work.
Should be possible, Im not sure if there is but in Events+ on the units actor look for something having to do with Unit Level.
Then add a Term like Level > 5.
Then the Event you add is Set Size 2, 2, 2
For Example.
what u need to do is :
Creat a Unit for EVERY size you want,
creat a Morph abillity ( that u can activate with trigers , once reached lvl XX activate Morph abillity ) to morph to new Unit
and u might also need Triggers so that once u change Units Size ur Unit/hero still has the same Spec/spells/lvl that it did .
im not sure about the units that lvl , but thats how u do it for TOWERS in TD games that Change ocne they upgrade ( sorta like in ``redcircle defence``)
Also what u might want to do is check out `` MARINE AREANA `` if u can DL from B-net int he editor , the Units size for Mariens change TWICE deppending on a phew upgrades you give it , the key to this map is , once the unit MORPH they KEEP existing upgrades and buffs.
by levels open up the unit with the leveling behavior (actor) add a new event make msg type behavior level choose your behavior and make the action or term (not in my editor) and do like set scale size 2,2,2 not sure this will work in miles but should work each level wait hmm might just make them that size on the first level ill look into and then msg you back