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.
Item Duplicate?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- J0Y
- Posts: 73
- Joined: Wed Dec 31, 2008 6:22 pm
Re: Item Duplicate?
ok I restarted my server and I can create it, but its not showing in my inventory.
- Mayhem
- Posts: 144
- Joined: Fri Dec 04, 2009 4:45 pm
Re: Item Duplicate?
Use the same ID in the custom_etcitem table as the etcitem table.
The custom values will be used instead of the normal values.
The custom values will be used instead of the normal values.
Revolution burns within us all.


- J0Y
- Posts: 73
- Joined: Wed Dec 31, 2008 6:22 pm
Re: Item Duplicate?
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.
Just copy it to custom table as it is?
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;
- Mayhem
- Posts: 144
- Joined: Fri Dec 04, 2009 4:45 pm
Re: Item Duplicate?
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
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.

