Jump to content
  • 0
khenma

Wings can be eqquiped but does not show

Question

8 answers to this question

Recommended Posts

  • 0

^ can you please share your lua...

 

thanks btW

problem solved

by changing lua into lub... no need to recompile lua into lub.

then

 

in game @changelook

Edited by khenma

Share this post


Link to post
Share on other sites
  • 0

you put the wrong format in you accesoryid in you lua files.

can you show me the correct one?

 

	ACCESSORY_EVIL_MARCHER_HAT_J = 1002,	ACCESSORY_Kannam_On_Head = 1003	ACCESSORY_Blue_Fairy_Wings = 1027 ///custome item <<<<}
	[ACCESSORY_IDs.ACCESSORY_Kannam_On_Head] = "_Ä­³²¸ðÀÚ"	[ACCESSORY_IDs.ACCESSORY_Blue_Fairy_Wings] = "_Blue_Fairy_Wings"

Share this post


Link to post
Share on other sites
  • 0

accesoryid.lua

no comma at the last number ONLY

ACCESSORY_IDs = {	ACCESSORY_GOGGLES = 1,	ACCESSORY_CATTYHAIRBAND = 2,	ACCESSORY_GLASS = 3}

check yours. there is no comma on the second last number

	ACCESSORY_EVIL_MARCHER_HAT_J = 1002,	ACCESSORY_Kannam_On_Head = 1003, //there should be a comma	ACCESSORY_Blue_Fairy_Wings = 1027 ///custome item <<<<}

 

accname.lua

ALSO no comma at the last number ONLY

AccNameTable = {	[ACCESSORY_IDs.ACCESSORY_GOGGLES] = "_°í±Û",	[ACCESSORY_IDs.ACCESSORY_CATTYHAIRBAND] = "_°í¾çÀ̸Ӹ®¶ì",	[ACCESSORY_IDs.ACCESSORY_GLASS] = "_±Û·¡½º"}

yours has no comma again.

	[ACCESSORY_IDs.ACCESSORY_Kannam_On_Head] = "_Ä­³²¸ðÀÚ", //comma	[ACCESSORY_IDs.ACCESSORY_Blue_Fairy_Wings] = "_Blue_Fairy_Wings" //if last, then no comma

Share this post


Link to post
Share on other sites
  • 0

 

accesoryid.lua

no comma at the last number ONLY

ACCESSORY_IDs = {	ACCESSORY_GOGGLES = 1,	ACCESSORY_CATTYHAIRBAND = 2,	ACCESSORY_GLASS = 3}

check yours. there is no comma on the second last number

	ACCESSORY_EVIL_MARCHER_HAT_J = 1002,	ACCESSORY_Kannam_On_Head = 1003, //there should be a comma	ACCESSORY_Blue_Fairy_Wings = 1027 ///custome item <<<<}

 

accname.lua

ALSO no comma at the last number ONLY

AccNameTable = {	[ACCESSORY_IDs.ACCESSORY_GOGGLES] = "_°í±Û",	[ACCESSORY_IDs.ACCESSORY_CATTYHAIRBAND] = "_°í¾çÀ̸Ӹ®¶ì",	[ACCESSORY_IDs.ACCESSORY_GLASS] = "_±Û·¡½º"}

yours has no comma again.

	[ACCESSORY_IDs.ACCESSORY_Kannam_On_Head] = "_Ä­³²¸ðÀÚ", //comma	[ACCESSORY_IDs.ACCESSORY_Blue_Fairy_Wings] = "_Blue_Fairy_Wings" //if last, then no comma

 

new error.. when opening the client

Lua FilesDataInfoAccName and

Lua FilesDataInfoAccessoryId

buf: bad header in precompiled chunk

 

 

bad_zps54ff3930.jpg

 

bad2_zpsa32bc889.jpg

Edited by khenma

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.