Jump to content
  • 0

Unknown Item Custom >.<


Minos

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  11/04/12
  • Last Seen:  

Hey guys, i have a little problem with custom headgear ><. When I type @ item agav_s_hood, I get an unknown item when I put I see the spirit of the item .. But it is unknown item and the same for my other custom.

 

screen: bug.png

 

accessoryid.lua:

  ACCESSORY_AGAV_S_HOOD = 874,     

                                            (This is not the last line, last line: } )

accname.lua:

[ACCESSORY_IDs.ACCESSORY_AGAV_S_HOOD] = "_Agav_s_Hood",  

  (This is not the last line, last line: } )

 

 

idnum2itemdesctable:

20000#
Agav_s_Hood
Classe: ^777777 Headgear^000000
Défense: ^777777 0^000000
S'équipe sur: ^777777 Haut^000000
Poids: ^777777 10^000000
Pour: ^777777Toutes les classes^000000
Level requis: ^777777^000000
#

idnum2itemdisplaynametable:

20000#Agav_s_Hood#

idnum2itemresnametable:

20000#Agav_s_Hood#

itemslotcounttable:

20000#1#

 

 

Thank's for your futur help and sorry for my bad english ><.

Have a nice day.

Edited by Minos
Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

client version that you use?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  11/04/12
  • Last Seen:  

2012-04-18 ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  313
  • Reputation:   23
  • Joined:  12/27/11
  • Last Seen:  

Hey guys, i have a little problem with custom headgear ><. When I type @ item agav_s_hood, I get an unknown item when I put I see the spirit of the item .. But it is unknown item and the same for my other custom.

 

screen: bug.png

 

accessoryid.lua:

  ACCESSORY_AGAV_S_HOOD = 874,     

                                            (This is not the last line, last line: } )

accname.lua:

>>

[ACCESSORY_IDs.ACCESSORY_AGAV_S_HOOD] = "_Agav_s_Hood",  

  (This is not the last line, last line: } )

 

 

idnum2itemdesctable:

20000#

Agav_s_Hood

Classe: ^777777 Headgear^000000

Défense: ^777777 0^000000

S'équipe sur: ^777777 Haut^000000

Poids: ^777777 10^000000

Pour: ^777777Toutes les classes^000000

Level requis: ^777777^000000

#

idnum2itemdisplaynametable:

20000#Agav_s_Hood#

idnum2itemresnametable:

20000#Agav_s_Hood#

itemslotcounttable:

20000#1#

 

 

Thank's for your futur help and sorry for my bad english ><.

Have a nice day.

 

Did you already diff your client with "increase headgear viewid"?  /hmm

Edited by EriN_KillerSoul
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  11/04/12
  • Last Seen:  

The view id is 874 for agav_s_hood.. and yeah he is upgrade.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  313
  • Reputation:   23
  • Joined:  12/27/11
  • Last Seen:  

http://rathena.org/board/topic/62534-systemiteminfolub-error/#entry96876

 

i think you have to update your iteminfo.lub

Edited by EriN_KillerSoul
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  11/04/12
  • Last Seen:  

I have put my headgear in this file too?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

till 2012-04-10a version the clients make use of the txt tables. 2012-04-18 onwards the clients replaced all the txt files with a single lua file called Iteminfo.lub.

So yes in your case you need to add your edits to iteminfo.lub file and not the txt files at client side.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  313
  • Reputation:   23
  • Joined:  12/27/11
  • Last Seen:  

I have put my headgear in this file too?

 

Yes.try use this tool

 

http://rathena.org/board/topic/66795-itemconverter/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  11/04/12
  • Last Seen:  

Ty, i go try !



Oh tanks, IT's DONE ! Thanks you very very much !

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