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

Need sopme trigger help

Status
Not open for further replies.
Level 3
Joined
Aug 3, 2006
Messages
45
Ok following problem:
Ive made a spell that is active in night. I have made a dummy spell that the hero learns and 3 other spells which are the spells who activate in the night but they dont do so my trigger:
Events
Unit - A unit starts, to work an ability
Conditions
/
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
'IF'-Bedingungen
(Level of Moonlight Strength for (Triggering unit)) Gleich 1
(In-game time of day) bigger than 18.00
(In-game time of day) smaller than 6.00
'THEN'-Aktionen
Unit - Remove Moonlight Strength from (Triggering unit)
Unit - Add Moonlight Strength (Level 1) to (Triggering unit)
'ELSE'-Aktionen
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
'IF'-Bedingungen
(In-game time of day) bigger than 6.00
(In-game time of day) smaller than 18.00
(Level of Moonlight Strength for (Triggering unit)) Gleich 1
'THEN'-Aktionen
Unit - Remove Moonlight Strength (Level 1) from (Learning Hero)
Unit - Add Moonlight Strength to (Learning Hero)
'ELSE'-Aktionen
Moonlight is the name of the spell
 
Status
Not open for further replies.
Top