• 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.

Help Topic

Status
Not open for further replies.
Level 4
Joined
Nov 14, 2009
Messages
63
I'm working on a map and i dont have much knowledge about WE.So I opened this topic to ask questions.Here is my first question:

I want to make a trigger that if entering unit higher than lvl 40 it will teleport the unit to another region.But i couldnt made the trigger correctly.Please help about it.

{EDIT}
Umm here is another question:

How to change lvl cap and experience rates?
 
Last edited by a moderator:
Level 5
Joined
Jan 15, 2009
Messages
80
Well lets get right down to the point, I think the solution for the first question would be...

Event - A unit enters (Entering Region)
Condition - (Level of (Entering unit)) Greater than or equal to 40
Action - Unit - Move (Entering unit) instantly to (Target Region)


Now the second question...

Events - Time - Elapsed game time is 0.00 seconds
Conditions -
Actions - Player Group - Pick every player in (All players) and do (Hero - Make Player 1 (Red) Heroes gain (Future exp rate)% experience from future kills)


And well, that should be it! If you still have any problems send me a shout!
 
Level 3
Joined
Apr 29, 2009
Messages
32
  • Events
    • Unit - A unit enters (Region)
  • Conditions
    • (Level of (Triggering unit)) Greater than or equal to 40
  • Actions
    • Unit - Move (Triggering unit) instantly to (Center of (Region))
I used Integer Comparison for the Condition.

What do you mean by Level Cap and Experience Rates? Explain and I'll maybe be able to help.
 
Status
Not open for further replies.
Top