prism 2 Posted October 30, 2015 The sprites I'm using are from this pack: https://rathena.org/board/files/file/2800-item-recolor-collection/ Right now I'm testing the Aura Sprites and a few of them won't work for me. Red, Yellow, and Violet. From my accname.lub: [ACCESSORY_IDs.ACCESSORY_fallen_gladiator_aura] = "_fallen_gladiator_aura", [ACCESSORY_IDs.ACCESSORY_BLUE_AURA] = "_Blue_Aura", [ACCESSORY_IDs.ACCESSORY_CYAN_AURA] = "_Cyan_Aura", [ACCESSORY_IDs.ACCESSORY_GREEN_AURA] = "_Green_Aura", [ACCESSORY_IDs.ACCESSORY_PINK_AURA] = "_Pink_Aura", [ACCESSORY_IDs.ACCESSORY_RED_AURA] = "_Red_Aura", [ACCESSORY_IDs.ACCESSORY_VIOLET_AURA] = "_Violet_aura", [ACCESSORY_IDs.ACCESSORY_YELLOW_AURA] = "_Yellow_Aura", From my accsessoryid.lub: [ACCESSORY_IDs.ACCESSORY_fallen_gladiator_aura] = "_fallen_gladiator_aura", [ACCESSORY_IDs.ACCESSORY_BLUE_AURA] = "_Blue_Aura", [ACCESSORY_IDs.ACCESSORY_CYAN_AURA] = "_Cyan_Aura", [ACCESSORY_IDs.ACCESSORY_GREEN_AURA] = "_Green_Aura", [ACCESSORY_IDs.ACCESSORY_PINK_AURA] = "_Pink_Aura", [ACCESSORY_IDs.ACCESSORY_RED_AURA] = "_Red_Aura", [ACCESSORY_IDs.ACCESSORY_VIOLET_AURA] = "_Violet_aura", [ACCESSORY_IDs.ACCESSORY_YELLOW_AURA] = "_Yellow_Aura", Is there perhaps something wrong with the sprite files? They're definitely all in the right places since most of the auras work. Quote Share this post Link to post Share on other sites
0 Aeromesi 180 Posted October 30, 2015 What about your item_db? and also your id numbers in use for them to show-in game have to match both client and server Quote Share this post Link to post Share on other sites
0 Kussa 1 Posted October 30, 2015 accessoryid.lub should be number id for your sprite, not sprite name ex: ACCESSORY_White_Fox_Ear_Ribbon = 1327,ACCESSORY_Gryphon_Wing_Ears = 1328,ACCESSORY_Over_Protector = 1329,ACCESSORY_Cherry_Blossom_Hat = 1330, Quote Share this post Link to post Share on other sites
0 prism 2 Posted October 30, 2015 Oops. I pasted from the wrong file. ACCESSORY_fallen_gladiator_aura = 2832, ACCESSORY_BLUE_AURA = 2833, ACCESSORY_CYAN_AURA = 2834, ACCESSORY_GREEN_AURA = 2835, ACCESSORY_PINK_AURA = 2836, ACCESSORY_RED_AURA = 2837, ACCESSORY_VIOLET_AURA = 2838, ACCESSORY_YELLOW_AURA = 2839 As far as the item_db. I haven't made items with them yet. I'm just using @changelook to test the sprites. Quote Share this post Link to post Share on other sites
0 Garr 117 Posted October 30, 2015 Well, about Violet aura, it seems that you misspelled the sprite name, all other auras start with capital "A" in "Aura", but violet one starts with small "a". I don't know what it might be with red and yellow ones though. Check if they match the name? Quote Share this post Link to post Share on other sites
0 prism 2 Posted October 30, 2015 I don't think those are case sensitive. I used to have everything in all caps and it had the same result. I only gave them matching cases as troubleshooting. I tried fixing the Violet Aura case but the sprite still won't show. Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted October 31, 2015 Have you used 'increase headgear view Id' did? If not, patch with it and have some high number like '30000', so so your future custom item would be shown too.. Quote Share this post Link to post Share on other sites
0 prism 2 Posted October 31, 2015 The view id isn't the problem either. I tried those items arranged in a different orders and the same ones, Red,Violet,Yellow did not work. I know it has to be something wrong with those sprites and not my setup because no matter what I change those 3 just won't appear in game. Quote Share this post Link to post Share on other sites
0 iCORE 33 Posted November 4, 2015 message me those sprite because i have fully recolored aura black to white and they are all working kindly message me if you want me to help thanks Quote Share this post Link to post Share on other sites
The sprites I'm using are from this pack:
https://rathena.org/board/files/file/2800-item-recolor-collection/
Right now I'm testing the Aura Sprites and a few of them won't work for me. Red, Yellow, and Violet.
From my accname.lub:
Is there perhaps something wrong with the sprite files? They're definitely all in the right places since most of the auras work.
Share this post
Link to post
Share on other sites