AJPzone 0 Posted May 6, 2014 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! Quote Share this post Link to post Share on other sites
0 iCORE 33 Posted May 6, 2014 (edited) are you sure that is the correct name? check it again Edited May 6, 2014 by Naori Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted May 6, 2014 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, Quote Share this post Link to post Share on other sites
0 AJPzone 0 Posted May 6, 2014 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 Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted May 6, 2014 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? Quote Share this post Link to post Share on other sites
0 iCORE 33 Posted May 6, 2014 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 Quote Share this post Link to post Share on other sites
0 AJPzone 0 Posted May 6, 2014 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 Quote Share this post Link to post Share on other sites
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
accname_eng
accessoryid.lub
Share this post
Link to post
Share on other sites