Jump to content
  • 0

Custom Item Error!


Question

Posted

i add some custom items in my server.

the other custom item is working fine.

and if i put the artic wing in my equips i dont see it but it's equip then if i try to alt+Q this error appeared.

post-3279-0-88933800-1344463335_thumb.jpg

accessoryid.lua

ACCESSORY_ARTIC_WING = 1002,

accname.lua

[ACCESSORY_IDs.ACCESSORY_ARTIC_WING] = "Artic_Wing",

idnum2itemdesctable.txt / num2itemdesctable.txt

20002#

^008000[ Artic Wing ]^000000

Item description coming soon~

Class :^777777 Headgear^000000

Defense :^777777 1^000000

Equipped On :^777777 Upper^000000

Weight :^777777 10^000000

Required Level :^777777 1^000000

Applicable Job :^777777 Every Job^000000

#

idnum2itemdisplaynametable.txt / num2itemdisplaynametable.txt

20002#Artic_Wing#

idnum2itemresnametable.txt / num2itemresnametable.txt

20002#Artic_Wing#

Here's The sprite.

post-3279-0-91361600-1344464181_thumb.jpg

post-3279-0-63393100-1344464184_thumb.jpg

post-3279-0-08549600-1344464186_thumb.jpg

hope anyone can help me with this.

and im using 2011-03-15aRagexeRE.

Thanks ~

Recommended Posts

Posted

Before you diff your client did add "Increase Headgear View ID" to 2000 ? Also do you have collection and item image's for that custom item ? Because you didn't added it in you post. And did you put your Custom items View ID "1002" ?

my diff client headgear view id is 4000. cause i follow the step of making server in sharpiene's guide.

yes sir i have the collection and item image's

sorry i forgot to add it x(

yea, i put my custom items view id to "1002"

Posted (edited)

Try this..

change this

[ACCESSORY_IDs.ACCESSORY_ARTIC_WING] = "Artic_Wing",

to this one.. dont forget the underscore. It should always have underscore..

ACCESSORY_IDs.ACCESSORY_ARTIC_WING] = "_Artic_Wing",

Edited by v00m3r
Posted

Another Question. Are your client diffed with "Read Data Folder First" ? or "Read Grf First" ?

Read Data Folder First : No.

Try this..

change this

[ACCESSORY_IDs.ACCESSORY_ARTIC_WING] = "Artic_Wing",

to this one.. dont forget the underscore. It should always have underscore..

ACCESSORY_IDs.ACCESSORY_ARTIC_WING] = "_Artic_Wing",

not working :(

Posted

So your not using "Read Data Folder First" then put all the sprites ,collection and image in your custom grf also do v00m3r said

Try this..

change this

[ACCESSORY_IDs.ACCESSORY_ARTIC_WING] = "Artic_Wing",

to this one.. dont forget the underscore. It should always have underscore..

ACCESSORY_IDs.ACCESSORY_ARTIC_WING] = "_Artic_Wing",

Posted (edited)

on diffing your client.. did you check read lua before lub? what extension are you using? .lua or .lub?

what client date are you using?

read data folder first: false <- make sure your files are in the grf..

Edited by v00m3r
Posted

on diffing your client.. did you check read lua before lub? what extension are you using? .lua or .lub?

what client date are you using?

read data folder first: false <- make sure your files are in the grf..

yes i check the read lua before lub.

im using .lua extension

my client is 2011-03-15

yes. my files are in the grf.

Posted

try changing your lua files (accname & accessoryid.lua) into .lub files. i'm not sure if 'read lua before lub' is working, use Compile gui.exe

by the way, how did you put the sprites into the grf? did you add it thru patcher or pack it directly into grf?

Posted (edited)

yeah.. me too .. get problem with custom item.

when i use mycustom item (hat), the custom item appear..

but when i put to inventori or drop it, it says "UNKNOWN ITEM"

whats wrong?

i think the problem is " idnum2itemdesctable.txt and etc .."

im sure i put the right code in there.

Edited by kaka19
Posted (edited)

add your items at data folder:

idnum2itemdisplaynametable.txt

idnum2itemdesctable.txt

idnum2itemresnametable.txt

30000#WINRARHAT# <-- idnum2itemdisplaynametable.txt

30000#WINRARHAT# <-- idnum2itemresnametable.txt

im using 2012-05-15a. with .bat file. so "read data folder first" works. lua files work good

but still error

post-7275-0-45707100-1346343043_thumb.jpg

Edited by kaka19
Posted (edited)

your link is invalid or deleted file.. try to use small letters on this "_WINRARHAT"

http://www.mediafire.com/?dltzmcmnni0 try this

i tried, not work.. :(

i tried experiment , i deleted all num2 bla2, idnum2 bla2.. in data.grf, and my grf file. i hoped there was some error in item description.

but.. when i testd it in my RO.. there was no error.. :(

where acctually item description file is?

Edited by kaka19
Posted (edited)

did u renamed this? if not..

try to use this in ¾Ç¼¼»ç¸®

³²_WinRAR.act / ¿©_WinRAR.act

³²_WinRAR.spr / ¿©_WinRAR.spr

in accid lua ACCESSORY_WINRAR = 1200

in accname lua [ACCESSORY_IDs.ACCESSORY_WINRAR] = "_WinRAR"

it works fine on me :D

post-6326-0-75579600-1346395270_thumb.jpg

Edited by bakuriyu2
Posted

did u renamed this? if not..

try to use this in ¾Ç¼¼»ç¸®

³²_WinRAR.act / ¿©_WinRAR.act

³²_WinRAR.spr / ¿©_WinRAR.spr

in accid lua ACCESSORY_WINRAR = 1200

in accname lua [ACCESSORY_IDs.ACCESSORY_WINRAR] = "_WinRAR"

i tried it before.. it didnt work.. :(

is item description n bla2 located in "lua files" folder?

Posted

you mean this? its in data folder.. not inside lua files folder

-idnum2itemdesctable,idnum2itemdisplaynametable,idnum2itemresnametable

-num2itemdesctable,num2itemdisplaynametable,num2itemresnametable

Posted

yeah.. i think

-idnum2itemdesctable,idnum2itemdisplaynametable,idnum2itemresnametable

-num2itemdesctable,num2itemdisplaynametable,num2itemresnametable

not working :(

me to, work when my charcter use it. but look at the "Unknown Item"...

index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=3281

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...