• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

spellbook lvling?

Status
Not open for further replies.
Level 3
Joined
Dec 22, 2005
Messages
38
Yeah, it's done through triggers.

thehelper.net - Unknown Vector said:
Leveling spells and useing hero spells
To use a hero spell in spellbook, first make it a unit spell add it to spellbook then make it a hero spell aging. To level spells you need dialog boxes
to ask which one to level each time the hero levels, my code is in the dummy map. My code has only 1 spell for easyier work but you can have 11.

Have to drop and dialog on hero leveling events, and use it's actions to allocate their hero points into that spell ID.
 
Level 4
Joined
Sep 18, 2005
Messages
68
Question, because I"m curious... Could you not use upgrades to make it more simple? Not sure if this would work, thus why I'm asking.
 
Level 3
Joined
Dec 22, 2005
Messages
38
Sorry I wasn't more specific. The trigger Action you're looking for is:

Unit - Increase Level of Ability for Unit

Then apply in <ability> and <triggering unit>

It's up to you though exactly what events and conditions you want, the way in that example I linked you to is to use dialog boxes triggered when X unit levels. Then there is some IF THEN action triggers to handle which ability chosen and levels it with the above trigger I listed.

Now if you're having some kind of other problem read over that link I gave you, it has some basics on how to set up hero skill spellbooks.
 
Status
Not open for further replies.
Top