Warcraft III resources & community, 2003–2006 · archived

giving bounty to only one player

6 posts
#1

giving bounty to only one player

i set the flags on for lets say neutral hostile, however i want only player red to obtain bounty when they kill neutral hostile.

how would i go about this?
#2
i'm not entirely sure how bounty flags work but i think you need to turn them on for player 1 instead of neutral hostile. if i'm wrong it's not my fault >_>
lol
#3
wut i want spefically is that if theres a game of red blue and teal that...

red gets bounty from blue
blue gets bounty from teal
teal gets bountry from red

but those things only, im not sure about u say ephy.
#4
eh u'd need some pretty insane triggering for that >_>
okay not "insane" triggering but you'd need triggering for it. ask DHK or someone...
#5
Set the gold bounty fields to zero, leave bounty disabled, and set the "point value" of the hostile units to the gold bounty. Then you can use the following trigger:

Bounty
    Events
        Unit - A unit owned by Neutral Hostile Dies
    Actions
        Player - Add (Point-value of (Dying unit)) to Player 1 (Red) Current gold


You could also add some floating text above the unit to duplicate how it shows the bounty from the kill. :wink:
#6
"killing unit is owned by (player #)" where # is the player you're giving the gold to. without this condition in the trigger, you just give player α money every time player ß had a unit die