zhaosin Posted October 7, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted October 7, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share 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 Link to comment Share on other sites More sharing options...
zhaosin Posted October 7, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Author Share Posted October 7, 2012 i already use lua and lub, it look like each other! Still not work Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted October 7, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted October 7, 2012 Have you diff your client with 'Increase Headgear View ID' ? 1 Quote Link to comment Share on other sites More sharing options...
zhaosin Posted October 7, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Author Share Posted October 7, 2012 yes, i diff it 1000 -> 30000 ! Quote Link to comment Share on other sites More sharing options...
Ryuuzaki Posted October 7, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 87 Reputation: 13 Joined: 02/15/12 Last Seen: September 11, 2024 Share Posted October 7, 2012 Rofolder / System / iteminfo.lub (.lua) 2012 clients won't use the idnum things anymore. Quote Link to comment Share on other sites More sharing options...
zhaosin Posted October 7, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Author Share Posted October 7, 2012 how i have to fix ? Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted October 7, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share 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 Link to comment Share on other sites More sharing options...
Ryuuzaki Posted October 7, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 87 Reputation: 13 Joined: 02/15/12 Last Seen: September 11, 2024 Share 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 Link to comment Share on other sites More sharing options...
Neo-Mind Posted October 7, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share 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 Link to comment Share on other sites More sharing options...
PapaZola Posted October 7, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted October 7, 2012 try start from 2000 Quote Link to comment Share on other sites More sharing options...
Wolfeh Posted October 10, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 119 Reputation: 19 Joined: 11/14/11 Last Seen: June 13, 2018 Share 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 Link to comment Share on other sites More sharing options...
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 zhaosinLink to comment
Share on other sites
11 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.