• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

size

Status
Not open for further replies.

007

007

Level 6
Joined
May 3, 2009
Messages
175
hi. how can i make that with every level a hero gains his size increases by 0.1? if the size is 2 on level 2 it has to be 2.1.
 
Level 16
Joined
May 1, 2008
Messages
1,605
Seas =)

You can use this:
  • Animation - Change (Leveling Hero)'s size to ((100.00 + (Real((Level of (Leveling Hero)))))%, (100.00 + (Real((Level of (Leveling Hero)))))%, (100.00 + (Real((Level of (Leveling Hero)))))%) of its original size
( It's like this: Level 1 = 101% size - Level 2 = 102% size ...... )
 

007

007

Level 6
Joined
May 3, 2009
Messages
175
hmmm...
there are still a few problems:
there are about 30 heros but they dont have the size 1 some just have about 0.3 ans some have 1.5. isn't there something like "current size"?
and every hero also has 50 levels. it would be a lot of work to do this 50*30 times. isnt ther another way?
 
Level 13
Joined
Mar 4, 2009
Messages
1,156
hmmm...
there are still a few problems:
there are about 30 heros but they dont have the size 1 some just have about 0.3 ans some have 1.5. isn't there something like "current size"?
and every hero also has 50 levels. it would be a lot of work to do this 50*30 times. isnt ther another way?

you can edit point value or flying high of your hero and that use that instead 100%

you only need the orange part,rest of it can be 100.00 (because other is unneeded part that does not work)

instead 100.00 put

(point value of (your unit))
or
(flying height of (your unit))


Animation - Change (Leveling Hero)'s size to ((100.00 + (Real((Level of (Leveling Hero)))))%
, (100.00 + (Real((Level of (Leveling Hero)))))%, (100.00 + (Real((Level of (Leveling Hero)))))%) of its original size
 

007

007

Level 6
Joined
May 3, 2009
Messages
175
flying height? but all heros are ground units so flying height=0
but it doesn't matter i think i'll just do it for every single hero.
 

007

007

Level 6
Joined
May 3, 2009
Messages
175
no i aslo thought that but its not true. one hero was size o.44. every level his size had to be increased to 102 %. on level 2 he about normal size and then it didnt change anymore.

but in that trigger i cant find it all. what is the "(real(level of(levelling hero)))"?
 

007

007

Level 6
Joined
May 3, 2009
Messages
175
ok i will try it. but i dont find the part i wrote about above! where doi find it in the trigger editor?
 
Status
Not open for further replies.
Top