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

QUESTIONS PELASE AWNSER

Status
Not open for further replies.
Level 4
Joined
Feb 11, 2006
Messages
44
:shock: Hi guys, is there a trigger (easy trigger) so everytime you kill a guy it gives you 100 gold?

Is there easy trigger to make a leader board so each time you kill a guy, it adds up on a leader board, how many kills you have.

Please reply!

-Pr0-Mazer[/b]
 
Pr0-Mazer said:
:shock: Hi guys, is there a trigger (easy trigger) so everytime you kill a guy it gives you 100 gold?

Here is an example if it was red that killed the unit

Code:
Event - A unit owned by (insert player here) dies

Conditions - 

Actions: Player: add property - add 100 to player 1 (red) current gold

Modify it however you want for all players if you need to.
 
Level 2
Joined
Jun 12, 2005
Messages
22
trigger kinda wrong.

if you want the money to go to the person who killed it, then the action is - add 100 gold to owner of killing unit.

I don't know about leader boards... but you could set the wood amount as the number of kills, so on the same trigger also put - add 1 wood to owner of killing unit.

The leader board on kills can be based on each player's amount of wood.
 
Level 4
Joined
Aug 6, 2005
Messages
64
(this deals with the money)

Um, you could just simply have an initialization trigger that sets the owner of the units that you want to give money to give a bounty. Then simply, (using the object editor) set the amount of gold bounty to 100.

(this deals with the leaderboard)

Set up a leaderboard, (I am assuming that the link above shows you how to make one) then make a variable to represent the number of kills for each player. Then have it update everytime a player kills a unit.
 
Status
Not open for further replies.
Top