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

[Trigger] Spell Book help

Status
Not open for further replies.
Level 10
Joined
Apr 3, 2006
Messages
535
Ok im having trouble leveling up skills with in a spell book im using the following trigger to learn/level up skills, it doesnt work does anyone else have any suggestions/better systems to level up skills via triggers?

Add or Level Bash Copy
Events
Unit - A unit Acquires an item
Conditions
(Item-type of (Item being manipulated)) Equal to tome of level up
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Level of warlock mega blast for (Triggering unit)) Equal to 0
Then - Actions
Unit - Add Fire Bolt spell book to (Triggering unit)
Else - Actions
Unit - Set level of Add Fire Bolt for (Triggering unit) to ((Level of Add Fire Bolt for (Triggering unit)) + 1)
 
Last edited:
Level 10
Joined
Apr 3, 2006
Messages
535
EDIT: no worrys i managed to fix this problem, thanks for the help + rep
 
Last edited:
Status
Not open for further replies.
Top