Jump to content
  • 0

help, About Add Item Custom


koloridjo

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  01/07/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  9
  • Reputation:   4
  • Joined:  12/15/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  01/07/12
  • Last Seen:  

yes god @ _ @ Thank you very much I will be more thoroughly once again thank you for correcting

Thx HollyEnix

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   17
  • Joined:  02/06/12
  • Last Seen:  

I always forget to move the closing bracket (})

Stupid errors :c

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  78
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   1
  • Joined:  01/20/12
  • Last Seen:  

This is in your AccID

ACCESSORY_ANGELS_WING = 1000,

Change it to

ACCESSORY_1000 = 1000,

Should work

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  78
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

Working, thanks !

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