• 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] Shared bounty

Status
Not open for further replies.
Level 2
Joined
Sep 22, 2010
Messages
9
Hello I need a system which makes the bounty system shared for all players.
For example player red kills a unit and the rest of the team should gain the same amount of bounty he got from that kill.
I searched around the internet and didn't really find anything except for jass (which i dont know how to use)

So is there a simple system to do this?
 
Level 2
Joined
Sep 22, 2010
Messages
9
Well my bounty system is basically

JASS:
Bounty
    Events
        Time - Elapsed game time is 5.00 seconds
    Conditions
    Actions
        Player - Turn Gives bounty On for Player 12 (Brown)
        Player - Turn Gives bounty On for Player 1 (Red)
        Player - Turn Gives bounty On for Player 2 (Blue)
        Player - Turn Gives bounty On for Player 3 (Teal)
        Player - Turn Gives bounty On for Player 4 (Purple)
 
Status
Not open for further replies.
Top