HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Change carateristic

07-20-2003, 06:10 PM#1
Arkhoon
a simple question : can I change a unit's caracterestics ingame with JASS code such as its gold cost or a units damages (a cpecific one's not a unit-type's) and all those numbers that canot be changed with "Blizzard's riggers" ???
thx lot
07-20-2003, 06:15 PM#2
Sorbitol
correct me if im wrong, but cant you change all that stuff in the WE unit editor?

if you want to make a unit with different-than-normal characteristics (i.e. different build cost), then you can make a custom unit with the unit editor and you can adjust all the values there...

or do you want the characteristics to change after the map has been started? you could probably do this just with triggers...
07-20-2003, 06:24 PM#3
Arkhoon
yes wana do it
Quote:
ingame
and there is no trigger in WE that changes a units attack, is there ?
07-20-2003, 06:28 PM#4
Sorbitol
what if you made a custom unit and in-game, replaced the regular unit with the custom unit so it appears that the unit is changing...?
07-20-2003, 06:39 PM#5
Arkhoon
and if i wana a rigger that every time a unit kills an enemy then it gains +1 dmg shall i make 50000 custom units ? emote_sweat and if the guy kills 50001 units :ggani:
07-20-2003, 06:53 PM#6
Sorbitol
haha good point...

i have no idea what you shoud do
07-20-2003, 07:54 PM#7
slunk731
I'm not even sure that this is possible (I assume it is), but just some food for thought.

Perhaps you could give said hero an item that initially ups damage by 0. After each kill, change the item's effect? The best part about this, I think is that you get a neat little "15-35 +17" thingy going on, rather than the "32-52" thing... just a prettier way of doing it.

You could even find a storyline way of doing it, I suppose, like the soul-eating sword in Shinobe or something. Idunno, describe what you need, and we'll see.

-Slinky
07-21-2003, 12:37 AM#8
AIAndy
You can only change very few of those values via JASS.
But what you could do is make a trigger that amplifies the damage done based on the amount of kills.
07-21-2003, 09:51 AM#9
Arkhoon
Quote:
Perhaps you could give said hero an item
and if it is nat a hero but a tower ....
Quote:
You can only change very few of those values via JASS.
if there is something more you can change via Jass that is nat in WE basic triggers make me the list plz ...