• 🏆 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!

Bugged Trigger

Status
Not open for further replies.
Level 2
Joined
Jan 11, 2015
Messages
12
  • Min Stats
    • Events
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Strength of (Triggering unit) (Exclude bonuses)) Equal to 0
          • (Item-type of (Item being manipulated)) Equal to |cFFFF0000Strength Retalation|r
        • Then - Actions
          • Hero - Modify Strength of (Triggering unit): Add 1
          • Player - Add 500 to (Triggering player) Current gold
          • Player - Add -1 to (Triggering player) Current lumber
          • Game - Display to (All players) the text: |cFFFF0000Your stre...
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • And - All (Conditions) are true
            • Conditions
              • (Agility of (Triggering unit) (Exclude bonuses)) Equal to 0
              • (Item-type of (Item being manipulated)) Equal to |cFF00FF00Agility Retalation|r
        • Then - Actions
          • Hero - Modify Agility of (Triggering unit): Add 1
          • Player - Add 500 to (Triggering player) Current gold
          • Player - Add -1 to (Triggering player) Current lumber
          • Game - Display to (All players) the text: |cFFFF0000Your agil...
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • And - All (Conditions) are true
            • Conditions
              • (Intelligence of (Triggering unit) (Exclude bonuses)) Equal to 0
              • (Item-type of (Item being manipulated)) Equal to |cFF0000FFInteligence Retalation|r
        • Then - Actions
          • Hero - Modify Intelligence of (Triggering unit): Add 1
          • Player - Add 500 to (Triggering player) Current gold
          • Player - Add -1 to (Triggering player) Current lumber
          • Game - Display to (All players) the text: |cFFFF0000Your inte...
        • Else - Actions
 
Status
Not open for further replies.
Top