Warcraft III resources & community, 2003–2006 · archived

How do i finish quests?

4 posts
#1

How do i finish quests?

ok umm i need to know how to finish quests for like if someone walks in a region how do i make it so that it will complete it? ive tried these commands: if/then/else...and...unit enters region. plz help thx :)
#2
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
#3
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
#4
Wow you are really skilled VGS! :D I might need your help in the AoS map with moderators im doing in the other topic. :)