Warcraft III resources & community, 2003–2006 · archived

Help Me

3 posts
#1

Help Me

Help Me with quests how make a qust and after kill some unit make it Done i don't now this becouse MapCreator creating triggers for me every time please help !
#2
do you know how the trigger editor works?
then it's really simple, just make a new trigger, and make a new action, press, Q, and you'll find all triggers related to quests.
#3
...

You'll need 2 triggers. 1st one is the trigger to give you a quest. 2nd trigger will be executed when you killed the unit.

1st trigger
Event: you may use "inside range" or unit enter region
Condition: -
Action: Turn off trigger, make a quest, set it into as a quest variable, make a quest message for that quest.

2nd trigger
Event: unit dies, or player unit dies
Condition: unit comparison, dying unit equals to X
Action: Turn off trigger, wait around 2.00 sec, mark that quest variable as completed, make a quest message for the completed quest.