Jump to content
  • 0
koloridjo

help, About Add Item Custom

Question

excuse me who helped me get there and accname accessoryid fix mine, I've looked but found no wrong, but when after the patch has always come out error

[string"buf"]:967:table index nil

[string"buf"]:2: attempt to index globlal 'AccNameTable' (a nil value)

lua.rar

Please Help...!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Last line of accessoryid.lua:

ACCESSORY_warhelm = 1022,

remove the comma:

ACCESSORY_warhelm = 1022

same with accname.lua

[ACCESSORY_IDs.ACCESSORY_warhelm] = "_warhelm",

remove comma:

[ACCESSORY_IDs.ACCESSORY_warhelm] = "_warhelm"

Link to comment
Share on other sites

Same problem, same error...but not the same solution >>

Error : [string "buf"]:737:table index is nil

Error : [string "buf"]:2: attempt to index global 'AccNameTable' (a nil value)

There is my files :

http://www.mediafire.com/?3md7b56i3xyn9na

Edited by Maxlam
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...

Important Information

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