Jump to content
  • 0

Help Normal Headgear View


tjungz212

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

I wear normal items such as sunglasses or the item code 2201, there is no view & Get it first on alt q getting gravity error and there are still many items as normal headgear sungglases can not view.

I'm Use client 2012-06-18 & lua files revision 228

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  244
  • Reputation:   11
  • Joined:  09/02/12
  • Last Seen:  

what data did you use? grf or folder? and make sure that you write the correct path, and diff your client correctly.

Edited by naaaan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

I use 2 File Folder Data and GRF

I Diff is correct, this is not a custom item but normal items, I also followed the tutorial diff client

accname

AccNameTable = {

   [ACCESSORY_IDs.ACCESSORY_GOGGLES] = "_GOGGLES",
   [ACCESSORY_IDs.ACCESSORY_CATTYHAIRBAND] = "_CATTYHAIRBAND",
   [ACCESSORY_IDs.ACCESSORY_GLASS] = "_GLASS",
   [ACCESSORY_IDs.ACCESSORY_FLOWER] = "_FLOWER",
   [ACCESSORY_IDs.ACCESSORY_FLORALHAIRBAND] = "_FLORALHAIRBAND",
   [ACCESSORY_IDs.ACCESSORY_HOOD] = "_HOOD",
   [ACCESSORY_IDs.ACCESSORY_ROUNDCAP] = "_ROUNDCAP",
   [ACCESSORY_IDs.ACCESSORY_FLUMASK] = "_FLUMASK",
   [ACCESSORY_IDs.ACCESSORY_HAIRBAND] = "_HAIRBAND",
   [ACCESSORY_IDs.ACCESSORY_DIVERSGOGGLES] = "_DIVERSGOGGLES",
   [ACCESSORY_IDs.ACCESSORY_BIRETTA] = "_BIRETTA",
   [ACCESSORY_IDs.ACCESSORY_SUNGLASS] = "_SUNGLASS",

accessoryid

ACCESSORY_IDs = {
   ACCESSORY_GOGGLES = 1,
   ACCESSORY_CATTYHAIRBAND = 2,
   ACCESSORY_GLASS = 3,
   ACCESSORY_FLOWER = 4,
   ACCESSORY_FLORALHAIRBAND = 5,
   ACCESSORY_HOOD = 6,
   ACCESSORY_ROUNDCAP = 7,
   ACCESSORY_FLUMASK = 8,
   ACCESSORY_HAIRBAND = 9,
   ACCESSORY_DIVERSGOGGLES = 10,
   ACCESSORY_BIRETTA = 11,
   ACCESSORY_SUNGLASS = 12,
   ACCESSORY_EYEBANDAGE = 13,

Ro Folder/System/itemInfo

[2201] = {
       unidentifiedDisplayName = "Glasses",
       unidentifiedResourceName = "±Û·¡½º",
       unidentifiedDescriptionName = {
           "Unidentified item, can be identified with [Magnifier].",
       },
       identifiedDisplayName = "Sunglasses",
       identifiedResourceName = "¼±±Û·¡½º",
       identifiedDescriptionName = {
           "Glasses with special, darkened lenses that block ultraviolet light.",
           "Increases resistance to ^880000Blind^000000 status by 5%.",
           "Class :^777777 Headgear^000000",
           "Defense :^777777 0^000000",
           "Equipped on :^777777 Mid^000000",
           "Weight :^777777 10^000000",
           "Applicable Job :^777777 Every Job^000000",
       },
       slotCount = 0,
       ClassNum = 12
   },

   [2202] = {
       unidentifiedDisplayName = "Glasses",
       unidentifiedResourceName = "±Û·¡½º",
       unidentifiedDescriptionName = {
           "Unidentified item, can be identified with [Magnifier].",
       },
       identifiedDisplayName = "Sunglasses",
       identifiedResourceName = "¼±±Û·¡½º",
       identifiedDescriptionName = {
           "Glasses with special, darkened lenses that block ultraviolet light.",
           "Increases resistance to ^880000Blind^000000 status by 5%.",
           "Class :^777777 Headgear^000000",
           "Defense :^777777 0^000000",
           "Equipped on :^777777 Mid^000000",
           "Weight :^777777 10^000000",
           "Applicable Job :^777777 Every Job^000000",
       },
       slotCount = 1,
       ClassNum = 12
   },

I'd fix it myself

problem solved

Edited by tjungz212
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...