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

When a unit dies the player gets gold

Status
Not open for further replies.
Level 3
Joined
Apr 9, 2008
Messages
42
Hey i'm pretty noob and i just wanted to know how to make a unit give the killing player gold.
 
Level 11
Joined
Dec 11, 2007
Messages
888
if you want to do this with triggers:

  • Events:
    • Unit - A unit dies
  • Conditions:
    • Unit-type of triggering unit equal to unit x
  • Actions:
    • Add x gold to owner of killing unit
or at map initialization:
  • Player - Turn gives bounty on for player y (this is the owner of dying units)
 
Status
Not open for further replies.
Top