Jump to content
  • 0

All of my quests show up as Unknown Quest, ID = ##### and no description.


charlielovesu

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   3
  • Joined:  10/26/18
  • Last Seen:  

they  also do not update live as you kill monsters. you have to log out and relog back in to see the amount killed update.  there is no description despite the fact I've edited the following files:

SERVER SIDE:

quest_db.yml

CLIENT SIDE:

GRF > data/questid2display.txt
System/OngoingQuestInfoList.lub
System/OngoingQuestInfoList_Sakray.lub
System/OngoingQuestINfoList_True.lub

-------------------------------------------------
Screenshots below
--------------------------------------------------

questerror1.png.b46ba5b0cc2307662755112fb1f50dd3.png

 

questerror2.png.47eded897aac2c855e7093e0cd81be1b.png


-------------------------------------------------------------------------------------------------------------------------------------------------------

If it helps I am using a 2020 client and recently swapped over to it from a 2018 client. Client has loads of problems right now not including this one, but this is just something I noticed tonight. I assume it has to be a client side error since it won't update. 

  • Like 1
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   6
  • Joined:  10/31/12
  • Last Seen:  

For those that may encounter this in the future.


In NEMO patcher, be careful with what reads the popup window!

You specify new_file_name.ext (where .ext is your extension, usually .lub or .lua) for:

  • Iteminfo
  • Towninfo
  • Tipbox
  • PetEvolutionCln
  • PrivateAirplane
  • MonsterSizeEffect
  • CheckAttendance
  • MapInfo
  • AchievementList

And you specify new_file_name without extension for:

  • OngoingQuestInfo
  • RecommendedQuestInfo
  • Upvote 1
  • MVP 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   8
  • Joined:  06/29/20
  • Last Seen:  

2020 client? Try to check your questid2display.txt on your GRF Files.

Try to have backup files of these 3 first
System/OngoingQuestInfoList.lub
System/OngoingQuestInfoList_Sakray.lub
System/OngoingQuestINfoList_True.lub

Then try to copy paste what's inside of this OngoingQuestInfoList.lub on the other 2. And if you have the OngoingQuestInfoList_True_EN.lub try to paste it there too.

Edited by Natsukashi
Changed description
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   3
  • Joined:  12/23/11
  • Last Seen:  

Same problem with client 20211103
Apparently, it does not correctly or otherwise takes information from OngoingQuestInfoList_True_EN.lub

 

Maybe I'm using the wrong one OngoingQuestInfoList_True_EN.lub

I use this one https://github.com/llchrisll/ROenglishRE/blob/master/Renewal/System/RecommendedQuestInfoList_True_EN.lub

I use this one

 

The problem is still unresolved.
Updated NEMO and translation today.
Testing showed that the file is not processed correctly, it actually does not connect at all. No matter what is specified in the address, an error is not issued and the translation is not displayed in the client.

2022-09-15_11-43-36.thumb.png.197e20c1fc343d3b6f831385eef3befc.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  12/26/11
  • Last Seen:  

On 10/24/2022 at 12:54 PM, Akaineko said:

For those that may encounter this in the future.


In NEMO patcher, be careful with what reads the popup window!

You specify new_file_name.ext (where .ext is your extension, usually .lub or .lua) for:

  • Iteminfo
  • Towninfo
  • Tipbox
  • PetEvolutionCln
  • PrivateAirplane
  • MonsterSizeEffect
  • CheckAttendance
  • MapInfo
  • AchievementList

And you specify new_file_name without extension for:

  • OngoingQuestInfo
  • RecommendedQuestInfo

Thank you. I couldn't figure out why all my quests were blank. It's because I added the extension in nemo because I thought it was bugged lol

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.01
  • Content Count:  15
  • Reputation:   11
  • Joined:  12/15/22
  • Last Seen:  

On 10/25/2022 at 3:54 AM, Akaineko said:

For those that may encounter this in the future.


In NEMO patcher, be careful with what reads the popup window!

