Today I tried to add a custom item and now my client won't open anymore?
I edited my item_db2.txt.
Added this
19000,White_Helmet,White Helmet,5,10,,25,,6,,1,0xFFFFFFFF,7,2,256,,50,0,900,{ bonus bDex,5; bonus bAspd,10; bonus bMaxHPrate,20; bonus2 bResEff,Eff_Freeze,10000; },{},{}
I edited my idnum2itemresnametable.txt
Added this
19000#White_Helmet
I edited my idnum2itemdesctable.txt
Added this
19000#
+ 5 Dex
+ 10 ASPD
+ 20% HP
Immunity to Freeze
Class :^777777 Headgear^000000
Defense :^777777 6^000000
Equipped on :^777777 Upper^000000
Weight :^777777 25^000000
Applicable Job :^777777 Every Job^000000
#
I edited my idnum2itemdisplaynametable.txt
Added this
19000#White_Helmet#
itemslotcounttable.txt
Didn't have this, skipped it
Headgear.act
Headgear.spr
Headgear_collection.bmp
Headgear_drop.act
Headgear_drop.spr
Headgear_item.bmp
added these in my data folder in all the places the wiki guide told me to.
Edited these
num2itemdesctable.tx
tnum2itemdisplaynametable.txt
num2itemresnametable.txt
Edited my accessoryid.lua
ACCESSORY_WHITE_HELMET = 900,
Edited my accname.lua
[ACCESSORY_IDs.ACCESSORY_WHITE_HELMET] = "_WHITE_HELMET",
idk what i did wrong. ):
Thanks.