Cid Kagenou Posted April 29, 2022 Posted April 29, 2022 Hello guys, I'm facing this issue, and the problem is i'm 100% sure that this mob id exist in all the mob lua files . shadowtable.lub Line 1009 [jobtbl.JT_MD_Airboat_Poring] = 1.2, jobidentity.lub: JT_MD_AIRBOAT_PORING = 20887, jobname: [jobtbl.JT_MD_AIRBOAT_PORING] = "MD_AIRBOAT_PORING", npcidentity.lub: JT_MD_AIRBOAT_PORING = 20887, can someone guide me on how to fix this error? thanks in advance. Quote
0 Tokei Posted April 29, 2022 Posted April 29, 2022 Well, JT_MD_Airboat_Poring JT_MD_AIRBOAT_PORING are not the same. If anything, you can also just set it directly: [jobtbl.JT_MD_AIRBOAT_PORING] = 1.2, or [20887] = 1.2, Quote
0 Cid Kagenou Posted April 29, 2022 Author Posted April 29, 2022 9 hours ago, Tokei said: Well, JT_MD_Airboat_Poring JT_MD_AIRBOAT_PORING are not the same. If anything, you can also just set it directly: [jobtbl.JT_MD_AIRBOAT_PORING] = 1.2, or [20887] = 1.2, This fixed my problem, thank you @Tokei Quote
Question
Cid Kagenou
Hello guys,
I'm facing this issue, and the problem is i'm 100% sure that this mob id exist in all the mob lua files
.
shadowtable.lub Line 1009
jobidentity.lub:
jobname:
npcidentity.lub:
can someone guide me on how to fix this error? thanks in advance.
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.