
rolandiex
Members-
Content Count
1 -
Joined
-
Last visited
About rolandiex
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Adding new lines to iteminfo.lua makes client unable to read it
rolandiex replied to Echoes's question in Client-Side Support
you added a >>> , <<<< to close the last one before adding? [49982] = { unidentifiedDisplayName = "Example", unidentifiedResourceName = "Example", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier]." }, identifiedDisplayName = "Example", identifiedResourceName = "Example", identifiedDescriptionName = { "Description not set...", "Class :^777777 Armor^000000", "Weight :^777777 0^000000", "Applicable Job :^777777 Every Job^000000" }, slotCount = 0, ClassNum = 0 }, <<<<<< [49985] = { unidentifiedDisplayName = "Example", unidentifiedResourceName = "Example", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier]." }, identifiedDisplayName = "Example", identifiedResourceName = "Example", identifiedDescriptionName = { "Description not set...", "Class :^777777 Armor^000000", "Weight :^777777 0^000000", "Applicable Job :^777777 Every Job^000000" }, slotCount = 0, ClassNum = 0 } <<<