Jump to content
  • 0

Problem with custom costume items


Milkshake

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  08/05/12
  • Last Seen:  

Hello everyone! 

When i add new costume, my client (2016-02-03aRagexeRE) cannot find act and spr(both) files in mystic "/il/" directory

Spoiler

5acfa60cbb73d_OverwolfQuickLauncher.png.

For example i try to add this wings

Downloaded archive structure is: (including files ofc)

Spoiler

21.png.fd994ec045cba60ed1bfc33372a17878.

Changed files:

iteminfo.lua:

		[30500] = {
		unidentifiedDisplayName = "Wings",
		unidentifiedResourceName = "Equilibrium_Wings",
		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
		identifiedDisplayName = "Equilibrium Wings",
		identifiedResourceName = "Equilibrium_Wings",
		identifiedDescriptionName = {
			"A simple Wings"
		},
		slotCount = 0,
		ClassNum = 1597
	},

accessory.lub:

	ACCESSORY_Equilibrium_Wings = 1597

accname.lub:

	[ACCESSORY_IDs.ACCESSORY_Equilibrium_Wings] = "Equilibrium_Wings"

So what did i miss?

 

 

Edited by Milkshake
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  86
  • Reputation:   21
  • Joined:  10/02/13
  • Last Seen:  

On accname.lub, you're missing an underscore.

Quote

[ACCESSORY_IDs.ACCESSORY_Equilibrium_Wings] = "_Equilibrium_Wings"

 

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