Jump to content
  • 0
Sign in to follow this  
milkshake

Adding new items issue

Question

Hello guys. I need help. I dont know what client want from me. :expressionless:

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.2abe6ab7942673963890757a0b7d23e6.png

 

For example i try to add this wings

Downloaded archive structure is: (including files ofc)

Spoiler

21.png.fd994ec045cba60ed1bfc33372a17878.png

 

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"

spriterobeid.lub:

	ROBE_Equilibrium_Wings = 20

spriterobaname.lub:

	[SPRITE_ROBE_IDs.ROBE_Equilibrium_Wings] = "Equilibrium_Wings"

 

item_db.conf:

{
	Id: 30500
	AegisName: "Equilibrium_Wings"
	Name: "Equilibrium Wings"
	Type: "IT_ARMOR"
	Loc: ["EQP_COSTUME_HEAD_LOW"]
	Refine: false
	ViewSprite: 1597
	Script: <" bonus bStr,2; ">
},

 

Edited by milkshake

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.