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

Help me

Status
Not open for further replies.
Level 4
Joined
Mar 6, 2007
Messages
73
Its really easy. You have to go in the trigger editor and use the Map initialisation event for starting quests. Than you go in actions and search for quests. Exemple :
  • Quests
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Quest - Create a Optional quest titled Credits with the description Created by you,using icon path ReplaceableTextures\CommandButtons\BTNSpellBookBLS.blp
      • Quest - Create a Optional quest titled SEARCH with the description search for someone, using icon path ReplaceableTextures\CommandButtons\BTNStun.blp
      • Quest - Create a Required quest titled Guy Lost with the description Optional SEARCH, using icon path ReplaceableTextures\CommandButtons\BTNPickUpItem.blp
      • Quest - Create a Required quest titled Gods with the description They are important, using icon path ReplaceableTextures\CommandButtons\BTNHealOn.blp
 
Level 3
Joined
Feb 24, 2008
Messages
67
Its really easy. You have to go in the trigger editor and use the Map initialisation event for starting quests. Than you go in actions and search for quests. Exemple :
  • Quests
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Quest - Create a Optional quest titled Credits with the description Created by you,using icon path ReplaceableTextures\CommandButtons\BTNSpellBookBLS.blp
      • Quest - Create a Optional quest titled SEARCH with the description search for someone, using icon path ReplaceableTextures\CommandButtons\BTNStun.blp
      • Quest - Create a Required quest titled Guy Lost with the description Optional SEARCH, using icon path ReplaceableTextures\CommandButtons\BTNPickUpItem.blp
      • Quest - Create a Required quest titled Gods with the description They are important, using icon path ReplaceableTextures\CommandButtons\BTNHealOn.blp

NOTE: Quests, Multiboard, and Leaderboard cannot be created/displayed at map initialization. It's best to set the Event as the Game Time is 0.01 seconds so that people won't notice the difference.
 
Level 4
Joined
Mar 6, 2007
Messages
73
Btw ModFreak you can create quest at map ini. Simply because im doing it on my map and it work.
 
Status
Not open for further replies.
Top