HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Some probs with Leaderboard

08-15-2002, 06:22 PM#1
Guest
Hey there..

im creating a DBZ map for wc3 at this moment... The map is 90% completed and i cant get the 10%, cause of this prob:

Every Player get 1 Unit and this Unit collects Experience which is seen on the Leaderboard. And if you collected enough Experinece your Unit can "morph" to next Level which means you get a better Unit....

I created a Trigger like that:

-Events
---- Unit - A unit enters go SSJ 0000 <gen>
-Conditions
---- (Triggering unit) Equal to Selector SJ 00000 <gen>
---- x=?
-Actions
----useless Actions..

My Problem is at the x=? .... At this place i want a Conditon like this: Points in LeaderBoard of Player1 (red) = 5000

but i cant find Points in leaderboard only the Place...

it would be nice if someone could help me

thx rb
08-15-2002, 07:17 PM#2
Guest
Your leaderboard is based on a variable which is based on the kills somehow, I suppose. So you need to have an Integer comparison:
YourPlayersExpVariable Greater than or equal to 1000
for example.