Jump to content
  • 0

Sprite Appearance Issue


Kami675

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   1
  • Joined:  10/17/13
  • Last Seen:  

Hello everyone, I have followed multiple guides to a tee but regardless of what i do, when I equip my custom item, the sprite wont show. I can drop the item and it appears on the ground perfectly. It appears in my inventory without a problem, description reads perfectly and stats are applied. There are 0 errors when I equip it. I've been trying  multiple different strategies to no avail for several hours and have given up, hopefully some more experienced people could help! Ill list all of my files down below. Running 20180620 client with 32000 limit, reading data folder first. Accessoryid/accname is in luafile514. Iteminfo is within System/ItemInfo_Sak.lua with diff to read custom lua(from nemo). Thanks in advance everyone!

Spoiler

31842,Fallen_Brunhild_Wings,Fallen Brunhild Wings,5,5,0,100,,5,,0,0xFFFFFFFF,7,2,1,,1,1,2500,{ bonus bAllStats,10; bonus bVariableCastrate,-20; bonus bFixedCastrate,-50; },{},{}

 

Spoiler

	},
	[31842] = {
		unidentifiedDisplayName = "Fallen Brunhild Wings",
		unidentifiedResourceName = "FALLEN_BRUNHILD_WINGS",
		unidentifiedDescriptionName = {
			"Can be identified by using a ^990099Magnifier^000000."
		},
		identifiedDisplayName = "Fallen Brunhild Wings",
		identifiedResourceName = "FALLEN_BRUNHILD_WINGS",
		identifiedDescriptionName = {
			"Wings Crafted from feathers of the Brunhild during the Old War",
			"________________________",
			"^0000CCType:^000000 Headgear",
			"^0000CCDefense:^000000 50",
			"^0000CCPosition:^000000 Lower",
			"^0000CCWeight:^000000 10",
			"^0000CCRefinable:^000000 No",
			"________________________",
			"^0000CCRequirement:^000000 None"
		},
		slotCount = 1,
		ClassNum = 2500
	},

 

Spoiler

	ACCESSORY_FALLEN_BRUNHILD_WINGS = 2500,

 

Spoiler

	[ACCESSORY_IDs.ACCESSORY_FALLEN_BRUNHILD_WINGS] = "_FALLEN_BRUNHILD_WINGS",

 

Spoiler

31842#Fallen_Brunhild_Wings#

 

Spoiler

31842#Fallen_Brunhild_Wings#

 

Spoiler

31842#1#

 

 

sprite.png

Male Sprite.png

Female Sprite.png

collection.png

item.png

Edited by Kami675
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 1

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

26 minutes ago, Kami675 said:

Yea, unfortunately I already double, triple checked all of that to no avail >_<. 2500 isnt being used and i cant find any spaces or "-" instead of "_".

Make sure you don't have items with equal names, this also causes errors.
Or take a real test, put these items at the top of the list, if it works it is because there is another item below with a problem.
Unfortunately you will have to go testing it one by one, until I discovered the cause of the problem.
I believe it is something very stupid lol

Try to use this feature, it can help you find possible buggy spaces.

image.png.aa3934e8f67b9a5c1c5ebc8d16c087b2.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:  

The error may be in some equipment above the accessoryid or accname.
Check if there is a missing line ",". Or if you have "-" in some equipment (if you have it, remove it, or replace it with "_").
Sometimes even a "space" or "tab" is enough to cause these errors.

@edit

Check if the id "2500" is being used by other equipment.

Edited by Gladius
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   1
  • Joined:  10/17/13
  • Last Seen:  

11 minutes ago, Gladius said:

The error may be in some equipment above the accessoryid or accname.
Check if there is a missing line ",". Or if you have "-" in some equipment (if you have it, remove it, or replace it with "_").
Sometimes even a "space" or "tab" is enough to cause these errors.

@edit

Check if the id "2500" is being used by other equipment.

Yea, unfortunately I already double, triple checked all of that to no avail >_<. 2500 isnt being used and i cant find any spaces or "-" instead of "_".

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1511
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

accessoryid.lub / accname.lub

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   1
  • Joined:  10/17/13
  • Last Seen:  

I fixed it, I just redownloaded all the files and typed everything out again, fresh. It works now. Thanks gladius for the tips and tricks, I was uinaware of the debug mode on notepad++(still new to this). I appreciate your help! If anyone has questions on how I did it(ste by step) just toss me a msg and ill help as best i can

  • Love 1
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...