HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Leaderboard kill and Infernal Spawn Trigger

08-22-2003, 02:29 PM#1
SzymonK
i want to know 2 things and my map will be done:
1.leaderboard when units owned by player 1 red kill 1 unit add 1 kill to the leaderbord
2.every 10 minutes create infernal in region ( this must be looking like dread lord ultimate skill : infernal spawn from sky and do littledmg etc. )
08-22-2003, 02:38 PM#2
Red Slayer
1. check tutorials
2. u can make invisible unit and make him cast that spell every 10 minutes.
Action: Unit-Issue Order Targeting A Point
08-22-2003, 02:43 PM#3
chemo
Leader board triggers

variable:

kills, intenger, array

E: Unit - A unit owned by Player 12 (Brown) Dies
C: (Owner of (Triggering unit)) Not equal to (Owner of (Killing unit))

A: Set kills[(Player number of (Owner of (Killing unit)))] = (kills[(Player number of (Owner of (Killing unit)))] + 1)

Leaderboard - Change the value for (Owner of (Killing unit)) in (Last created leaderboard) to kills[(Player number of (Owner of (Killing unit)))]

Leaderboard - Sort (Last created leaderboard) by Value in Descending order



that should do it :D
08-22-2003, 07:17 PM#4
SzymonK
action **** i cant find this action :O
type?
unit, player, game, etc :p
08-23-2003, 05:03 AM#5
Zwan
Set variable