Problem multisell enchant lvl

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
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Problem multisell enchant lvl

Post by babyjason »

If you want to receive support we need this info to help you properly.
» 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>
any ideea what i m doing wrong?
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Re: Problem multisell enchant lvl

Post by Starter »

Is that even done server-side? No errors in the server log when you start the server after adding the enchant addon(s)?
I have promises to keep and miles to go before I sleep.
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Problem multisell enchant lvl

Post by babyjason »

Starter wrote:Is that even done server-side? No errors in the server log when you start the server after adding the enchant addon(s)?
ofc no errors. there are lots of multisells wich have enchant = 0 in them with default l2j also, that s why i m surprised it doesent work.
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Re: Problem multisell enchant lvl

Post by Starter »

Hmm.. wierd, dont remember a default l2j multisell file which has this but anyways, searched the forum and found this patch but I dont know if it works as it should. Try it. :)

viewtopic.php?f=73&t=21163&p=131167&hil ... nt#p121736
I have promises to keep and miles to go before I sleep.
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Problem multisell enchant lvl

Post by babyjason »

nice patch, but i see it s since 2010, before epilogue...

check freya 4205085.xml multisell, u ll see there is enchant = 0 that s why i suppose freya server has it allready implemented, and if not ,what is enchant = 0 used for ?!
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Re: Problem multisell enchant lvl

Post by Starter »

babyjason wrote:nice patch, but i see it s since 2010, before epilogue...

check freya 4205085.xml multisell, u ll see there is enchant = 0 that s why i suppose freya server has it allready implemented, and if not ,what is enchant = 0 used for ?!
This file is nonexistant in the default l2j multisell files - at least in Freya, didnt check H5..

http://trac.l2jdp.com/browser/trunk/L2J ... /multisell
I have promises to keep and miles to go before I sleep.
Post Reply