• 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.

Can I make the spells from a spellbook ITEM change levels?

Status
Not open for further replies.
Level 2
Joined
Oct 6, 2011
Messages
9
OK, in my history there's this sword, for now called Terra, and it has many abilities (spellbook). I would like to know if there is a way to raise the level of these abilities. It can be when the hero changes levels or no...

Can someone help me plese?
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
If the unit will hold the item forever and never drop it, then you can manage those skills just like any other unit skill. The abilities that are inside a spellbook are in the unit, even if it's an item. You can use 'Unit - Set level of ability'

If the item is dropable/acquireable, you'll have to:

Event - A unit Acquires an Item
Condition - Item being manipulated Equal To Terra
- Triggering Unit is a Hero
Actions ->
-> Set level of #1TerraSkill for (Triggering Unit) to *YourFormula*
-> Set level of #2TerraSkill for (Triggering Unit) to *YourFormula*
-> Set level of #3TerraSkill for (Triggering Unit) to *YourFormula*
-> Set level of #4TerraSkill for (Triggering Unit) to *YourFormula*

You'll have to figure out the formula by yourself. If the hero has a maximum level of 50, and the Skills maximum level is 5, The formula would be something like 'Level of (Triggering Unit) / 10'
 
Status
Not open for further replies.
Top