Milkshake Posted April 16, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 08/05/12 Last Seen: December 9, 2018 Share Posted April 16, 2018 (edited) Hello everyone! When i add new costume, my client (2016-02-03aRagexeRE) cannot find act and spr(both) files in mystic "/il/" directory Spoiler For example i try to add this wings. Downloaded archive structure is: (including files ofc) Spoiler 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 April 16, 2018 by Milkshake Quote Link to comment Share on other sites More sharing options...
0 Tyrfing Posted May 30, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 86 Reputation: 21 Joined: 10/02/13 Last Seen: October 23, 2024 Share Posted May 30, 2018 On accname.lub, you're missing an underscore. Quote [ACCESSORY_IDs.ACCESSORY_Equilibrium_Wings] = "_Equilibrium_Wings" Quote Link to comment Share on other sites More sharing options...
Question
Milkshake
Hello everyone!
When i add new costume, my client (2016-02-03aRagexeRE) cannot find act and spr(both) files in mystic "/il/" directory
For example i try to add this wings.
Downloaded archive structure is: (including files ofc)
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?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.