Jump to content
  • 0

jobname/npcidentity.lub


gatchiravs

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  10/04/16
  • Last Seen:  

Hi guys! I have a question. I was able to successfully change the BIO LABS 3 MVPs to a different sprite. The only problem that I have is that I crash every time I go to (Prontera). Can anyone help me? ill attach my jobname.lub and npcidentity.lub as text files.

 

My RO client says: ([string "buf"]:754: table index is nil) in data/luafiles514/ lua files/DataInfo/ShadowTable and then continues to run anyway. My ragnarok runs perfectly. The only problem is that I crash every time I go to Prontera. Please tell me what is wrong. Thanks!

 

Update:

Ok, so I found out that  I only crash when I see a certain custom NPC in Prontera. Did I do something wrong? Someone tell me how to fix this. Thank you so much!

jobname.txt

npcidentity.txt

Edited by gatchiravs
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  258
  • Reputation:   53
  • Joined:  01/09/12
  • Last Seen:  

where did you take your luas? :) look this is your npcidentity:

jobtbl = {
	["JT_MON_BEGIN"] = 1000, 
	["JT_SCORPION"] = 1001, 
	["JT_PORING"] = 1002, 
	["JT_THIEF_BUG_AGG"] = 1003, 
	["JT_HORNET"] = 1004, 
	["JT_FARMILIAR"] = 1005, 
	["JT_THIEF_BUG_LARVA"] = 1006, 
	["JT_FABRE"] = 1007, 
	["JT_PUPA"] = 1008, 
	["JT_CONDOR"] = 1009, 
	["JT_WILOW"] = 1010, 
	["JT_CHONCHON"] = 1011, 
	["JT_RODA_FROG"] = 1012, 
	["JT_WOLF"] = 1013, 
	["JT_SPORE"] = 1014, 

And this are what the most of the people use:

Translation Project of zackdreaver

 

Look like this:

jobtbl = {
	JT_MON_BEGIN = 1000,
	JT_SCORPION = 1001,
	JT_PORING = 1002,
	JT_THIEF_BUG_AGG = 1003,
	JT_HORNET = 1004,
	JT_FARMILIAR = 1005,
	JT_THIEF_BUG_LARVA = 1006,
	JT_FABRE = 1007,
	JT_PUPA = 1008,
	JT_CONDOR = 1009,
	JT_WILOW = 1010,
	JT_CHONCHON = 1011,
	JT_RODA_FROG = 1012,
	JT_WOLF = 1013,
	JT_SPORE = 1014,
	JT_ZOMBIE = 1015,
	JT_ARCHER_SKELETON = 1016,
	JT_THIEF_BUG_FEMALE = 1017,
	JT_CREAMY = 1018,
	JT_PECOPECO = 1019,
	JT_MANDRAGORA = 1020,

you can notice that dont have the [" "], try to update your files, maybe that is your problem :)

Edited by Helly
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  10/04/16
  • Last Seen:  

Thank you so much. Working perfectly now :)

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