Princess_anne Posted May 28, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 11/22/12 Last Seen: June 29, 2015 Share Posted May 28, 2014 i was trying to add a costume headie for my server but it doesn't show on my character. I dunnow what went wrong. this is my 1st time to add costume. client: eathena item_db2.txt 20000,costume_thunderstorm,Costume Thunderstorm,5,20,,50,,1,,0,0xFFFFFFFF,7,2,1024,,1,0,1811,{},{},{} Thank u in advance! Quote Link to comment Share on other sites More sharing options...
Pneuma Posted May 28, 2014 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted May 28, 2014 i was trying to add a costume headie for my server but it doesn't show on my character. I dunnow what went wrong. this is my 1st time to add costume. client: eathena item_db2.txt 20000,costume_thunderstorm,Costume Thunderstorm,5,20,,50,,1,,0,0xFFFFFFFF,7,2,1024,,1,0,1811,{},{},{} Thank u in advance! Thunderstorm's View ID is 688. Quote Link to comment Share on other sites More sharing options...
Princess_anne Posted May 28, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 11/22/12 Last Seen: June 29, 2015 Author Share Posted May 28, 2014 hi! Thanks for the fast response! i've already changed accessoryid.lua ACCESSORY_costume_thunderstorm = 688, and it didn't changed. thanks Quote Link to comment Share on other sites More sharing options...
Pneuma Posted May 28, 2014 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted May 28, 2014 hi! Thanks for the fast response! i've already changed accessoryid.lua ACCESSORY_costume_thunderstorm = 688, and it didn't changed. thanks Did you change the item_db2 entry also? Quote Link to comment Share on other sites More sharing options...
Princess_anne Posted May 28, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 11/22/12 Last Seen: June 29, 2015 Author Share Posted May 28, 2014 yes sir, i did. Quote Link to comment Share on other sites More sharing options...
Winz Posted May 29, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted May 29, 2014 If I'm not mistaken, any gear (armor, headgear, and everything will be hidden when you set your ID to be an admin ID (clientside)) try this: open clientinfo.xml, then, remove your accountid from the admins if your account id is 2'000'000, then on the clientinfo.xml, remove: <aid>2000000</aid> save, and restart the client. try. Quote Link to comment Share on other sites More sharing options...
Princess_anne Posted May 29, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 11/22/12 Last Seen: June 29, 2015 Author Share Posted May 29, 2014 Hi winz! Thanks for the response. i deleted the my accountid from the list of admins but still the same. nothing has changed. Upper headgear costume doesn't appear on my character. Quote Link to comment Share on other sites More sharing options...
Winz Posted May 29, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted May 29, 2014 I'll take a look on how I did costumes. will reply you later well, I have just did it with the exactly same thing and here's what I get: Don't mind about the wrong messages. I will fix them how do I do this? I am using 2011-03-15 client, and I have my GM character NOT in the accountid 2'000'000 (I moved it to 2'000'011) and yes, I did the thing I told you on clientinfo.xml If you ask the client to read data folder first, make sure you don't have another clientinfo.xml inside the GRF. If you don't ask the client to read data folder first, then make sure you repack (remake) the grf all the time. Quote Link to comment Share on other sites More sharing options...
Jyabil Posted May 29, 2014 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 89 Reputation: 7 Joined: 02/27/12 Last Seen: July 22, 2014 Share Posted May 29, 2014 (edited) I'm not sure about this as mine is perfectly working even on GM Sprite. Winz Posted Today, 11:26 AM If I'm not mistaken, any gear (armor, headgear, and everything will be hidden when you set your ID to be an admin ID (clientside)) Edited May 29, 2014 by Jyabil Quote Link to comment Share on other sites More sharing options...
Kichi Posted May 29, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted May 29, 2014 try @changelook 688 if (it work) set you item view id become 688else you have to add the sprite set to your client Quote Link to comment Share on other sites More sharing options...
Princess_anne Posted May 30, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 11/22/12 Last Seen: June 29, 2015 Author Share Posted May 30, 2014 (edited) Thank u guys but my problem isn't resolved yet.. @stapo, when i do @changelook 688 i had an sprite error. and yes I added a different sprite to my grf. ACCESSORY_costume_thunderstorm = 1811, item_db2.txt 20000,costume_thunderstorm,Costume Thunderstorm,5,20,,50,,1,,0,0xFFFFFFFF,7,2,1024,,1,0,1811,{},{},{} Edited May 30, 2014 by Princess_anne Quote Link to comment Share on other sites More sharing options...
Greenie19 Posted May 31, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 04/16/14 Last Seen: June 28, 2014 Share Posted May 31, 2014 (edited) Do you have a plain file called item_db.txt? xxxx/db/import/item_db I had the same problem too, and it was fixed by using that item_db For example this is what i used in my item_db 29000,Kimono_Ribbon,Kimono Ribbon,5,20,,500,,0,,4,0xFFFFFFFF,63,2,1,,0,0,1004,{ bonus bAllStats,25; },{},{} then make sure to CLEAN and BUILD again : ) then run server I used higher numbers so I won't conflict with anything else. 29000 My view ID is also high, in case RO needs to update it won't steal that spot. 1004 Good luck! Edited May 31, 2014 by Greenie19 Quote Link to comment Share on other sites More sharing options...
Pneuma Posted June 1, 2014 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted June 1, 2014 Do you have a plain file called item_db.txt? xxxx/db/import/item_db I had the same problem too, and it was fixed by using that item_db For example this is what i used in my item_db 29000,Kimono_Ribbon,Kimono Ribbon,5,20,,500,,0,,4,0xFFFFFFFF,63,2,1,,0,0,1004,{ bonus bAllStats,25; },{},{} then make sure to CLEAN and BUILD again : ) then run server I used higher numbers so I won't conflict with anything else. 29000 My view ID is also high, in case RO needs to update it won't steal that spot. 1004 Good luck! 1004 isn't high >.>; View ID is already up to 1026 in official if not higher Quote Link to comment Share on other sites More sharing options...
Kichi Posted June 1, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted June 1, 2014 Thank u guys but my problem isn't resolved yet.. @stapo, when i do @changelook 688 i had an sprite error. and yes I added a different sprite to my grf. ACCESSORY_costume_thunderstorm = 1811, item_db2.txt 20000,costume_thunderstorm,Costume Thunderstorm,5,20,,50,,1,,0,0xFFFFFFFF,7,2,1024,,1,0,1811,{},{},{} who is stapo? if you got error, means you made mistake when add a sprite to your client, try to solve this there are 2 kind of sprite inside client this is for item icon sprite data\sprite\¾ÆÀÌÅÛ and this for item view (male & female) data\sprite\¾Ç¼¼»ç¸®\¿© data\sprite\¾Ç¼¼»ç¸®\³² if you can't solve this step you won't able to add a custom sprite Quote Link to comment Share on other sites More sharing options...
Princess_anne Posted June 2, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 11/22/12 Last Seen: June 29, 2015 Author Share Posted June 2, 2014 Do you have a plain file called item_db.txt? xxxx/db/import/item_db I had the same problem too, and it was fixed by using that item_dbFor example this is what i used in my item_db29000,Kimono_Ribbon,Kimono Ribbon,5,20,,500,,0,,4,0xFFFFFFFF,63,2,1,,0,0,1004,{ bonus bAllStats,25; },{},{}then make sure to CLEAN and BUILD again : ) then run serverI used higher numbers so I won't conflict with anything else. 29000My view ID is also high, in case RO needs to update it won't steal that spot. 1004Good luck! Thanks im gonna try this.. i hope it works. Thank u guys but my problem isn't resolved yet..@stapo, when i do @changelook 688 i had an sprite error. and yes I added a different sprite to my grf.ACCESSORY_costume_thunderstorm = 1811,item_db2.txt20000,costume_thunderstorm,Costume Thunderstorm,5,20,,50,,1,,0,0xFFFFFFFF,7,2,1024,,1,0,1811,{},{},{} /sob who is stapo?if you got error, means you made mistake when add a sprite to your client, try to solve thisthere are 2 kind of sprite inside clientthis is for item icon spritedata\sprite\¾ÆÀÌÅÛand this for item view (male & female)data\sprite\¾Ç¼¼»ç¸®\¿©data\sprite\¾Ç¼¼»ç¸®\³²if you can't solve this step you won't able to add a custom sprite oh sorry. Kichi rather. lol I am referring to adding costume.. Ive been adding customs before and it works. but now when i add items to costume slots it just not working.. but i will still review maybe ive done something wrong. thank uif i equipped it as an upper headie, it shows on my character. But if i put it on Costumes, it doesnt appear.btw, im using eAthena. Quote Link to comment Share on other sites More sharing options...
Princess_anne Posted August 4, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 11/22/12 Last Seen: June 29, 2015 Author Share Posted August 4, 2014 bump Quote Link to comment Share on other sites More sharing options...
Question
Princess_anne
i was trying to add a costume headie for my server but it doesn't show on my character.
I dunnow what went wrong. this is my 1st time to add costume.
client: eathena
item_db2.txt
20000,costume_thunderstorm,Costume Thunderstorm,5,20,,50,,1,,0,0xFFFFFFFF,7,2,1024,,1,0,1811,{},{},{}
Thank u in advance!

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.