Jump to content
  • 0

Custom items wont show when equipt


suddath

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/23/12
  • Last Seen:  

Ok I have put custom items into my server before (22 of them) and they all work perfectly fine. But when I tried to add in a few new items they are in the server. I can see them in my inventory, I can see them when I drop it on the ground, and I can trade them and all. Its just when I put it on they do not show. I also get errored when I try to look at my equipts while the item is on me.

Here is my information:

idnum2itemresnametable.txt/num2itemresnametable

20023#_Aimon_Wings#

luafiles514/lua files/datainfo/accessoryid.lua

ACCESSORY_AIMON_WINGS = 897,

(PS here is my previous item before this one "ACCESSORY_WHITE_CHAKRA = 896," and it works perfectly fine)

(Also this item is not my last item in the list. That is they the comma is there.)

luafiles514/lua files/datainfo/accname.lua

[ACCESSORY_IDs.ACCESSORY_AIMON_WINGS] = "_Aimon_Wings",

texture/À¯ÀúÀÎÅÍÆäÀ̽º/collection and item

_Aimon_Wings

sprite/¾ÆÀÌÅÛ

_Aimon_Wings

sprite/¾Ç¼¼»ç¸®/¿©

¿©_Aimon_Wings

¿©_Aimon_Wings.spr

sprite/¾Ç¼¼»ç¸®/³²

³²_Aimon_Wings

³²_Aimon_Wings.spr

item_db2

20023,_Aimon_Wings,Aimon Wings,5,,,0,,,,4,67108863,7,2,512,,,0,897,{},{},{}

(Its not exactly like this because I inserted this item via flux cp. So it was a lot easier then doing it manually)

*I tried to take the "_" out from in front of the item also and that did not work.

*All my previous custom items work perfectly fine. Even after I added these items in my grf.

*I used a gpf to insert it in my grf with neoncube. (I did this with my last items with not problem)

*I do support upper view id's with my grf

*I looked over my things multiple times.

*I am adding in a total of 73 new items. Non of them work when equipt. so I am guessing there is something wrong with the views or something

Link to comment
Share on other sites

17 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  132
  • Reputation:   1
  • Joined:  07/19/12
  • Last Seen:  

[color=#282828][font=helvetica, arial, sans-serif]ACCESSORY_AIMON_WINGS = 897,[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif](PS here is my previous item before this one "ACCESSORY_WHITE_CHAKRA = 896," and it works perfectly fine)[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif](Also this item is not my last item in the list. That is they the comma is there.)[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif][size=5][u]luafiles514/lua files/datainfo/accname.lua[/u][/size][/font][/color]

[color=#282828][font=helvetica, arial, sans-serif][ACCESSORY_IDs.ACCESSORY_AIMON_WINGS] = "_Aimon_Wings",[/font][/color]

remove comma after "_Aimon_Wings"

and 897

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/23/12
  • Last Seen:  

Why would I remove it if it is not my last item. As I stated I am adding other custom items but none of them will show the item when equipt. This is just the first of the items. So I believe I still need the comma. I did remove the comma for the last item on the list.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  132
  • Reputation:   1
  • Joined:  07/19/12
  • Last Seen:  

then try to use 25023 as id number :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/23/12
  • Last Seen:  

That is not what need help with. The item works in game. It just does not show when equipt.

Edited by suddath
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  132
  • Reputation:   1
  • Joined:  07/19/12
  • Last Seen:  

you put it in the right place.. its impossible for it not to show..

why wont you try to remove "_"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

When you added the sprites to your client side did you make sure you provided both male and female sprites?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  132
  • Reputation:   1
  • Joined:  07/19/12
  • Last Seen:  

¿©_Aimon_Wings

¿©_Aimon_Wings.spr

sprite/¾Ç¼¼»ç¸®/³²

³²_Aimon_Wings

³²_Aimon_Wings.spr

it shud have .act also hahah

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/23/12
  • Last Seen:  

¿©_Aimon_Wings

¿©_Aimon_Wings.spr

sprite/¾Ç¼¼»ç¸®/³²

³²_Aimon_Wings

³²_Aimon_Wings.spr

it shud have .act also hahah

The one over the spr file is the act file...... I just did not put the extension.

Yes I did add female and male sprites

UPDATE: Could someone experienced please like remotely look over my files and see if I did something wrong? I have gone over my stuff atleast 30 times and I do not see any mistakes. I dont think I have done anything wrong. But my items will not show up in the game. Nothing will work....... I am at my last resort.....

Edited by suddath
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/23/12
  • Last Seen:  

Update: I am still in need of assistance

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  86
  • Reputation:   1
  • Joined:  08/24/12
  • Last Seen:  


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/23/12
  • Last Seen:  

Thanks for the try but that did not help.....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  86
  • Reputation:   1
  • Joined:  08/24/12
  • Last Seen:  

have you editd itemInfo.lub?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/23/12
  • Last Seen:  

I actually did see that when you where looking for an answer to your problem and I actually dont even have that file. I dont know if I am looking in the right folder.

Here is what my lua folder looks like:

luafolder.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  09/11/12
  • Last Seen:  

Lol, I also finding the itemInfo.lub

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/23/12
  • Last Seen:  

Yes I kind of still need help with this issue. I have yet to find a solution to my problem....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/23/12
  • Last Seen:  

Ok I found a little fix to my problem. I tried to take the lua files folder out of luafiles514 and it shows my custom items. But now I cannot save my shortcuts. When I setup a shortcut then close the shortcut window it just resets back to default....

PS: When I tested out my luafiles514 folder the shortcuts and hostkeys work when I have that in but my custom items do not work. Vice vera if I take out the luafiles514 and just have the lua files folder the shortcuts and hotkeys dont work but the custom items work. This is a very annoying thing -_-

I am using 03-15-11 client also.

Edited by suddath
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   1
  • Joined:  09/07/12
  • Last Seen:  

Iteminfo.lua needs the name of your sprite on "resource".

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