Jump to content
  • 0

Custom Quest Description Not Showing - RecommendedQuestInfoList_True_EN.lub


Question

1 answer to this question

Recommended Posts

  • 0
Posted

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}
		},
	}
}

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...