BugSICK Posted May 16, 2018 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 87 Reputation: 1 Joined: 01/18/18 Last Seen: June 6, 2022 Share Posted May 16, 2018 Hi, don't know if this is client or source side but the costume headgear don't show in my character. any remedy with this? Quote Link to comment Share on other sites More sharing options...
0 Haganezuka Posted November 3, 2019 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 4 Joined: 08/14/16 Last Seen: Wednesday at 04:43 PM Share Posted November 3, 2019 @BugSICK is this already answered? if not here is what you need to do: Open your iteminfo.lua/lub and find that custom item that you are working on. If you're just copying of an existing item just look at the Example itemid 18613, look for its ClassNum and change it to what it is in the accessoryid.lub. Below is an example of what i'm talking about. [18613] = { unidentifiedDisplayName = "Unidentified Hat", unidentifiedResourceName = "ĸ", unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." }, identifiedDisplayName = "Black Musang Hat", identifiedResourceName = "È湫»ó¸ðÀÚ", identifiedDescriptionName = { "A headgear worn by a teacher of a fighting order.", "These Warriors in Black tend to be Esoteric Combat Specialists.", "________________________", "INT +2, DEX +2, AGI +1", "________________________", "^0000CCType:^000000 Headgear", "^0000CCDefense:^000000 3", "^0000CCPosition:^000000 Upper", "^0000CCWeight:^000000 40", "^0000CCRefinable:^000000 Yes", "________________________", "^0000CCRequirement:^000000 None" }, slotCount = 1, ClassNum = 771 <----- }, Or if what you're trying to do is add a new custom item then you will need to open accname.lub, accessoryid.lub, iteminfo.lua/lub. Example: accname.lub [ACCESSORY_IDs.ACCESSORY_YourItemName] = "_YourItemName", accessoryid.lub ACCESSORY_YourItemName = 1882, <-- ClassNum Iteminfo.lua/lub [19847] = { unidentifiedDisplayName = "Unidentified Hat", unidentifiedResourceName = "ĸ", unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." }, identifiedDisplayName = "Your Item Name", identifiedResourceName = "Your Item BMP Name", identifiedDescriptionName = { "An over-sized red ribbon that contains hidden magical power.", "________________________", "^0000CCType:^000000 Costume", "^0000CCPosition:^000000 Upper", "^0000CCWeight:^000000 0", "________________________", "^0000CCRequirement:^000000 None" }, slotCount = 0, ClassNum = 1882 <--- New ClassNum }, I hope these solve your problems. Have a nice day! Quote Link to comment Share on other sites More sharing options...
0 iamhyd Posted May 16, 2018 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 64 Reputation: 9 Joined: 09/28/13 Last Seen: March 9, 2023 Share Posted May 16, 2018 Check your item_db and look for View ID, Make sure that it is the same on accessoryid.lub Quote Link to comment Share on other sites More sharing options...
0 BugSICK Posted May 16, 2018 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 87 Reputation: 1 Joined: 01/18/18 Last Seen: June 6, 2022 Author Share Posted May 16, 2018 (edited) where can i find the accessoryid.lub? found it, gonna try if this will work Edited May 16, 2018 by BugSICK Quote Link to comment Share on other sites More sharing options...
0 dwlrma Posted May 16, 2018 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 31 Reputation: 2 Joined: 03/19/18 Last Seen: October 18, 2018 Share Posted May 16, 2018 The issue might also be your client. Sometimes when costume headgears/accessories don't show I try to upgrade my client and then it usually works. (like the 2015 didn't show some costumes but a 2017/2018 client did). Quote Link to comment Share on other sites More sharing options...
0 BugSICK Posted May 17, 2018 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 87 Reputation: 1 Joined: 01/18/18 Last Seen: June 6, 2022 Author Share Posted May 17, 2018 still its the same? any alternatives onthis? thanks Quote Link to comment Share on other sites More sharing options...
0 dwlrma Posted May 17, 2018 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 31 Reputation: 2 Joined: 03/19/18 Last Seen: October 18, 2018 Share Posted May 17, 2018 4 hours ago, BugSICK said: still its the same? any alternatives onthis? thanks you can check your iteminfo.lub/lua if you want (in your system folder) to see if the items are listed in there. What client version are you using? Quote Link to comment Share on other sites More sharing options...
0 BugSICK Posted May 18, 2018 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 87 Reputation: 1 Joined: 01/18/18 Last Seen: June 6, 2022 Author Share Posted May 18, 2018 @dwlrma how to check the client version? Quote Link to comment Share on other sites More sharing options...
0 dwlrma Posted May 18, 2018 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 31 Reputation: 2 Joined: 03/19/18 Last Seen: October 18, 2018 Share Posted May 18, 2018 (edited) 8 hours ago, BugSICK said: @dwlrma how to check the client version? In your client folder (the folder you use to start the game) your client file name should say something like 2018-03-07bRagexeRE (with whatever date your client is) unless it was diffed and was put another name instead of the actual date of the client. edit: I forgot you can also check your client version in one of the servers (char/login/map) I forgot which one though, but it should say something like, "LOADING PACKETVER: 20150512" (with whatever date your client is) Edited May 18, 2018 by dwlrma Quote Link to comment Share on other sites More sharing options...
0 Haganezuka Posted November 3, 2019 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 4 Joined: 08/14/16 Last Seen: Wednesday at 04:43 PM Share Posted November 3, 2019 Oh and btw @BugSICK what is that frozen thingy that is floating on your character Quote Link to comment Share on other sites More sharing options...
0 thofdc13 Posted May 7, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 04/25/20 Last Seen: July 23, 2020 Share Posted May 7, 2020 Did you fix this issue? I have the same issue. I am working foe it almost a week Quote Link to comment Share on other sites More sharing options...
0 Haganezuka Posted May 7, 2020 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 4 Joined: 08/14/16 Last Seen: Wednesday at 04:43 PM Share Posted May 7, 2020 6 hours ago, thofdc13 said: Did you fix this issue? I have the same issue. I am working foe it almost a week What’s your issue? Maybe I can help you. Quote Link to comment Share on other sites More sharing options...
0 thofdc13 Posted May 7, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 04/25/20 Last Seen: July 23, 2020 Share Posted May 7, 2020 (edited) I have the same issue with him. Once i add costume heagear it will not visible. I already did all the procedure in rathena. But still the costume doesnt show. I work for it for 1week already but still not fix. before i use client 20151104 then i upgrade it to higher client ver but still the same. On 5/8/2020 at 4:14 AM, wakefield21 said: What’s your issue? Maybe I can help you. Edited May 7, 2020 by thofdc13 Quote Link to comment Share on other sites More sharing options...
0 Haganezuka Posted May 8, 2020 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 4 Joined: 08/14/16 Last Seen: Wednesday at 04:43 PM Share Posted May 8, 2020 11 hours ago, thofdc13 said: I have the same issue with him. Once i add costume heagear it will not visible. I already did all the procedure in rathena. But still the costume doesnt show. I work for it for 1week already but still not fix. before i use client 20151104 then i upgrade it to higher client ver but still the same. did you read what i said to the top? if you follow that guide you will not be having any troubles making new items inside the game. if you still don't understand it send me all the required files that i said at the top and I'll try to make it for you. send it to me via pm or here if you want. @thofdc13 Quote Link to comment Share on other sites More sharing options...
0 betlogboi Posted April 13, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 17 Reputation: 1 Joined: 03/13/21 Last Seen: May 10, 2021 Share Posted April 13, 2021 followed the guide at the top for some reason 5 headgear i was able to make it work and no problem when equipped, whe i add another headgear it doesnt show when equipped, the same steps i did on the first 5 hheadgear, but so on all items headgear i add have issue not showing when equipped Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted April 23, 2021 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted April 23, 2021 On 4/13/2021 at 7:41 PM, betlogboi said: followed the guide at the top for some reason 5 headgear i was able to make it work and no problem when equipped, whe i add another headgear it doesnt show when equipped, the same steps i did on the first 5 hheadgear, but so on all items headgear i add have issue not showing when equipped i got the same problem with this guy Quote Link to comment Share on other sites More sharing options...
Question
BugSICK
Hi, don't know if this is client or source side but the costume headgear don't show in my character. any remedy with this?
Link to comment
Share on other sites
15 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.