You specify new_file_name.ext (where .ext is your extension, usually .lub or .lua) for:

  • Iteminfo
  • Towninfo
  • Tipbox
  • PetEvolutionCln
  • PrivateAirplane
  • MonsterSizeEffect
  • CheckAttendance
  • MapInfo
  • AchievementList

And you specify new_file_name without extension for:

  • OngoingQuestInfo
  • RecommendedQuestInfo

bro you are the real mvp 

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   6
  • Joined:  01/08/19
  • Last Seen:  

for the 2022/04/06 client, it is requesting the CoolTimeQuest variable from OnGoingQuestInfoList_TRUE, said variable is not present in all quest by ID in said file, im not sure if it is a bug.

if this variable is not present, it shows the quest as unknown with a lua file error.

 

    [7711] = {
        Title = "Beginning",
        Description = {
            "Yo Ho! I am a fabulous Doram from Pa~sta! I've climbed Laviol mountain, came to Lasagna port. And I'm going to take over the new continent Midgarts!"
        },
        Summary = "Talk to Ajena",
    },

 

to this

 

    [7711] = {
        Title = "Beginning",
        Description = {
            "Yo Ho! I am a fabulous Doram from Pa~sta! I've climbed Laviol mountain, came to Lasagna port. And I'm going to take over the new continent Midgarts!"
        },
        Summary = "Talk to Ajena",
        CoolTimeQuest = 0
    },

 

with this addition, the quest start to show correctly. i dont know if is  fix or not, but you will need to do this for every single quest in the list.

 

does anyone know a better solution?

 

edit: i found the solution.

go to your GRF and edit the questinfo_f.lub and change the starting function from this:

function GetOngoingQuestInfoByID(questID)
    if QuestInfoList[questID] ~= nil then
        return GetOngoingSimpleView(questID), QuestInfoList[questID].Title, QuestInfoList[questID].IconName, QuestInfoList[questID].Summary, QuestInfoList[questID].NpcSpr, QuestInfoList[questID].NpcNavi, QuestInfoList[questID].RewardEXP, QuestInfoList[questID].RewardJEXP, QuestInfoList[questID].NpcPosX, QuestInfoList[questID].NpcPosY, GetCoolTimeQuest(questID)
    
    elseif QuestInfoList_CLS[questID] ~= nil then
        return GetOngoingSimpleView(questID), QuestInfoList_CLS[questID].Title, QuestInfoList_CLS[questID].IconName, QuestInfoList_CLS[questID].Summary, QuestInfoList_CLS[questID].NpcSpr, QuestInfoList_CLS[questID].NpcNavi, QuestInfoList_CLS[questID].RewardEXP, QuestInfoList_CLS[questID].RewardJEXP, QuestInfoList_CLS[questID].NpcPosX, QuestInfoList_CLS[questID].NpcPosY, GetCoolTimeQuest(questID)
    end

end

to this:

function GetOngoingQuestInfoByID(questID)
    if QuestInfoList[questID] ~= nil then
        return GetOngoingSimpleView(questID), QuestInfoList[questID].Title, QuestInfoList[questID].IconName, QuestInfoList[questID].Summary, QuestInfoList[questID].NpcSpr, QuestInfoList[questID].NpcNavi, QuestInfoList[questID].RewardEXP, QuestInfoList[questID].RewardJEXP, QuestInfoList[questID].NpcPosX, QuestInfoList[questID].NpcPosY
    
    elseif QuestInfoList_CLS[questID] ~= nil then
        return GetOngoingSimpleView(questID), QuestInfoList_CLS[questID].Title, QuestInfoList_CLS[questID].IconName, QuestInfoList_CLS[questID].Summary, QuestInfoList_CLS[questID].NpcSpr, QuestInfoList_CLS[questID].NpcNavi, QuestInfoList_CLS[questID].RewardEXP, QuestInfoList_CLS[questID].RewardJEXP, QuestInfoList_CLS[questID].NpcPosX, QuestInfoList_CLS[questID].NpcPosY
    end
end

 

this bassically made the questingo_f not call the variable CoolTimeQuest and now all the quest work well

Edited by Gigo
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...