• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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