H> need to fix this pls..........

darklion30

New member
Messages
21
Points
0
im just a newbie and i try to put custom item in my server but its always unknown item like apple i didnt see anything but apple...

Untitled.png

 
Date of RagexeRE? 

Can you paste your accname and accessoryid? It seems that you have a syntax error in this files.

 
just remove the , on your accessoryid.lub

ACCESSORY_RED_INCUBUS_HORN = 1281, it should be ACCESSORY_RED_INCUBUS_HORN = 1281

just remove the , on your accname.lub

[ACCESSORY_IDs.ACCESSORY_RED_INCUBUS_HORN] = "_RED_INCUBUS_HORN", it should be [ACCESSORY_IDs.ACCESSORY_RED_INCUBUS_HORN] = "_RED_INCUBUS_HORN"

i think your don't need the accname_eng.lub.

 
i see. open your accessoryid.lub

look for ACCESSORY_GOLDEN_FISH = 1081 just add ,. just like this. ACCESSORY_GOLDEN_FISH = 1081,

same for accname.lub

loof for [ACCESSORY_IDs.ACCESSORY_GOLDEN_FISH] = "_ÀÔ¿¡¹®È²±Ý¹°°í±â" just add , again. [ACCESSORY_IDs.ACCESSORY_GOLDEN_FISH] = "_ÀÔ¿¡¹®È²±Ý¹°°í±â",

 
Back
Top