Jump to content
  • 0
prism

Trouble getting sprites to work in game.

Question

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.

 

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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,

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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?

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.