Jump to content
  • 0

Unknow item when Custom new item


zhaosin

Question


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  172
  • Reputation:   0
  • Joined:  07/07/12
  • Last Seen:  

idnum2itemdesctable.txt

11237#

Tai Soi!

Defense :^777777 2^000000

Equipped on :^777777 Upper^000000

Weight :^777777 1^000000

Applicable Job :^777777 Every Job^000000

Spriter :^777777 Wolfeh^000000

#

idnum2itemdisplaynametable.txt

11237#Wolf_Ears#

idnum2itemresnametable

11237#Wolf_Ears#

accessoryid.lua

ACCESSORY_WOLF_EARS = 1000,

accname.lua

[ACCESSORY_IDs.ACCESSORY_WOLF_EARS] = "_Wolf_Ears",

Edit item_db2.txt

11237,Wolf_Ears,Wolf Ears,5,1000,50,1,,1,,,0xFFFFFFFF,15,2,256,,,1,1000,{},{},{}

Reload all!

I use Client 10-4-2012 and uncheck two lines: read lua ... and read data...

i use my own GRF too!

Custom Item from link: http://rathena.org/b...2256-wolf-ears/ ( data.zip )

Edited by zhaosin
Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

you mentioned....

your client doesnt read LUA files....

but you are still using LUA ??

accessoryid.lua
accname.lua

compile / save both LUA files to LUB files and add it into your GRF.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  172
  • Reputation:   0
  • Joined:  07/07/12
  • Last Seen:  

i already use lua and lub, it look like each other!

Still not work :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Have you diff your client with 'Increase Headgear View ID' ?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  172
  • Reputation:   0
  • Joined:  07/07/12
  • Last Seen:  

yes, i diff it 1000 -> 30000 !

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  87
  • Reputation:   13
  • Joined:  02/15/12
  • Last Seen:  

Rofolder / System / iteminfo.lub (.lua) 2012 clients won't use the idnum things anymore.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  172
  • Reputation:   0
  • Joined:  07/07/12
  • Last Seen:  

how i have to fix ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

Rofolder / System / iteminfo.lub (.lua) 2012 clients won't use the idnum things anymore.

2012-04-10aRagexeRE and lower still uses it :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  87
  • Reputation:   13
  • Joined:  02/15/12
  • Last Seen:  

Yea you are right, working with the iteminfo.lua for quite some time now, that's why i wasn't really sure when they actually implemented it.

Link to comment
Share on other sites


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

I tried this in my local server and it works fine. I used the same item id and view id too. One issue i got was that there was an underscore missing in the sprite file names for female and male (instead of ³²_Wolf_Ears, the zip file contains the name ³²Wolf_Ears )

Here's a snapshot => 281wxep.png

One more thing i noticed is that you haven't mentioned num2item*.txt files. Make sure you have updated them as well.

Can you post a snap of the exact issue you are getting.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

try start from 2000

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  119
  • Reputation:   19
  • Joined:  11/14/11
  • Last Seen:  

[ACCESSORY_IDs.ACCESSORY_WOLF_EARS] = "_Wolf_Ears",

That was actually the problem, I never use underscores. :) Adding them works too though.

Should look like this:

[ACCESSORY_IDs.ACCESSORY_WOLF_EARS] = "Wolf_Ears",

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