• 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.

Bounty help

Status
Not open for further replies.
Level 10
Joined
Apr 3, 2006
Messages
535
Is it possible to 1/2(or even reduce) the awarded bounty from a certain unit type? thanks for any input/help
 
Level 9
Joined
Jun 28, 2005
Messages
633
probly could take the long way and give a specific bounty to each unit type through triggers, something like unit is killed, type of unit being killed is equal to (your unit here), add 50 gold to killing units owner
 
Level 10
Joined
Apr 3, 2006
Messages
535
this is exaclty what im after, but im not to sure what the trigger will look like, can anyone give me a hint, thanks.
 
Level 2
Joined
Feb 6, 2006
Messages
18
bountys
Events
Unit - A unit Dies
Conditions
(Unit-type of (Triggering unit)) Equal to Footman
Actions
Player - Add 1000 to (Owner of (Killing unit)) Current gold


but i suggest that you may use the point value as bounty,this would be easier to change the bounty :


bountys
Events
Unit - A unit Dies
Conditions
(Unit-type of (Triggering unit)) Equal to Footman
Actions
Player - Add (Point-value of (Dying unit)) to (Owner of (Killing unit)) Current gold


If you want to display the amount of bounty,you may use floating text triggers
 
Level 10
Joined
Apr 3, 2006
Messages
535
sorry i jsut reread the question and its a bit misleading, what i need is if a certain unit makes a kill i want the bounty for the unit to be half what it would be for any other unit. Eg a super hard boss makes a kill and only gets 1/2 bounty but if a normal footman makes the same kill he gets 100% bounty
 
Status
Not open for further replies.
Top