HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Question on trigger added abilitys and leveling them for heros

10-01-2006, 05:52 AM#1
galmore
Ok heres the setup

Hero with no base or defualt abilitys
player buy/finds an ability he wants (u Add this ability using a trigger)
Now the player levels there hero ... but i cant seem to find a way to have the abilitys show up when i press the hero button or what ever its called.

I have seen and read that u can mod the Spell Book ability to gain the end effect but I dont know JASS so is there a way to do this with out JASS coding?
10-01-2006, 08:47 PM#2
Anitarf
You can't add abilities to the hero skill learn menu.

What you can do is give a hero some dummy abilities and then use engineering upgrade to change them into the actual ability once the hero acquires it, or you can simulate the skill learn menu with shops or something else like that.
10-01-2006, 11:32 PM#3
Panto
There's a few ways to approach it... one of the ways I tried spawned this map which might help you to try out and look at the code for.
10-02-2006, 01:52 AM#4
Earth-Fury
Quote:
Originally Posted by Anitarf
What you can do is give a hero some dummy abilities and then use engineering upgrade to change them into the actual ability once the hero acquires it, or you can simulate the skill learn menu with shops or something else like that.

More information can be found here:
http://wc3campaigns.net/showthread.php?t=81742
under the heading "ANeg (Engineering Upgrade)"
10-02-2006, 03:03 PM#5
The)TideHunter(
You can add abilities to the menu, but the unit must already have that ability.
If a hero as no abilities, then you add a hero ability, it will be added to the menu, unit abilities need to be leveled via triggers.