• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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