• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Level Restrictions

Status
Not open for further replies.
Level 2
Joined
Aug 7, 2010
Messages
14
Hi, look I need to know the following when a hero comes at level 10 can pass suppose desert point, but if less than this level will prevent the pass.

You need to know how to buy a tavern missions

Thanks + REP. ^ ^
 
Level 5
Joined
Jun 8, 2009
Messages
101
  • Hero Stop
    • Events
      • Unit - A unit enters Desert <gen>
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Hero level of (Entering unit)) Greater than or equal to 10
        • Then - Actions
          • Game - Display to (All players) the text: Welcome To Dessert!
        • Else - Actions
          • Unit - Move (Entering unit) instantly to (Center of (Playable map area))
The trigger hero level of entering unit is a integer condition.
 
Level 5
Joined
Aug 24, 2010
Messages
133
buying missions from taverns?
like the merchant in naval wars
if you be a but more specific i can give you some more triggers
  • Events
  • Unit - a unit buys an item
  • Conditions
  • Item - item equal to mission item
  • Actions
  • -------- quest actions --------
 
Status
Not open for further replies.
Top