Jump to content
  • 0

Custom Quest Description Not Showing - RecommendedQuestInfoList_True_EN.lub


Dolphin86

Question


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  757
  • Reputation:   17
  • Joined:  01/07/12
  • Last Seen:  

as title above, what i did was totally removed the official recomended quest list, and put my own custom quest there, only problem was the description was not showing..

Spoiler

image.thumb.png.7b746ed6fb86ac7bf6c9917d500cfef1.png

file RecommendedQuestInfoList_True_EN.lub

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  212
  • Reputation:   94
  • Joined:  06/02/12
  • Last Seen:  

Hi, RecommendedQuestInfoList and OngoingQuestInfoList have some little different fields.
Try using QuestInfo1 instead of Description.
Example:

RecommendedQuestInfoList = {}
RecommendedQuestInfoList = {
	[1] = {
		Title = "Prontera Field 01",
		IconName = "ico_nq.bmp",
		NpcSpr = "4_M_JOB_HUNTER",
		NpcNavi = "moc_para01",
		NpcPosX = 39,
		NpcPosY = 36,
		BgName = "reco_01.bmp",
		QuestInfo1 = {
			"Hunt following monster list.",
			"300 Poring",
			"300 Pupa",
			"300 Fabre"
		},
		QuestInfo2 = {
			"Quest reset at 24 hours and account bounded.",
		},
		QuestInfo3 = {
			"^ff0000This page is intended for exclusive content news. Please note that completing quests will not remove them from this page.^000000"
		},
		Summary = "Quest reset at 24 hours and account bounded.",
		RewardEXP = "2100",
		RewardJEXP = "2100",
		RewardItemList = {
			{ItemID = 40221, ItemNum = 1},
			{ItemID = 40222, ItemNum = 1}
		},
	}
}

 

Link to comment
Share on other sites

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