• 🏆 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) Error with my spell book trigger

Status
Not open for further replies.
Level 8
Joined
Aug 3, 2008
Messages
257
  • Chaos Knight spell book 1 to 2
    • Events
      • Unit - A unit Gains a level
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Unit-type of (Leveling Hero)) Equal to |c000000FFChaos Knight
          • (Hero level of (Leveling Hero)) Greater than or equal to 5
        • Then - Actions
          • Unit - Remove Spell Book (dummy) from (Triggering unit)
          • Unit - Add Spell Book (dummy2) to (Triggering unit)
        • Else - Actions
          • Do nothing
Ive tried
  • Unit - Remove Spell Book (dummy) from (Leveling Unit)
  • Unit - Add Spell Book (dummy2) to (Leveling unit)
and it just isn't working any ideas?
 
Status
Not open for further replies.
Top