Cid Kagenou Posted April 29, 2022 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 107 Reputation: 5 Joined: 07/01/14 Last Seen: March 28 Share 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 Link to comment Share on other sites More sharing options...
0 Tokei Posted April 29, 2022 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 696 Reputation: 721 Joined: 11/12/12 Last Seen: 15 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Cid Kagenou Posted April 29, 2022 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 107 Reputation: 5 Joined: 07/01/14 Last Seen: March 28 Author Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.