• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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