Warcraft III resources & community, 2003–2006 · archived

QUESTIONS PELASE AWNSER

5 posts
#1

QUESTIONS PELASE AWNSER

: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]
#2

Re: QUESTIONS PELASE AWNSER

Pr0-Mazer: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


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.
#3
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.
#5
(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.