Jump to content
  • 0

Weird client error - shadowtable


Question

Posted

 

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 image.png.95ca8f2700502e9965c4bfb1a0993e52.png.

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.

 

2 answers to this question

Recommended Posts

  • 0
Posted

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,

 

  • 0
Posted
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...