zhaosin Posted October 7, 2012 Posted October 7, 2012 (edited) 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 October 7, 2012 by zhaosin Quote
Emistry Posted October 7, 2012 Posted October 7, 2012 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. Quote
zhaosin Posted October 7, 2012 Author Posted October 7, 2012 i already use lua and lub, it look like each other! Still not work Quote
nanakiwurtz Posted October 7, 2012 Posted October 7, 2012 Have you diff your client with 'Increase Headgear View ID' ? 1 Quote
Ryuuzaki Posted October 7, 2012 Posted October 7, 2012 Rofolder / System / iteminfo.lub (.lua) 2012 clients won't use the idnum things anymore. Quote
EvilPuncker Posted October 7, 2012 Posted October 7, 2012 Rofolder / System / iteminfo.lub (.lua) 2012 clients won't use the idnum things anymore. 2012-04-10aRagexeRE and lower still uses it Quote
Ryuuzaki Posted October 7, 2012 Posted October 7, 2012 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. Quote
Neo-Mind Posted October 7, 2012 Posted October 7, 2012 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 => 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. Quote
Wolfeh Posted October 10, 2012 Posted October 10, 2012 (edited) [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 October 10, 2012 by Wolfeh Quote
Question
zhaosin
idnum2itemdesctable.txt
idnum2itemdisplaynametable.txt
idnum2itemresnametable
accessoryid.lua
accname.lua
Edit item_db2.txt
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 zhaosin11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.