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

Level Trigger

Status
Not open for further replies.
Level 5
Joined
Oct 12, 2004
Messages
109
Hey guys,

I'm basically trying to make a trigger so when a hero gets lvl 3 he then gets a message telling him something. The triggers look right but it isn't working. Here it is.

  • Events
    • Unit - A unit Gains a level
  • Conditions
    • (Unit-type of (Triggering unit)) Equal to Serf
    • (Level of (Triggering unit)) Equal to 3
  • Actions
    • Game - Display to (All players matching ((Unit-type of (Triggering unit)) Equal to )) for 30.00 seconds the text: Congratulations! Yo...
    • Cinematic - Ping minimap for (All players matching ((Unit-type of (Triggering unit)) Equal to )) at (Center of Enter trainer <gen>) for 15.00 seconds
 
Level 3
Joined
Jan 27, 2007
Messages
54
  • Events
    • Unit - A unit Gains a level
  • Conditions
    • (Unit-type of (Triggering unit)) Equal to Serf
    • (Level of (Triggering unit)) Equal to 3
  • Actions
    • Game - Display to (All players matching ((Unit-type of (Triggering unit)) Equal to )) for 30.00 seconds the text: Congratulations! Yo...
    • Cinematic - Ping minimap for (All players matching ((Unit-type of (Triggering unit)) Equal to [COLOR="Red"]yes[/COLOR])) at (Center of Enter trainer <gen>) for 15.00 seconds

(All players matching ((Unit-type of (Triggering unit)) Equal to ))
There's 'equal to ))'
Try 'equal to yes or no))'
 
Status
Not open for further replies.
Top