Jump to content
  • 0

OngoingQuestInfoList_True_EN.lub error


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 i think the error was on OngoingQuestInfoList_True_EN.lub, i was trying to add custom quest on db/import/quest_db.yml

error 1:

Spoiler

1.PNG.6ab94babd9b61bf8603eca7718a79934.PNG

error 2:

Spoiler

2.PNG.d30ed1017ec8576db2e4b6bba2c4b542.PNG

error :

Spoiler

3.PNG.5c8d7193ef29deb0d145c3b0d1a4490c.PNG

in game error:

Spoiler

4.png.bc2809334c31b76081f2c2c00bea05e7.png

here is my OngoingQuestInfoList_True_EN.lub

here is my quest_db.yml

here is my npc script testquest.txt

im really at lost what was wrong, please help / guide me?

OngoingQuestInfoList_True_EN.lub

Edited by Dolphin86
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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

thanks to @llchrisll 

fixed files :

OngoingQuestInfoList_True_EN.lub

RecommendedQuestInfoList_True_EN.lub

ragna.exe

in short, the quest details in both ongoing and recomended was at wrong section, as result the system cant read it, and yeah needed a new exe as well..

problem solved

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1826
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

7 minutes ago, Dolphin86 said:

as title i think the error was on OngoingQuestInfoList_True_EN.lub, i was trying to add custom quest on db/import/quest_db.yml

error 1:

  Hide contents

1.PNG.6ab94babd9b61bf8603eca7718a79934.PNG

error 2:

  Hide contents

2.PNG.d30ed1017ec8576db2e4b6bba2c4b542.PNG

error :

  Hide contents

3.PNG.5c8d7193ef29deb0d145c3b0d1a4490c.PNG

in game error:

  Hide contents

4.png.bc2809334c31b76081f2c2c00bea05e7.png

here is my OngoingQuestInfoList_True_EN.lub

here is my quest_db.yml

here is my npc script testquest.txt

im really at lost what was wrong, please help / guide me?

 

That error is clientside, so for sure its from .lub

Its started from line 8, I assume your lua files having issue.

image.png.552a91bdd19812f5bccf77fd752f95d3.png

Why you have 2 multiple same ID here then.

Link to comment
Share on other sites

  • 0

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

2 minutes ago, Chaos92 said:

That error is clientside, so for sure its from .lub

Its started from line 8, I assume your lua files having issue.

image.png.552a91bdd19812f5bccf77fd752f95d3.png

Why you have 2 multiple same ID here then.

yeah i had just notify that, i have uploaded a newer file, also that is a clean file, i had just recently edited it, i had never had issue before editing

 

updated :

Spoiler
	[120000] = {
		Title = "Prontera Field Hunting 1",
		IconName = "ico_nq.bmp",
		Description = {
			"Hunt following monster list.",
			"100 Poring",
			"100 Pupa",
			"100 Fabre"
		},
		Summary = "Quest reset at 24 hours.",
		RewardEXP = "700",
		RewardJEXP = "650",
		RewardItemList = {
			{ItemID = 40221, ItemNum = 1}
		},
		CoolTimeQuest = 1
	}

 

and yes im pretty sure well aware there is a problem with the file, but at which part? where?

Edited by Dolphin86
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1826
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

10 minutes ago, Dolphin86 said:

yeah i had just notify that, i have uploaded a newer file, also that is a clean file, i had just recently edited it, i had never had issue before editing

 

updated :

  Reveal hidden contents
	[120000] = {
		Title = "Prontera Field Hunting 1",
		IconName = "ico_nq.bmp",
		Description = {
			"Hunt following monster list.",
			"100 Poring",
			"100 Pupa",
			"100 Fabre"
		},
		Summary = "Quest reset at 24 hours.",
		RewardEXP = "700",
		RewardJEXP = "650",
		RewardItemList = {
			{ItemID = 40221, ItemNum = 1}
		},
		CoolTimeQuest = 1
	}

 

and yes im pretty sure well aware there is a problem with the file, but at which part? where?

its either what you edit is the issue, or your warp/nemo patch issue. Are you sure its reading the correct file ? most people that have issue might probably patched it wrongly. Use the recommended session/profile.

Since you are using Chris Translation, then use the session/profile provided from him in his git.

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