Jump to content
  • 0
Sign in to follow this  
antonycbueno

Recommended Quest Problem

Question

Hello

 

I got some error when i execute my hexed:

 

image.png.a3822d8f647ce439464c8991b1067923.png

 

I think the error is on this script below

 

data\luafiles514\lua files\datainfo\questinfo_f.lub

 

function RecommendedQuestInfoLoad()
	for questID, table in pairs(RecommendedQuestInfoList) do
		if nil == table.Title then
			table.Title = ""
		end
		if nil == table.IconName then
			table.IconName = ""
		end
		if nil == table.Summary then
			table.Summary = ""
		end
		if nil == table.BgName then
			table.BgName = ""
		end
		if nil == table.NpcSpr then
			table.NpcSpr = ""
		end
		if nil == table.NpcNavi then
			table.NpcNavi = ""
		end
		if nil == table.NpcPosX then
			table.NpcPosX = 0
		end
		if nil == table.NpcPosY then
			table.NpcPosY = 0
		end
		InsertRecommededQuestInfo(questID, table.Title, table.IconName, table.Summary, table.BgName, table.NpcSpr, table.NpcNavi, table.NpcPosX, table.NpcPosY)
		if nil ~= table.QuestInfo1 then
			for k, v in pairs(table.QuestInfo1) do
				AddRecommendedQuestInfo(questID, 0, v)
			end
		end
		if nil ~= table.QuestInfo2 then
			for k, v in pairs(table.QuestInfo2) do
				AddRecommendedQuestInfo(questID, 1, v)
			end
		end
		if nil ~= table.QuestInfo3 then
			for k, v in pairs(table.QuestInfo3) do
				AddRecommendedQuestInfo(questID, 2, v)
			end
		end
	end
end

 

I really need some help here :( 

 

 

 

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

use official quests files on korean, or ask some one who did translation for you. also other versions of this lua files can be near with version in name.

 

 

Share this post


Link to post
Share on other sites
  • 0

I've tried those korean files but didn't work :( 

I'm using the Chris data, renewal server, and 2018-06-21 hexed.

I've tried another client, and another data like Zac but didn't work...

I really need some help here, please

Share this post


Link to post
Share on other sites
  • 0

need use files with same version with your exe.

try search full client for 2018-06-21 and extract from grfs of this client files what failing for you.

Share this post


Link to post
Share on other sites
  • 0
On 6/20/2020 at 5:13 AM, antonycbueno said:

With some friend help the problem is solved...

I just put in option diff the following text in "recommendedquest.lub" to read my file "System/recommendedquest" without the extension.

This is actually so annoying that it works without any real explanation as to why

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.