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

[Trigger] Help me please!

Status
Not open for further replies.
Level 3
Joined
Aug 31, 2008
Messages
22
Hi guys, i made a map that looks like a hero arena one and i'm needing of those triggers:

set a kill limit to 25 kills, the victorious team leaves the game with a win and the other with a loose;

a creep respawn system easily editable;

the floating text that says that an hero killed another hero for a reward of 100gold;

and a leaderboard with kills death and total score of a team.

I'm totally newbie in editing so i ask you to convert the triggers so i can paste em and please tell me the exact match of variables that i'll have to write in order to don't have a crash or something like that.

The most important are the killcount and the leaderboard. Hope you will help me :)
 
Level 3
Joined
Aug 31, 2008
Messages
22
The first link you gave me explains what i've already done in my map, the second it's about to create an AI in it, but i'm not interested because i want to play with people.

Regarding the second answer, well i will wait till tomorrow for your response but if there is someone else that can answer me today please do it :)
 
Level 8
Joined
Jul 22, 2008
Messages
331
First you'll have to
1.Open World Editor.
2.Go to File->Preferences
3.Check the checkbox "Automatically create unknown variables while pasting trigger data"
4.Click "OK" button
(do not copy triggers before you do this)
5. Copy/paste my triggers.
6.Modify them at will.

Notive I tried to make them as simple as possible for you to understand them
and be able to modiffy them...
Good Luck with your map and future projects...

Try to learn from this map I gave you... Do not just copy/paste it.
Try to be bether...
 
Last edited:
Level 3
Joined
Aug 31, 2008
Messages
22
Ty for the map, it really helped. But i still have some problem because your triggers are giving me this error with creeps spawn:

Creep Spawn:
call CreateNUnitsAtLoc( 1, GetUnitTypeId(GetDyingUnit()), Player(PLAYER_NEUTRAL_AGGRESSIVE), GetRandomLocInRect(gg_rct_Creep_respawn), GetRandomReal(0, 359.00) )

Line171: Name Required
 
Level 3
Joined
Aug 31, 2008
Messages
22
ok, this one is solved!
Now i've discovered another problem, in your map the colours are working in multiboard and in kills messages, in my map it's all white...Why?
 
Level 3
Joined
Aug 31, 2008
Messages
22
yes, all the variables wrote in the same way as yours and the trigger is not giving problems so i should have done all correctly.
 
Status
Not open for further replies.
Top