Jump to content
  • 0

can any body help me with my problem?


PHiLiP

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   1
  • Joined:  05/27/12
  • Last Seen:  

why does that when i add custom item all are fix but 1 just problem is when i equip the item, the item do not show but when i drop it i can be shown so whats the problem?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

Lua files. particularly accessory ID. or view ID ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

as post #2 said. =)

inside: lua files/datainfo/accessoryid.lua add this line at the bottom before the }

ACCESSORY_NAME_OF_YOUR_ITEM = View ID Number,

e.g:

ACCESSORY_WHITE_FAIRY_WINGS = 800,

}

and inside: lua files/datainfo/accname.lua add this line at the bottom before the }

[ACCESSORY_IDs.ACCESSORY_NAME__OF_YOUR_ITEM] = "_Name_Of_Your_Item",

e.g:

[ACCESSORY_IDs.ACCESSORY_WHITE_FAIRY_WINGS] = "_White_Fairy_Wings",

}

If your client reads lub before lua, you need a lua to lub converter : download Compile gui.exe just drag lua files there & you'll get the lub files from the converter folder. =)

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