Page 1 of 1

Item Duplicate?

Posted: Sun Mar 07, 2010 10:10 pm
by J0Y
L2J Revision 3981:
L2JDP Revision 7143:

Hi, I wanted to know If its possible to duplicate an item. For example I want a different ID for Coin of Luck, so I just copied the query of Coin of Luck from etcitem to custom_etcitem. But I try to spawn the new ID, It says it doesnt exist. Is there something else I have to do? Obviously..
PS- I don't know if this involves client modding, if so close this thread.

Re: Item Duplicate?

Posted: Sun Mar 07, 2010 11:38 pm
by J0Y
ok I restarted my server and I can create it, but its not showing in my inventory.

Re: Item Duplicate?

Posted: Mon Mar 08, 2010 8:42 am
by Mayhem
Use the same ID in the custom_etcitem table as the etcitem table.
The custom values will be used instead of the normal values.

Re: Item Duplicate?

Posted: Mon Mar 08, 2010 1:41 pm
by J0Y
So your saying use just copy the item over to custom_etcitem as it is, and it will use those values instead? The only reason I wanted to use it from custom_etcitem is because every time i update it goes back to default, same with all other items im using for events/etc. I wanted to have a different ID for them, but apparently that is possible without client mod.

Code: Select all

4037	Coin of Luck		false	none	0	stackable	paper	none	-1	-1	1	0	false	false	true	false	false	none	0-0; 
Just copy it to custom table as it is?

Re: Item Duplicate?

Posted: Mon Mar 08, 2010 3:09 pm
by Mayhem
Yes!
Check that topic: http://l2jserver.com/forum/viewtopic.php?f=13&t=16125
I used the same ID for CP Potions and I just added the custom skills in the custom table and it works just fine ;D