Jump to content
  • 0

Unknown Item


ToiletMaster

Question


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  276
  • Reputation:   7
  • Joined:  08/11/12
  • Last Seen:  

Hi Guys,

I seem to be facing an issue for adding a new custom item. I do add items time to time and it works great, but i'm not sure what's causing this problem at the moment.

 

Server side seems to be working fine, i don't see any issues at hand there as i can equip and all the skills set are working perfectly. Location of the item works great as well as it's an accessory.

 

This is what i tried to copied. and what i got.

    [2767] = {
        unidentifiedDisplayName = "Accessory",
        unidentifiedResourceName = "¸®º»",
        unidentifiedDescriptionName = {
            "Unknown item requiring Appraisal.    Can be identified by using a Magnifier."
        },
        identifiedDisplayName = "Acolyte Figure",
        identifiedResourceName = "º¹»çÇDZԾî",
        identifiedDescriptionName = {
            "A fine figure of an Acolyte, radiating intellectual power.",
            "INT +1, extra effect of SP +50 when equipped on Acolyte class",
            "Class: ^777777Accessory^000000",
            "Defense: ^7777770^000000",
            "Weight: ^7777770^000000",
            "Jobs: ^777777All^000000"
        },
        slotCount = 0,
        ClassNum = 0
    },

 

 

 

This is what i did

    [20012] = {
        unidentifiedDisplayName = "Accessory",
        unidentifiedResourceName = "º¹»çÇDZԾî",
        unidentifiedDescriptionName = {
        },
        identifiedDisplayName = "Acolyte Capsule",
        identifiedResourceName = "º¹»çÇDZԾî",
        identifiedDescriptionName = {
            "Allows the use of ^ff0000Heal lvl 3,",
            "Blessings lvl 10^000000 and ^ff0000Increase AGI lvl 10^000000."
            "^ffffff_^000000",
            "Job: ^777777Novice Only^000000",
            "Max Level: ^77777710^000000",
            "Weight: ^7777770.1^000000",
        },
        slotCount = 0,
        ClassNum = 0            
    },  

 

still it says unknown item for some reason. Am i missing anything here? :(

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

clientdate? are you sure your client is reading this system/iteminfo.lub, not itemdesctable ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  276
  • Reputation:   7
  • Joined:  08/11/12
  • Last Seen:  

clientdate? are you sure your client is reading this system/iteminfo.lub, not itemdesctable ?

 

 

found out the actual problem, apparently my file had errors if you noticed, some of the , were missing, and for some reason it read the one in the folder instead of the GRF. after founding this out the rest way easy to fix xD. thanks for the help anyway!

 

it's 2013-12-23 btw

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

umm, what I saw was just a piece of codes, not the entire file, so I can't refer to what were you talking about.

 

anyway, good it's solved.

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