Jump to content
  • 0
AJPzone

Custom item accName nil

Question

Good Day,

 

i'm having error after running client.

shows "[string "buf"]:1157: table index is nil" in accName

i'm using 2013-12-13 client.

 

accname

 [ACCESSORY_IDs.ACCESSORY_ALUCARD_GLASSES] =  "_ALUCARD_GLASSES",    <--- the line 1157 [ACCESSORY_IDs.ACCESSORY_ALUCARD_HAT] =  "_ALUCARD_HAT", [ACCESSORY_IDs.ACCESSORY_ANGELING_CAP] =  "_ANGELING_CAP", [ACCESSORY_IDs.ACCESSORY_AQUARING_HAT] =  "_AQUARING_HAT",

 

accname_eng

 [ACCESSORY_IDs.ACCESSORY_ALUCARD_GLASSES] =  "_ALUCARD_GLASSES", [ACCESSORY_IDs.ACCESSORY_ALUCARD_HAT] =  "_ALUCARD_HAT", [ACCESSORY_IDs.ACCESSORY_ANGELING_CAP] =  "_ANGELING_CAP", [ACCESSORY_IDs.ACCESSORY_AQUARING_HAT] =  "_AQUARING_HAT",

 

accessoryid.lub

 

 ACCESORY_ALUCARD_GLASSES = 1200, ACCESORY_ALUCARD_HAT = 1201, ACCESORY_ANGELING_CAP = 1202, ACCESORY_AQUARING_HAT = 1203,

 

 

hope can help me.
Thank you!

 

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

are you sure that is the correct name? check it again :)

Edited by Naori

Share this post


Link to post
Share on other sites
  • 0

accessoryid.lub

 

ACCESORY_ALUCARD_GLASSES = 1200,ACCESORY_ALUCARD_HAT = 1201,ACCESORY_ANGELING_CAP = 1202,ACCESORY_AQUARING_HAT = 1203, 

 

 

you are missing one S

Should be

 

ACCESSORY_ALUCARD_GLASSES = 1200,ACCESSORY_ALUCARD_HAT = 1201,ACCESSORY_ANGELING_CAP = 1202,ACCESSORY_AQUARING_HAT = 1203, 

Share this post


Link to post
Share on other sites
  • 0

are you sure that is the correct name? check it again :)

 

what do you mean? 

 

 

 

 

accessoryid.lub

 

ACCESORY_ALUCARD_GLASSES = 1200,ACCESORY_ALUCARD_HAT = 1201,ACCESORY_ANGELING_CAP = 1202,ACCESORY_AQUARING_HAT = 1203, 

 

 

you are missing one S

Should be

 

ACCESSORY_ALUCARD_GLASSES = 1200,ACCESSORY_ALUCARD_HAT = 1201,ACCESSORY_ANGELING_CAP = 1202,ACCESSORY_AQUARING_HAT = 1203, 

 

thanks for that Dastgir, but still not fixed yet =( about the accName

Share this post


Link to post
Share on other sites
  • 0

that would fix the accname error, it just states that you don't have any entries about it in accessoryid.lub(so adding one S would fix it)

 

Or you have other accname error now?

Share this post


Link to post
Share on other sites
  • 0

im using 2013 12 23 client and im not using accname_eng 

 

just edit 

 

accessoryid

 

ACCESSORY_ALUCARD_GLASSES = 1200,

 

accname

 

[ACCESSORY_IDs.ACCESSORY_ALUCARD_GLASSES] = "_ALUCARD_GLASSES", <-- try to copy the real name of the sprite or show us the name of the sprites :) 

Share this post


Link to post
Share on other sites
  • 0

that would fix the accname error, it just states that you don't have any entries about it in accessoryid.lub(so adding one S would fix it)

 

Or you have other accname error now?

 

Thanks! it is now working. i just recreate the GRF

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.