Trouble getting sprites to work in game.

prism

New member
Messages
69
Points
0
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.

 
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,

 
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.
 
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?

 
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.

 
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..

 
Last edited by a moderator:
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.

 
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

 
Back
Top