Item Duplicate?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
J0Y
Posts: 73
Joined: Wed Dec 31, 2008 6:22 pm

Item Duplicate?

Post 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.
User avatar
J0Y
Posts: 73
Joined: Wed Dec 31, 2008 6:22 pm

Re: Item Duplicate?

Post by J0Y »

ok I restarted my server and I can create it, but its not showing in my inventory.
User avatar
Mayhem
Posts: 144
Joined: Fri Dec 04, 2009 4:45 pm

Re: Item Duplicate?

Post 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.
Revolution burns within us all.
Image
User avatar
J0Y
Posts: 73
Joined: Wed Dec 31, 2008 6:22 pm

Re: Item Duplicate?

Post 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?
User avatar
Mayhem
Posts: 144
Joined: Fri Dec 04, 2009 4:45 pm

Re: Item Duplicate?

Post 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
Revolution burns within us all.
Image
Post Reply