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

How to activate Gold Bounty?

Status
Not open for further replies.
Level 1
Joined
Dec 28, 2008
Messages
4
When you kill an enemy, you normaly get a pop that tells how much gold you gain from the kill. I've written my own scrifts from scratch and I can't find how to make the "bounty" appear.
 
Level 5
Joined
Dec 21, 2008
Messages
101
  • Bounty
    • Events
      • Map initialization
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • Player - Turn Gives bounty On for (Player((Integer A)))

can i do this?

Bounty
  • Events
    • Map initialization
  • Conditions
  • Actions
    • 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)
    • Player - Turn Gives bounty On for Player 5 (Yellow)
    • Player - Turn Gives bounty On for Player 6 (Orange)
    • Player - Turn Gives bounty On for Player 7 (Green)
    • Player - Turn Gives bounty On for Player 8 (Pink)
    • Player - Turn Gives bounty On for Player 9 (Gray)
    • Player - Turn Gives bounty On for Player 10 (Light Blue)
    • Player - Turn Gives bounty On for Player 11 (Dark Green)
    • Player - Turn Gives bounty On for Player 12 (Brown)
    • Player - Turn Gives bounty On for Neutral Hostile
    • Player - Turn Gives bounty On for Neutral Victim
    • Player - Turn Gives bounty On for Neutral Extra
    • Player - Turn Gives bounty On for Neutral Passive
    • Trigger - Turn off Bounty <gen>
 
Status
Not open for further replies.
Top