Jump to content
  • 0

Little ItemInfo.lub issue >.<


Xano

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

Hello rA Boarders,

 

today I want to show you a problem that I have with my ItemInfo.lub.

Look at this picture:

 

iteminfoissueef1l9uwaph.png

 

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 Xano
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  660
  • Reputation:   668
  • Joined:  11/12/12
  • Last Seen:  

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
	},
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  06/09/14
  • Last Seen:  

which line did you change?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

There are 2 problems in the ItemInfo (The Before file):

 

The first one is at line 188117:

 

iteminfofirstae7v45us8r.png

	[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:

 

iteminfosecond3vf7iduths.png

	[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:  /whisp

 

iteminfoissueef1l9uwaph.png

 

How I can solve this?  /hmm

Edited by Xano
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  660
  • Reputation:   668
  • Joined:  11/12/12
  • Last Seen:  

Check the item 30189, "identifiedDisplayName" is missing (there's also a line that shouldn't be there).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

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

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