Xano Posted July 23, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 30 Reputation: 0 Joined: 07/23/13 Last Seen: January 1, 2015 Share Posted July 23, 2014 (edited) Hello rA Boarders, today I want to show you a problem that I have with my ItemInfo.lub. Look at this picture: I don't know what this means so I hope that you can help me. Before this error appeared I just corrected two enteries which was wrong. Download this file if you want to see how it was before this message came: Klick me hard Download this file if you want to see how it was after fixing the misstakes: Klick me gentle Thank you in advance. Edited July 23, 2014 by Xano Quote Link to comment Share on other sites More sharing options...
Tokei Posted July 23, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 695 Reputation: 721 Joined: 11/12/12 Last Seen: 19 hours ago Share Posted July 23, 2014 Hmmm, I think you switched the before and after files, but yeah, the error is most likely on the line 194677, for the item 30484. The "identifiedDescriptionName" variable identifier is missing, as shown below. [30484] = { unidentifiedDisplayName = "Accessory", unidentifiedResourceName = "Green_Large_Hibiscus", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier].", }, identifiedDisplayName = "Green Large Hibiscus", identifiedResourceName = "Green_Large_Hibiscus", identifiedDescriptionName = { -- <- This line is missing "^8B0000BurningRO Custom Item^000000", "^008000Alle Statuswerte +5^000000", "Class :^777777 Headgear^000000", "Defense :^777777 1^000000", "Equipped on :^777777 Upper^000000", "Weight :^777777 10^000000", "Required Level :^777777 1^000000", "Applicable Job :^777777 Every Job Except Novice^000000", }, slotCount = 1, ClassNum = 2357 }, Quote Link to comment Share on other sites More sharing options...
iZeal Posted July 23, 2014 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 55 Reputation: 2 Joined: 06/09/14 Last Seen: August 15, 2014 Share Posted July 23, 2014 which line did you change? Quote Link to comment Share on other sites More sharing options...
Xano Posted July 23, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 30 Reputation: 0 Joined: 07/23/13 Last Seen: January 1, 2015 Author Share Posted July 23, 2014 (edited) There are 2 problems in the ItemInfo (The Before file): The first one is at line 188117: [30182] = { unidentifiedDisplayName = "Accessory", unidentifiedResourceName = "Blue_Assassin_Mask", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier].", }, identifiedDisplayName = "Blue Assassin Mask", identifiedResourceName = "Blue_Assassin_Mask", identifiedDescriptionName = { "^8B0000BurningRO Custom Item^000000",, <-- //Here "^008000Alle Statuswerte +5^000000", "Class :^777777 Headgear^000000", "Defense :^777777 1^000000", "Equipped on :^777777 Lower^000000", "Weight :^777777 10^000000", "Required Level :^777777 1^000000", "Applicable Job :^777777 Every Job Except Novice^000000", }, slotCount = 1, ClassNum = 2055 }, This is the second one is at line 194690: [30484] = { unidentifiedDisplayName = "Accessory", unidentifiedResourceName = "Green_Large_Hibiscus", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier].", }, identifiedDisplayName = "Green Large Hibiscus", identifiedResourceName = "Green_Large_Hibiscus", // There is missing this: identifiedDescriptionName = { "^8B0000BurningRO Custom Item^000000", "^008000Alle Statuswerte +5^000000", "Class :^777777 Headgear^000000", "Defense :^777777 1^000000", "Equipped on :^777777 Upper^000000", "Weight :^777777 10^000000", "Required Level :^777777 1^000000", "Applicable Job :^777777 Every Job Except Novice^000000", }, slotCount = 1, ClassNum = 2357 }, Ok, and after I have corrected these both lines I get this error: How I can solve this? Edited July 23, 2014 by Xano Quote Link to comment Share on other sites More sharing options...
Tokei Posted July 23, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 695 Reputation: 721 Joined: 11/12/12 Last Seen: 19 hours ago Share Posted July 23, 2014 Check the item 30189, "identifiedDisplayName" is missing (there's also a line that shouldn't be there). Quote Link to comment Share on other sites More sharing options...
Xano Posted July 23, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 30 Reputation: 0 Joined: 07/23/13 Last Seen: January 1, 2015 Author Share Posted July 23, 2014 Oh thank you Tokei! It was the missing error. I wonder why it didn't showed this line at the CItemInfoMgr. However, thank you again. Quote Link to comment Share on other sites More sharing options...
Question
Xano
Hello rA Boarders,
today I want to show you a problem that I have with my ItemInfo.lub.
Look at this picture:
I don't know what this means so I hope that you can help me.
Before this error appeared I just corrected two enteries which was wrong.
Download this file if you want to see how it was before this message came: Klick me hard
Download this file if you want to see how it was after fixing the misstakes: Klick me gentle
Thank you in advance.
Edited by XanoLink to comment
Share on other sites
5 answers 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.