Hey~
So I'm starting to boost my Server-side skills and wanted to know how to properly duplicate an item and add a slot.
I did this one as an example. Please let me know If I made the changes correctly!
I will be duplicating this
Note: This will be for a quest and not for a monster drop.
5402,Mischievous_Fairy,Mischievous Fairy,5,20,,200,,1,,0,0xFFFFFFFF,7,2,512,,70,0,405,{ bonus bFlee2,3; },{},{}
Item_db2
19350,Mischievous_Fairy,Mischievous Fairy,5,20,,200,,1,,1,0xFFFFFFFF,7,2,512,,70,0,405,{},{},{}
Idnum2itemdesctable
19350#
A cute fairy ear that for some reason, is slotted!
Class :^777777 Mid Gear^000000
Defense :^777777 1^000000
Weight :^777777 20^000000
Applicable Job :^777777 Every Job^000000
#
idnum2itemdisplaynametable
19350#Mischievous Fairy#
idnum2itemresnametable
19350##Àå³²Ù·¯±â¿äÁ¤# <----All I did here was copy the the same one from the original one
itemslotcounttable
19350#1#
Did I forget to add to another .txt? Does everything look alright?
Thank you
~Inochi