Jump to content
  • 0

Different appearance/identity of a custom item.


Hale

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   1
  • Joined:  02/23/20
  • Last Seen:  

Hello guys! I've done everything on what's been instructed in the instructions from: https://github.com/rathena/rathena/wiki/Custom-Items

The fact that there's no sprite error or anything else.. But the appearance is not what it seem I want to. Can you help? Thanks!

In the image below, I have a Half Angel Wings that should look like black and white wings. But when I equipped it, it turns to be a blue cowboy hat. All of my new added custom items are like that. Thanks guys!

Untitled.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

did you update the sprite id in the item script?

 

ID,Name,Name,Type,Price,Sell,Weight,ATK[:MATK],DEF,Range,Slot,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   1
  • Joined:  02/23/20
  • Last Seen:  

10 minutes ago, BeWan said:

did you update the sprite id in the item script?

 

ID,Name,Name,Type,Price,Sell,Weight,ATK[:MATK],DEF,Range,Slot,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }

I did that now and I was like thank god the blue cowboy hat is now gone. But the problem now is it doesn't display anything. Any idea? please see the image below.

Here's my item_db.txt in my server.

50011,Half_Angel_Wings,Half Angel Wings,5,5,0,10,,5,,1,0xFFFFFFFF,7,2,1,,1,1,1772,{},{},{}

Here's the end part accessoryid.lub from my server.grf

	ACCESSORY_Mini_Melon = 1758,
	ACCESSORY_Striking_hat = 1759,
	ACCESSORY_Floating_Ball = 1760,
	ACCESSORY_Protect_cloth = 1761,
	ACCESSORY_C_JP_EV15 = 1762,
	ACCESSORY_Pop_Popcorn_Hat = 1763,
	ACCESSORY_Slurp_Slurp_Hat = 1764,
	ACCESSORY_Surpentarius_Crown_J = 1765,
	ACCESSORY_C_Lunch_box = 1766,
	ACCESSORY_Exa_Goat_Cap = 1768,
	ACCESSORY_C_Happy_Rabbit_Ribbon = 1769,
	ACCESSORY_C_Lovely_Heart_Cap = 1770,
	ACCESSORY_C_Warm_Cat_Muffler_BL = 1771,
	ACCESSORY_YIN_YANG_VOODOO_WINGS = 1772
}

 

Untitled.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

use view id 3000+

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...