Jump to content
  • 0

quest_db.yml - how to set a gathering quest ?


Dolphin86

Question


  • Group:  Members
  • Topic Count:  268
  • Topics Per Day:  0.06
  • Content Count:  736
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

Posted (edited)

as title i would like to add collecting quest, how should i do it? so player can view how much item have player collected so far on thier top right screen ?

OngoingQuestInfoList_True_EN.lub:

Spoiler
	[100000] = {
		Title = "Beginner Quest 01",
		NpcSpr = "1_M_SIGNMONK2",
		IconName = "ico_nq.bmp",
		BgName = "beginner.bmp",
		Description = {
			"Start Beginner quest by talking to Durag."
		},
		Summary = "Start Beginner quest by talking to Durag.",
	}

 

RecommendedQuestInfoList_True_EN.lub:

Spoiler
	[100000] = {
		Title = "Beginner Quest 01",
		NpcSpr = "1_M_SIGNMONK2",
		IconName = "ico_nq.bmp",
		BgName = "beginner.bmp",
		QuestInfo1 = {
			"Start Beginner quest by talking to Durag."
		},
		Summary = "Start Beginner quest by talking to Durag.",
	}

 

quest_db.yml:

Spoiler
Header:
  Type: QUEST_DB
  Version: 3
Body:
  - Id: 100000
    Title: Beginner Quest 01

 

example a quest require player to gather 100 fly wing.. how should it be?

OngoingQuestInfoList_True_EN.lub RecommendedQuestInfoList_True_EN.lub

Edited by Dolphin86
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...