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

Quest help

Status
Not open for further replies.
Level 1
Joined
Aug 9, 2007
Messages
4
like giveing instructions on how to play the particular type of game, and im asking for a friend who is too stuborn to come look for himself and im a bit busy to spend 10-20 mins reading so i figured id ask.
 
Level 3
Joined
Jun 18, 2007
Messages
72
if i understand correctly what your looking for (making information in the quest log for people to look at in a map) then making quests is a simple trigger. Just make a new trigger and title it w/e, then for event do "Map initialization" then make an event: Search for "Quests" and then choose what you want to do. If you just want to use the quest as an information center then just do the simple one. Which is "Quest - Create a Required quest titled w/e with the description w/e using icon path w/e"
Depending on which quest log side you want it to be on depends on what it is, if you want the info on the left side of the log use "Required" quest and if you want it on the right side use "Optional". Those dont screw with the game, all they do is tell the game where to place that info. Making an actual quest required a whole bunch of triggers. But this will do ya fine. EXAMPLE:

  • Quest Log Required
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Quest - Create a Required quest titled "title of the quest section" with the description "your info", using icon path ReplaceableTextures\CommandButtons\BTNSorceressMaster.blp
 
Status
Not open for further replies.
Top