HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How do you unlearn tech?

04-01-2007, 12:10 AM#1
Exilus
I can raise tech using trigger "set tech level", but it says i cannot unlearn the tech.

im making a map where the tech level of X ability is directly linked to the amount of Y units. so if a number of Y units die, the tech level of X should lower.

is it possible via triggers or via anything else to LOWER the tech level?
04-01-2007, 12:49 AM#2
Ammorth
No
04-01-2007, 01:20 AM#3
Exilus
is there a way to permanently higer/lower max health of a unit then?
04-01-2007, 01:56 AM#4
Earth-Fury
Quote:
Originally Posted by Exilus
is there a way to permanently higer/lower max health of a unit then?
Search for 'bonus mod'. I think theres a version of it in the caster system.
04-01-2007, 02:31 AM#5
Av3n
No invx or use Blade's SetUnitMax Sys

-Av3n
04-01-2007, 09:30 AM#6
blu_da_noob
http://www.wc3campaigns.net/showthread.php?t=80490
04-02-2007, 03:51 PM#7
BattleBotv8.2
Note: I just made it a health bonus for an example to show you.

I'm not sure if this will work but could you create multiple versions of a health bonus ability (Like the Health Stone or something) and give some versions a negative number.

Set the abilities to an array, -2 does -20 health, -1 does -10 health, 1 does +10 health and so on. Then there are two ways from there.

One is to make a unit group and add every one who is trained/created to that that group. When needed apply the bonus or negative.

Or just make it so when a unit is trained/created add the bonus then. This will cause some people to have more or less health than the others (I'd pick this way, makes more sense than units just gaining health mid-battle).