» Find Revision
L2J Revision Number:4417
L2JDP Revision Number:7666
Hello, i have a problem, i want to trade for exemple 2 weapons vesper dual sword, code 52, and obtain 1 vesper dual sword +3
this is the code i use , but it doesent work, i obtain clean dual sword, not enchanted
Code: Select all
<?xml version='1.0' encoding='utf-8'?> <list><item id="1"><ingredient id="52" count="2" enchant="0"/><production id="52" count="1" enchant="3"/></item> </list>