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

Spell Books

Status
Not open for further replies.
Level 3
Joined
Dec 6, 2012
Messages
46
Hi guys i want to request a Spell book that for example i learned a spell then the spell will be inserted into the spell book
 
Level 7
Joined
Nov 18, 2012
Messages
272
Make spellbooks each containing one ability and disable them and don't add them to the unit.
When you want to learn a spell, add him the disabled/hidden spellbook ability.
The unit should have an empty, enabled spellbook ability that should fill in with the spells of the other spellbooks.
 
Level 21
Joined
Mar 27, 2012
Messages
3,232
Btw, the amount of levels for ability means NOTHING.
That's because spellbooks don't actually contain the abilities.

So lets say you make a trigger where:
Unit gains a level
If unit is a hero then
increase level of * ability.

It works just like on any other ability.
 
Btw, the amount of levels for ability means NOTHING.
That's because spellbooks don't actually contain the abilities.

So lets say you make a trigger where:
Unit gains a level
If unit is a hero then
increase level of * ability.

It works just like on any other ability.

This will work perfectly fine :)
Leveling spell book can edit spell book settings, such as toolyip, add/replace/remove spells and so on.
But for leveling and editing spells inside it you must write code.
 
Level 21
Joined
Mar 27, 2012
Messages
3,232
This will work perfectly fine :)
Leveling spell book can edit spell book settings, such as toolyip, add/replace/remove spells and so on.
But for leveling and editing spells inside it you must write code.

No, because spells are not IN the spellbook. You just level the spells that you want to level, like there was no spellbook at all.
Refer to this for more information:
http://www.hiveworkshop.com/forums/off-topic-478/theory-behind-spellbooks-228570/

EDIT: If you mean GUI code, then yeah.
 
Status
Not open for further replies.
Top