Jump to content
  • 0
Echoes

Item(s) appearance problem

Question

Hello all,

Today I come here to ask something about item appearance.
I can't manage to make the item Costume Poring Bag (and some others) to appear ingame as is.

This is the code you can find in itemInfo.lub:

[20507] = {
		unidentifiedDisplayName = "Garment",
		unidentifiedResourceName = "Èĵå",
		unidentifiedDescriptionName = {
			"Unknown Item, can be identified by using a ^6666CCMagnifier^000000."
		},
		identifiedDisplayName = "Costume Poring Bag",
		identifiedResourceName = "Æ÷¸µ°¡¹æ",
		identifiedDescriptionName = {
			"A bag made based shape of Poring.",
			"Class:^6666CC Costume^000000",
			"Location:^6666CC Garment^000000",
			"Weight:^009900 0^000000",
			"Level Requirement:^009900 1^000000",
			"Jobs:^6666CC All classes^000000"
		},
		slotCount = 0,
		ClassNum = 16
	},

I do find 'Æ÷¸µ°¡¹æ' sprite information and showing the Costume itself, but it's bound to jobs, some jobs are bound to their own Poring Bag sprite, but when I equip it ingame, it just shows the sprite according to the number 16 in ClassNum, the normal Hat.

So, my question is, how can I manage to show the sprite as it has to be, for all jobs and classes? Didn't manage to find any sprite related in accname.lub nor accessoryid.lub.

 

Any help will be appreciated.

____
EDIT

The sprites in question are located on a different folder from other costumes, this being path: 'data/sprite/·Îºê', not in the usual 'data/sprite/¾Ç¼¼»ç¸®' and related sex' folder.

Edited by Echoes

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0
13 hours ago, Questune09 said:

for all classes just put 0xFFFFFFFF at your itemdb

My problem has nothing to do with itemdb (I think..), I can already equip the item on every class (human/doram), but it wont show up as the sprite it says it to be.

When I equip this poring pag, it equips in the costume section, in the right slot, but it shows up this item sprite instead: http://ratemyserver.net/item_db.php?item_id=2220&small=1&back=1

Share this post


Link to post
Share on other sites
  • 0
On 10/2/2017 at 10:35 AM, Echoes said:

My problem has nothing to do with itemdb (I think..), I can already equip the item on every class (human/doram), but it wont show up as the sprite it says it to be.

When I equip this poring pag, it equips in the costume section, in the right slot, but it shows up this item sprite instead: http://ratemyserver.net/item_db.php?item_id=2220&small=1&back=1

double check your classnum must be the same with itemdb

or change the item location example from head to lower head

Share this post


Link to post
Share on other sites
  • 0
13 hours ago, Questune09 said:

double check your classnum must be the same with itemdb

or change the item location example from head to lower head

The second doesn't work.

As for the first one.. yes, as I said on OP, ClassNum is 16, and that is the normal Hat. Both item_db and iteminfo has the same.

Where do I find the correct ClassNum?

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.