Jump to content
  • 0

custom item error


cozzy09

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

guys can you help me please i'm trying to add a custom item on my RO server and did everything on the rathena wiki on adding custom items but when I equipped the item the sprite is the Orc Hero Helm not the custom item can someone please help me

I already changed the items db sprite ID to 874 which is also the same ID I put in the accessoryid.lua and accname.lua please help me thanks ^_^

Link to comment
Share on other sites

16 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

please provide more info...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  141
  • Reputation:   24
  • Joined:  01/19/12
  • Last Seen:  

guys can you help me please i'm trying to add a custom item on my RO server and did everything on the rathena wiki on adding custom items but when I equipped the item the sprite is the Orc Hero Helm not the custom item can someone please help me

I already changed the items db sprite ID to 874 which is also the same ID I put in the accessoryid.lua and accname.lua please help me thanks ^_^

check your viewID or your sprite

Edited by choidk
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

more info:

files in :

data\sprite\¾ÆÀÌÅÛ

frog_umbrella.act

frog_umbrella.spr

data\sprite\¾Ç¼¼»ç¸®\¿©

¿©_frog_umbrella.act

¿©_frog_umbrella.spr

data\sprite\¾Ç¼¼»ç¸®\³²

³²_frog_umbrella.act

³²_frog_umbrella.spr

texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection

frog_umbrella.bmp

texture\À¯ÀúÀÎÅÍÆäÀ̽º\item

frog_umbrella.bmp

idnum2itemdesctable.txt

26001#

A Frog Umbrella

Weight :^777777 0^000000

#

idnum2itemdisplaynametable.txt

26001#frog_umbrella#

idnum2itemresnametable.txt

26001#frog_umbrella#

num2itemdesctable.txt

26001#

Frog Umbrella

#

num2itemdisplaynametable.txt

26001#frog_umbrella#

num2itemresnametable.txt

26001#frog_umbrella#

accname.lua

[ACCESSORY_IDs.ACCESSORY_FROG_UMBRELLA] = "_frog_umbrella"

accessoryid.lua

ACCESSORY_FROG_UMBRELLA = 875

item_db.txt

26001,frog_umbrella,Frog Umbrella,5,20,,700,,2,,0,0xFFFFFFFE,7,2,256,,38,1,875,{},{},{}

that's all the info I have so please help me if something is wrong there

bump please help

Edited by cozzy09
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

another bump badly need help

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:  

What client version are you using?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

What client version are you using?

this is it right?

#ifndef PACKETVER

#define PACKETVER 20100730

//#define PACKETVER 20111116

#endif

the 2010-07-30

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:  

Can you post a screenshot of both your lua entries so I can see how the rest of your entries are forming. 875 isn't used anywhere else is it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

Can you post a screenshot of both your lua entries so I can see how the rest of your entries are forming. 875 isn't used anywhere else is it?

here is the screen shot of my accname and accessoryid lua's that is located in ...data\luafiles514\lua files\datainfo

post-1917-0-34755900-1358659646_thumb.png

post-1917-0-48225600-1358659649_thumb.png

Edited by cozzy09
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

luafiles514 this only reads in 2012+ clients you should use lua files instead

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

luafiles514 this only reads in 2012+ clients you should use lua files instead

I changed the folder name of luafiles514 to lua files but still item doesn't work

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:  

it should be data/lua files/datainfo

Hmm that's odd.

Are you packing the sprites into a GRF or reading from data folder? Ensure that your data folder in your RO folder has the latest lua files that you edited.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

it should be data/lua files/datainfo

Hmm that's odd.

Are you packing the sprites into a GRF or reading from data folder? Ensure that your data folder in your RO folder has the latest lua files that you edited.

already put it there and the

"C:\Program Files\Miruku\data\lua files\datainfo\luac5.0.2.exe" -o "accname..lub" "accname.lua"

"C:\Program Files\Miruku\data\lua files\datainfo\luac5.0.2.exe" -o "accessoryid.lub" "accessory.lua"

i didn't put it in GRF files just from the data folder

Edited by cozzy09
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

bump please help badly needed it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   0
  • Joined:  12/08/12
  • Last Seen:  

do you have iteminfo.lub in your ro_file/system/ ??

if you use new client you need to edit that file...

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:  

I dont believe he needs to edit that file since its a 2010 client. I'm thinking its his lua files that arent being read properly. Make sure that your server is reading the data folder FIRST before the GRF or else it will take old lua info within the GRF.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

ok i'll try to make it grf as well to make sure XD

still not working even on grf files T_T can anyone teamviewer me someday so it can be fixed please

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