• 🏆 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!

How do i finish quests?

Status
Not open for further replies.
Level 6
Joined
Mar 25, 2005
Messages
304
There should be a action trigger that says show quest as complete. Look for that one. My editor isnt working right now, so I cant give you detailed description sorry.
-Blue
 
Level 22
Joined
May 11, 2004
Messages
2,863
1. Make a variable. type: quest. Just call it "quest1" or something

2. Create the quest in a trigger.

3. Immediatly after the "create quest" action, set the variable (Quest1) as "last created quest." using the "set variable" action

Then make this trigger:

Event:
Region- unit enters region

Condition:
Whatever condition, wether its a certain unit (like a hero) or just a unit owned by a player and so forth

Action:
Quest- mark (Variable:Quest1) as completed. Followed with any other actions.

-VGsatomi
 
Status
Not open for further replies.
Top