acbx Posted June 17, 2020 Posted June 17, 2020 Helo Need some help with "quest things" When i execute my hexed 2018-06-21 When i already have a quest in game The quest become "Unknown Quest" My diff options and lua files I'm using llchrisll data/System folder and i don't know what's going on... I need help OnGoingQuestInfoList.lub RecommendedQuestInfoList.lub Quote
0 Mabuhay Posted June 17, 2020 Posted June 17, 2020 Try using these for 2018-06-21 client OngoingQuestInfoList.lub RecommendedQuestInfoList.lub Quote
0 acbx Posted June 17, 2020 Author Posted June 17, 2020 Those files didn't work And i forgot to show the "bug" in quest box in game The quest's description doesn't appear I really need some help here... 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 Quote
Question
acbx
Helo
Need some help with "quest things"
When i execute my hexed 2018-06-21
When i already have a quest in game
The quest become "Unknown Quest"
My diff options and lua files
I'm using llchrisll data/System folder and i don't know what's going on... I need help
OnGoingQuestInfoList.lub RecommendedQuestInfoList.lub
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.