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

Vincoin help... Triggers

Status
Not open for further replies.
Level 2
Joined
Dec 30, 2004
Messages
6
I have some questions.. Most of them, is in the Bship map if that helps.. Here:

1. How do i make each player get an amount of gold every second?

2. How do i make a vincon, that says: When you get 20 kills you win?

3. How do i make people get money when killing another hero?

Thats about it.. Thx for your time all...

Oh, and btw: PLz simplify your answers as much as possible, im not to good at this yet :wink:
 
Level 7
Joined
May 16, 2004
Messages
355
1) For the first one make a trigger doing-
Every (time amount)
Add x(gold amount) to Player x Current gold

2) Make a trigger that sets a variable for the player to +1 for each kill, then another that has its event as
Real value (variable) becomes equal to 20
Defeat player x with message (you be dead)

3) Under the units make their bounty to whatever you want it to be, then have a trigger run on init that does
Turn player flag Gives bounty On for Player X


That should just about cover it all, if you need more help PM me.
 
Status
Not open for further replies.
Top