Jump to content
  • 0

Custom Item Error!


Dirty

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/21/12
  • Last Seen:  

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 ~

Link to comment
Share on other sites

Recommended Posts


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

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" ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/21/12
  • Last Seen:  

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"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

Did you tryed to diff your clients Headgear View into 2000 not 4000 ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/21/12
  • Last Seen:  

yes dude. but still not working :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

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

Edited by Lelouch vi Britannia
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/21/12
  • Last Seen:  

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 :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

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",

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/21/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  196
  • Reputation:   20
  • Joined:  11/20/11
  • Last Seen:  

Same problem with me :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

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?

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:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

add your items at data folder:

idnum2itemdisplaynametable.txt

idnum2itemdesctable.txt

idnum2itemresnametable.txt

Edited by Sperm
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:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

done add at accname.lua ?

the view id's good. idnum too. maybe the item bmp? /hmm

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:  

done add at accname.lua ?

the view id's good. idnum too. maybe the item bmp? /hmm

yap..

ACCESSORY_WINRARHAT = 1200 <-- accid lua

[ACCESSORY_IDs.ACCESSORY_WINRARHAT] = "_WINRARHAT" <-- acc name lua

sumthing wrong with item bmp?

mm.. here the link.. http://www.mediafire.com/download.php?dltzmcmnni

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:  

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

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:  

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

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

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?

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 mean this? its in data folder.. not inside lua files folder

-idnum2itemdesctable,idnum2itemdisplaynametable,idnum2itemresnametable

-num2itemdesctable,num2itemdisplaynametable,num2itemresnametable

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:  

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

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:  

ohhhh..

try to check everything... the item_db2 too

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:  

finally i find the problem..!

system/itemInfo.lub <--- look.. in lua files folder.. /ok

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