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

[Trigger] How do i make it so when u kill a certain unit it give certain amout exp?

Status
Not open for further replies.

Ice

Ice

Level 10
Joined
Sep 4, 2004
Messages
153
you have to go into Advanced tab at the top of WE and goto gameplay constants... and set exp stuff up in there

or set all exp gain in there to 0 and make trigger

event: unit- a unit dies
condition:
action:
----If then Els
---------IF: unittype of ( triggeringunit) = unittype ( lvl1 Assassin)
---------then: hero- add 100 exp to hero (playerunit[1])
---------els: do nothing


something like that
 
Status
Not open for further replies.
Top