Jump to content
  • 0

Weird client error - shadowtable


Fahhad

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   5
  • Joined:  07/01/14
  • Last Seen:  

 

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.

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  664
  • Reputation:   672
  • Joined:  11/12/12
  • Last Seen:  

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,

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   5
  • Joined:  07/01/14
  • Last Seen:  

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

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...