Multisell strange problem

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
Anakin666
Posts: 8
Joined: Wed Aug 13, 2008 3:18 pm

Multisell strange problem

Post by Anakin666 »

ok so inside a multisell i had this

Code: Select all

  <!-- Event - Black Crystal Cube Fragment -->  <item id="1">    <ingredient id="4037" count="600"/>    <production id="14738" count="1"/>  </item>
and i just added another ingredient like this

Code: Select all

  <!-- Event - Black Crystal Cube Fragment -->  <item id="1">    <ingredient id="4037" count="600"/>    <ingredient id="forgot id" count="600"/>    <production id="14738" count="1"/>  </item>
and when i tried to see if it works it says that it cant find the list with id 99993 (the multisell xml for these things)


it worked before changing,but now it doesnt,and i changed it back as it was and it still says that the id is missing


what the hell did i do ,i dont really get it ,any help?
Anakin666
Posts: 8
Joined: Wed Aug 13, 2008 3:18 pm

Re: Multisell strange problem

Post by Anakin666 »

fixed,you can close this,and for all those that didnt know the answer is -> you need UTF-8 Encoding (open xml with notepad,save as ,encoding utf-8)
Post Reply