Jump to content

Help! Custom Item not showing


Gidz Cross

Recommended Posts


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Hello rathena people! First im so sorry if i posted in the wrong section.

 

 

Okay heres my problem. I am trying to create again a private server. And im in the phase where im putting custom items. So to test it out. Im trying to add 1 custom item which is a Wing. Btw, im using 2015-11-04aRagexe. Okay please look into the attached files.

 

  1. The first screenshot showing that im wearing the wing. But its not showing. (THIS IS MY PROBLEM)
  2. The second screenshot shows that i can drag the wing and it was showing its sprites.
  3. The third screenshot shows that i can drop it. So no problem regarding to sprites.

Here is my settings

accessoryid.lub = thats my view id

ACCESSORY_IDs = {
	.
	.
	.
	.
	.
	ACCESSORY_C_Luna_On_Shoulder = 1881,
	ACCESSORY_Devil_Wings = 1882
}

accname.lub 

AccNameTable = {
	.
	.
	.
	[ACCESSORY_IDs.ACCESSORY_C_Luna_On_Shoulder] = "_C_Luna_On_Shoulder",
	[ACCESSORY_IDs.ACCESSORY_Devil_Wings] = "Devil_Wings"
}
tbl = {
	[32165] = {
		unidentifiedDisplayName = "Wings",
		unidentifiedResourceName = "Devil_Wings",
		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
		identifiedDisplayName = "Devil Wings",
		identifiedResourceName = "Devil_Wings",
		identifiedDescriptionName = { "Wings of Papa Josh" },
		slotCount = 0,
		ClassNum = 1882
	},
}

^ Well this is my iteminfo.lua

 

and finally this is my item.db

32165,Devil_Wings,Devil Wings,4,20,,100,,0,,0,0xFFFFFFFE,7,2,1,,0,0,1882,{},{},{}




Can you help me guys? Im desperate. Thanks in advance!

screenrAthena000.jpg

screenrAthena001.jpg

screenrAthena002.jpg

Link to comment
Share on other sites


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

¾ÆÀÌÅÛ / item - for item drop and rag

¾Ç¼¼»ç¸® / ¿© / ³² - this is for item sprite that will show on character

you need to check if sprite is working and if the name match with the other file path.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Yes i got that right. Those folder are for male and female. I dont have any error when wearing it. It just wont show. I tried it to different custom headgears as well. Same scenario. 

Link to comment
Share on other sites


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

2 minutes ago, gidzdlcrz said:

Yes i got that right. Those folder are for male and female. I dont have any error when wearing it. It just wont show. I tried it to different custom headgears as well. Same scenario. 

can you make a screenshot of your files and path and post it here? 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

14 minutes ago, BeWan said:

¾ÆÀÌÅÛ / item - for item drop and rag

¾Ç¼¼»ç¸® / ¿© / ³² - this is for item sprite that will show on character

you need to check if sprite is working and if the name match with the other file path.

Yes i got that right. Those folder are for male and female. I dont have any error when wearing it. It just wont show. I tried it to different custom headgears as well. Same scenario. 

And oh! It was working before when i first made a server way way back. 
 

 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

2 minutes ago, BeWan said:

can you make a screenshot of your files and path and post it here? 

Sorry im using my phone right now. So somehow i fail quoting your message. Anyway heres the picture i took a while ago.

 

CC20F612-AC7F-40D5-9ED0-46B0F7EC6BF6.jpeg

38F6C360-028F-4A07-A6D1-23B904EB02D1.jpeg

Link to comment
Share on other sites


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

rename it 

try like this.

¿©_Devil_Wings

 

you dont need to rename the other files. add _ on ¾ÆÀÌÅÛ and ¿© , 32

 

Edited by BeWan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

On 11/14/2019 at 4:15 AM, BeWan said:

rename it 

try like this.

¿©_Devil_Wings

 

you dont need to rename the other files. add _ on ¾ÆÀÌÅÛ and ¿© , 32

 

Its been renamed so many times. The original names were _devingwings. Anyhow it might be the view id and/or the custom id number. Way way back im following a guide for a custom id number specifically to headgears. If i remember correctly. Id number of a headgear type is very limited. I am searching for that but i cannot find it anywhere.

okay i know now the proper section. im going to close this and re post to the said section. Thanks BeWan!

Edited by gidzdlcrz
Typos, additional info
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
Reply to this topic...

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