Dirty Posted August 8, 2012 Posted August 8, 2012 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. 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. hope anyone can help me with this. and im using 2011-03-15aRagexeRE. Thanks ~ Quote
Lelouch vi Britannia Posted August 8, 2012 Posted August 8, 2012 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" ? Quote
Dirty Posted August 8, 2012 Author Posted August 8, 2012 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" Quote
Lelouch vi Britannia Posted August 8, 2012 Posted August 8, 2012 Did you tryed to diff your clients Headgear View into 2000 not 4000 ? Quote
Lelouch vi Britannia Posted August 8, 2012 Posted August 8, 2012 (edited) Another Question. Are your client diffed with "Read Data Folder First" ? or "Read Grf First" ? Edited August 8, 2012 by Lelouch vi Britannia Quote
v00m3r Posted August 8, 2012 Posted August 8, 2012 (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 August 8, 2012 by v00m3r Quote
Dirty Posted August 8, 2012 Author Posted August 8, 2012 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 Quote
Lelouch vi Britannia Posted August 9, 2012 Posted August 9, 2012 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", Quote
v00m3r Posted August 9, 2012 Posted August 9, 2012 (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 August 9, 2012 by v00m3r Quote
Dirty Posted August 10, 2012 Author Posted August 10, 2012 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. Quote
Santino Posted August 17, 2012 Posted August 17, 2012 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? Quote
kaka19 Posted August 30, 2012 Posted August 30, 2012 (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 August 30, 2012 by kaka19 Quote
Santino Posted August 30, 2012 Posted August 30, 2012 (edited) add your items at data folder: idnum2itemdisplaynametable.txt idnum2itemdesctable.txt idnum2itemresnametable.txt Edited August 30, 2012 by Sperm Quote
kaka19 Posted August 30, 2012 Posted August 30, 2012 (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 Edited August 30, 2012 by kaka19 Quote
Santino Posted August 30, 2012 Posted August 30, 2012 done add at accname.lua ? the view id's good. idnum too. maybe the item bmp? Quote
kaka19 Posted August 31, 2012 Posted August 31, 2012 done add at accname.lua ? the view id's good. idnum too. maybe the item bmp? 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 Quote
bakuriyu2 Posted August 31, 2012 Posted August 31, 2012 your link is invalid or deleted file.. try to use small letters on this "_WINRARHAT" Quote
kaka19 Posted August 31, 2012 Posted August 31, 2012 (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 August 31, 2012 by kaka19 Quote
bakuriyu2 Posted August 31, 2012 Posted August 31, 2012 (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 Edited August 31, 2012 by bakuriyu2 Quote
kaka19 Posted August 31, 2012 Posted August 31, 2012 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? Quote
bakuriyu2 Posted August 31, 2012 Posted August 31, 2012 you mean this? its in data folder.. not inside lua files folder -idnum2itemdesctable,idnum2itemdisplaynametable,idnum2itemresnametable -num2itemdesctable,num2itemdisplaynametable,num2itemresnametable Quote
kaka19 Posted August 31, 2012 Posted August 31, 2012 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"... Quote
bakuriyu2 Posted August 31, 2012 Posted August 31, 2012 ohhhh.. try to check everything... the item_db2 too Quote
kaka19 Posted August 31, 2012 Posted August 31, 2012 finally i find the problem..! system/itemInfo.lub <--- look.. in lua files folder.. Quote
Question
Dirty
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.
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.
hope anyone can help me with this.
and im using 2011-03-15aRagexeRE.
Thanks ~
36 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.