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

bounty for "neutral passive"

Status
Not open for further replies.
Level 7
Joined
May 30, 2018
Messages
290
Hey guys :)

I made a simple trigger to activate bounty for some of the players. Unfortunately it doesnt seem to work for neutral passive units, which I also want to give bounty when killed. Maybe someone has an idea!

  • Untitled Trigger 003
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • Player - Turn Gives bounty On for Neutral Passive
          • 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)
 
Level 13
Joined
Nov 4, 2006
Messages
1,239
first of all, if you put the trigger like this you don't need the "pick every player" loop, you can just put the actions by themselves. if you want to use the loop then just put one action with "Turn on bounty for "picked player" " also explained here: Bounty and Units

there have been some problems with bounty for neutral passive, as far as i remember, worst case scenario, you have to trigger the gold gaining separately. sth like this: [Solved] - Custom Bounty System
 
Status
Not open for further replies.
Top