HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Multi Level stuffs...

01-23-2004, 07:06 PM#1
The_Inquisitor3
Well.. is there any way to increes the level of a spell at the same time that u learn a diferent 1???

Example: my arch mage level 1 can learn only 1 skill -> "Blillance aura" (only skill on the hero), and when he learns brillance, at the same time Water elemental is learned too (he dont have water elemetal skill avaliable) , and if i add another level to brillance aura, the water elemental skill will have +1 level too.... ANy way 2 do it???
01-23-2004, 07:16 PM#2
311
E: unit learns abilty
C: abilty equal to brilliance
A: add ability water elemental
A: set water elemental abilty to water ele+1


water ele is a interger variable that will set the level of the skill
01-23-2004, 10:58 PM#3
The_Inquisitor3
where is the trigger to set the level of the skills ..???
01-23-2004, 11:08 PM#4
311
as i said its a variable so the trigger is set variable
A: set water elemental = water elemental +1


create a variable an interger variable call it water element skill level or somthing


also u will need this trigger

if water elemental variable = to 2 then set level of that skill to 2 if its 3 then set it to 3 and so on


get it? Sory im only a decent trigger and have a hard time explaining, most the time I find out I went the long way around and took 2hours on some trigger when it coulda took me 5mins lol.

if u dont and nobody else responds i will create a map with the trigger and send it to u
01-24-2004, 03:44 AM#5
The_Inquisitor3
ok thnks