Page 1 of 1

Multisell from Community Board

Posted: Fri Nov 07, 2014 12:48 am
by Berkas
Hello, seems everything allright, from Community Board I can open multisell deleting just <npcs>, BUT problem is I don't see anything, just blank page, where my items?
No errors and so on.

Multisell:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">    <item>        <!-- Adena -->        <ingredient count="30000" id="57" />        <!-- Fire Potion -->        <production count="1" id="9997" />    </item></list>
FIXED, just changed separateAndSend from true to false;)