Custom headgear need help

chewaw00

New member
Messages
12
Points
0
Hi everyone, ive been wanting to create my custom item on my own server. all my problem now is about itemInfo.lub i cant recompile my idnum's to itemInfo.lub again, btw i used SeperateItemInfo by Dastgir. Are there any tools i can use to convert my idnum back to itemInfo.lub? Or are there any other way i can edit iteminfo so that i cant get any errors? Thanks in advance!

 
Last edited by a moderator:
yes, it name is itemconverter,

unfortunately it only available in rathena

but don't worry i upload it for you.

https://www.sendspace.com/file/hhptco

don't forget to put item_db.txt in idnum folder
Thanks! it worked!
default_biggrin.png
this is what ive been searching for the whole day.
default_biggrin.png
but when i equip the item, the sprite doesnt load on my character
default_sad.png
can you help me?

 
you should check your custom item's view id on:

item_db

accessoryid

accname

and lastly iteminfo

 
is accessoryid and accname should be compile inside my Data/luafiles514/luafiles/datainfo folder? using grfbuilder? ty for quick reply

 
tyvm! but i get this error when i wear my custom item. Any solution? ive been working on this all day like 14 hours now :'( just for the sake of 1 custom item on my server.

ro1.png

 
i think there's something wrong with my accessoryid and name. my accessoryid for my custom item is "ACCESSORY_Tobi_Mask2 = 1200" is it case sensitive? or should i name it with my spritename? i see some all caps in the accessory id and some are not. So any ideas?

 
I don't get the error anymore but here's my problem. I have equipped the item but the sprites doesnt show up on my character.

ro2.png

 
You should uncheck "Ignore missing sprite errors" when diffing your client, you would be able to see what is the actual problem.

accessoryid : ACCESSORY_Aegis_Name = #viewId,

(Make sure no other items in that list uses the same #viewId.)

accname :  [ACCESSORY_IDs.ACCESSORY_Aegis_Name] = "_SpriteFileNameWithoutTheExtension",

Make sure your lua/lub files are being read as well. Check in your db if the viewId is the same as your headgear and that the viewId in your itemInfo is set to the correct viewId as well.

 
Thank you so much for the help guys! couldn't have done it without your help. TYVM. Here's a screenie of what i've done
default_biggrin.png


screenChewRO002.jpg

screenChewRO003.jpg

 
Back
Top