Popular Post eJay Posted June 4, 2013 Popular Post Posted June 4, 2013 (edited) Video Coming Soon Edit: January 2, 2014 Please pm me for more updated/recently changed about custom item, any update for this guide would be appreciated. Thank you 1st Step:go to: data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection add your sprite for Example: Blood_Helm data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item Blood_Helm2nd Step:go to dataOpenidnum2itemdesctable 17000#Str + 10Class :^777777 Headgear^000000Defense :^777777 0^000000Equipped on :^777777 Lower^000000Required Level :^777777 ??^000000Weight :^777777 10^000000Applicable Job :^777777 Every Job^000000# idnum2itemdisplaynametable 17000#Blood Helm# //<---------------- In game name idnum2itemresnametable 17000#Blood_Helm# 3rd Step:go to data/sprite/¾ÆÀÌÅÛ This file is for drop Blood_Helm.act and Blood_Helm.spr 4th Step:goto data\sprite\¾Ç¼¼»ç¸®\¿© This sign is for female account, "¿©" put the file here ¿©_Blood_Helm.act and ¿©_Blood_Helm.spr 5th Step:goto data\sprite\¾Ç¼¼»ç¸®\³² This sign is for male account "³²" put the file here ³²_Blood_Helm.act and ³²_Blood_Helm.spr 6th Step:go to data\lua files\datainfoOpen accessoryid.lua as Notepad <TAB>ACCESSORY_BLOOD_HELM = 1001, Open accname.lua as notepad <TAB>[ACCESSORY_IDs.ACCESSORY_BLOOD_HELM] = "_BLOOD_HELM", And now you are done to client side now go to SVN go to svn/db/item_db2.txt Find this line and the 2nd Quote is for example you can add this part to the end of line. ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } 17000,Blood_Helm,Blood Helm,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{ bonus bStr,10; },{},{} The last part of script you will see 1001 this is View ID, that you do earlier in accessoryid.luaHope this will help you, don't forget to hit green button, Have a good day Edited January 2, 2014 by eJay 18
0 mrlongshen Posted July 29, 2013 Posted July 29, 2013 Video Coming Soon 1st Step: go to: data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection add your sprite for Example: Blood_Helm >data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item Blood_Helm 2nd Step: go to data Open idnum2itemdesctable 17000# Str + 10 Class :^777777 Headgear^000000 Defense :^777777 0^000000 Equipped on :^777777 Lower^000000 Required Level :^777777 ??^000000 Weight :^777777 10^000000 Applicable Job :^777777 Every Job^000000 # idnum2itemdisplaynametable 17000#Blood Helm# //<---------------- In game name idnum2itemresnametable 17000#Blood_Helm# 3rd Step: go to data/sprite/¾ÆÀÌÅÛ This file is for drop Blood_Helm.act and Blood_Helm.spr 4th Step: goto data\sprite\¾Ç¼¼»ç¸®\¿© This sign is for female account, "¿©" put the file here ¿©_Blood_Helm.act and ¿©_Blood_Helm.spr 5th Step: goto data\sprite\¾Ç¼¼»ç¸®\³² This sign is for male account "³²" put the file here ³²_Blood_Helm.act and ³²_Blood_Helm.spr 6th Step: go to data\lua files\datainfo Open accessoryid.lua as Notepad <TAB>ACCESSORY_BLOOD_HELM = 1001, Open accname.lua as notepad <TAB>[ACCESSORY_IDs.ACCESSORY_BLOOD_HELM] = "_BLOOD_HELM", And now you are done to client side now go to SVN go to svn/db/item_db2.txt Find this line and the 2nd Quote is the example ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } 17000,Blood_Helm,Blood Helm,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{ bonus bStr,10; },{},{} The last part of script you will see 1001 this is View ID, that you do earlier in accessoryid.lua Hope this will help you, don't forget to hit green button, Have a good day how about the iteminfo ? 1
0 Hiryu Imajin Posted August 4, 2013 Posted August 4, 2013 (edited) Video Coming Soon 1st Step: go to: data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection add your sprite for Example: Blood_Helm >>>data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\itemlockquote>Blood_Helm 2nd Step: go to data Open idnum2itemdesctable >17000# Str + 10 Class :^777777 Headgear^000000 Defense :^777777 0^000000 Equipped on :^777777 Lower^000000 Required Level :^777777 ??^000000 Weight :^777777 10^000000 Applicable Job :^777777 Every Job^000000 # idnum2itemdisplaynametable 170 00#Blood Helm# //<---------------- In game name idnum2itemresnametable 17000#Blood_Helm# 3rd Step: go to data/sprite/¾ÆÀÌÅÛ This file is for drop Blood_Helm.act and Blood_Helm.spr 4th Step: goto data\sprite\¾Ç¼¼»ç¸®\¿© This sign is for female account, "¿©" put the file here ¿©_Blood_Helm.act and ¿©_Blood_Helm.spr 5th Step: goto data\sprite\¾Ç¼¼»ç¸®\³² This sign is for male account "³²" put the file here ³²_Blood_Helm.act and ³²_Blood_Helm.spr 6th Step: go to data\lua files\datainfo Open accessoryid.lua as Notepad <TAB>ACCESSORY_BLOOD_HELM = 1001, Open accname.lua as notepad <TAB>[ACCESSORY_IDs.ACCESSORY_BLOOD_HELM] = "_BLOOD_HELM", And now you are done to client side now go to SVN go to svn/db/item_db2.txt Find this line and the 2nd Quote is the example ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } 17000,Blood_Helm,Blood Helm,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{ bonus bStr,10; },{},{} The last part of script you will see 1001 this is View ID, that you do earlier in accessoryid.lua Hope this will help you, don't forget to hit green button, Have a good day how about the iteminfo ? What do you mean about the iteminfo? The description? o.o Edited August 4, 2013 by Amaranth
0 mrlongshen Posted August 4, 2013 Posted August 4, 2013 yeah. all the process is still same right? only the item desc is different...
0 Hiryu Imajin Posted August 4, 2013 Posted August 4, 2013 yeah. all the process is still same right? only the item desc is different... is it because of the ">" before the item ID?
0 -SkittleNugget- Posted September 9, 2013 Posted September 9, 2013 If you want the custom items to drop from a monster or woe treasure, add them to the resnametables too. (unidentified item tables)
0 Reborn Posted October 13, 2013 Posted October 13, 2013 it work for me this guide but the problem is i cant see my charcter wearing my costumize item.. and when i do alt+q an error occured... pls help me with this customize equipments.. this is the error Module Name: C:\Users\PCHAN1\Desktop\New folder (2)\SharpienoRO.exe Time Stamp: 0x4d7f06a5 - Mon Mar 14 23:26:45 2011 Exception Type: 0xc0000005 0x0042e3d0 SharpienoRO.exe eax: 0x0012f670 ebx: 0x00000070 ecx: 0x00000000 edx: 0x00000000 esi: 0x0f7d6968 edi: 0x00000190 ebp: 0x00000010 esp: 0x0012f66c stack 0012f66c - 0012fa6c 0012F66C : 03 50 A9 A8 38 FC 12 00 1E 0D 74 00 FF FF FF FF 0012F67C : 6F E4 42 00 00 00 00 00 00 00 00 00 39 8A 47 00 0012F68C : 00 00 00 00 00 00 00 00 EB 50 A9 A8 40 D5 7E 00 0012F69C : 68 69 7D 0F C0 80 E8 18 A8 68 83 00 04 00 00 00 0012F6AC : 20 F2 F9 18 00 00 00 00 00 00 00 00 00 00 00 00 0012F6BC : 01 00 00 00 00 00 00 00 ED E0 C5 77 E4 80 E2 18 0012F6CC : 00 00 00 00 90 01 00 00 01 00 00 00 00 00 00 00 0012F6DC : 00 00 00 00 00 00 00 00 00 00 40 3F 00 00 00 00 0012F6EC : 00 00 5D 3F 00 00 D8 3D 00 00 00 00 00 00 00 00 0012F6FC : 00 00 00 00 0F 00 00 00 0F 05 D1 00 00 D9 D2 15 0012F70C : 60 01 43 02 F0 80 E8 18 40 04 43 02 00 00 00 00 0012F71C : 0F 00 00 00 9C D8 77 00 98 D8 77 00 20 2F 20 33 0012F72C : 00 00 77 00 8C D8 77 00 02 00 00 00 00 00 00 00 0012F73C : 20 00 00 00 7C D8 77 00 64 F7 12 00 B8 3D 96 73 0012F74C : 00 00 3E 00 00 00 00 00 18 00 00 00 AC 68 83 00 0012F75C : 00 70 3E 00 08 10 64 0F 7C F7 12 00 B8 3E 96 73 Launch Info 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Job : Novice
0 Yato Posted November 5, 2013 Posted November 5, 2013 hey guys BIG problems here i added a custom item in my server but unfortunately it has no picture/description and in short It is UNKNOWN item i have been looking for a guide to solve my problem but there seems to be no guide that can solve my problem ?? i already did what i could do i looked everywhere and not a single guide helped me pls ? im using a 2013-07-03 client and a updated lua files PLS ? help me ? i've been working on this custom item shit for like 5 days and 4 nights
0 Whathell Posted November 5, 2013 Posted November 5, 2013 I haven't started getting my hands on 2013 clients. But I know that the item description is in your iteminfo.lua, edit that and add your custom item.
0 tekataobaakoinay Posted August 8, 2014 Posted August 8, 2014 Why everytime i create @item like that look at the chat
0 embos11 Posted August 15, 2014 Posted August 15, 2014 i cant make it work..im using a 2012-04-18 client ..what should i do ?? help me ...
0 MindFreak Posted September 5, 2014 Posted September 5, 2014 Quick question before I attempt to add something: Would I need to have the PNG file for the item as well? I've downloaded some example, as well as some interesting items, to test, and they only come in spr and act files.
0 manok01 Posted January 20, 2015 Posted January 20, 2015 someone plase help me what wrong with my custom item..i already read post 1 but i have some problem data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection : Black_Gray_Lighthalzen_Auradata\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item : Black_Gray_Lighthalzen_Aura data\sprite\¾ÆÀÌÅÛ : Black_Gray_Lighthalzen_Aura.act & Black_Gray_Lighthalzen_Aura.spr data\sprite\¾Ç¼¼»ç¸®\¿© : ¿©_Black_Gray_Lighthalzen_Aura.act & ¿©_Black_Gray_Lighthalzen_Aura.spr data\sprite\¾Ç¼¼»ç¸®\³² : ³²_Black_Gray_Lighthalzen_Aura.act & ³²_Black_Gray_Lighthalzen_Aura.spr data\luafiles514\lua files\datainfo : accessoryid.lua ACCESSORY_Black_Gray_Lighthalzen_Aura = 1026, data\luafiles514\lua files\datainfo : accname.lua [ACCESSORY_IDs.ACCESSORY_Black_Gray_Lighthalzen_Aura] = "_Black_Gray_Lighthalzen_Aura",
0 eJay Posted November 21, 2015 Author Posted November 21, 2015 does this apply for the custom wings Yes!
0 emci Posted March 28, 2016 Posted March 28, 2016 Hi For this part svn/db/item_db2.txt I can't find this part on the rathena git. Is there a new way implementing custom item?
0 billyjoeee Posted November 6, 2016 Posted November 6, 2016 My custom item is working great how ever, when i right click on it it's blank picture and an error says "Resource File Loading Fail. this is the screen shot. as you can see i can see the custom item I made but that is the error.
0 DevAnderson Posted March 25, 2017 Posted March 25, 2017 On 3/23/2017 at 0:22 PM, Technoken said: When you diff your client using nemo. Just tick the "Remove GM Sprites. And on your clientinfo.xml those account ID inside <admin></admin> brackets will have yellow name and chat. And why i can't remove the GM Sprite? patch error
Question
eJay
Video Coming Soon
Edit: January 2, 2014
Please pm me for more updated/recently changed about custom item, any update for this guide would be appreciated. Thank you
1st Step:
go to:
add your sprite for Example:
Blood_Helm
2nd Step:
go to data
Open
idnum2itemdesctable
idnum2itemdisplaynametable
idnum2itemresnametable
3rd Step:
go to
This file is for drop
4th Step:
goto
This sign is for female account, "¿©" put the file here
5th Step:
goto
This sign is for male account "³²" put the file here
6th Step:
go to data\lua files\datainfo
Open accessoryid.lua as Notepad
Open accname.lua as notepad
And now you are done to client side
now go to SVN
go to svn/db/item_db2.txt
Find this line and the 2nd Quote is for example
you can add this part to the end of line.
The last part of script you will see 1001 this is View ID, that you do earlier in accessoryid.lua

Edited by eJayHope this will help you, don't forget to hit green button, Have a good day
20 answers to this question
Recommended Posts