Где 1000 это ваша XML таблица в C:\server\gameserver\data\multisell\
В ней размещены все ИД,цены вещей которые будут продаватся именно в разделе "Soski"(это сс и бсс) Итак, половина работы выполнена.
Далее. Открываем \gameserver\data\multisell\
И приступаем к добавлению вещей
(Я расскажу на примере "Soski", а дальше вы уже сами ищите ИД.)
Делаем копию любого файла из папки в любое удобное место. Открываем его, удаляем все, что там есть, и вписываем это:
<?xml version='1.0' encoding='utf-8'?>
<!-- Store: ss/sps/bsps DCBA -->
<list>
<!-- [SoulShots D Grade] for [Adena] -->
<item id="1">
<ingredient id="57" count="25" enchant="0"/>
<production id="1463" count="1" enchant="0"/>
</item>
<!-- [SoulShots C Grade] for [Adena] -->
<item id="2">
<ingredient id="57" count="60" enchant="0"/>
<production id="1464" count="1" enchant="0"/>
</item>
<!-- [SoulShots B Grade] for [Adena] -->
<item id="3">
<ingredient id="57" count="90" enchant="0"/>
<production id="1465" count="1" enchant="0"/>
</item>
<!-- [SoulShots A Grade] for [Adena] -->
<item id="4">
<ingredient id="57" count="110" enchant="0"/>
<production id="1466" count="1" enchant="0"/>
</item>
<!-- [SpiritShots D Grade] for [Adena] -->
<item id="5">
<ingredient id="57" count="100" enchant="0"/>
<production id="2510" count="1" enchant="0"/>
</item>
<!-- [SpiritShots C Grade] for [Adena] -->
<item id="6">
<ingredient id="57" count="190" enchant="0"/>
<production id="2511" count="1" enchant="0"/>
</item>
<!-- [SpiritShots B Grade] for [Adena] -->
<item id="7">
<ingredient id="57" count="260" enchant="0"/>
<production id="2512" count="1" enchant="0"/>
</item>
<!-- [SpiritShots A Grade] for [Adena] -->
<item id="8">
<ingredient id="57" count="310" enchant="0"/>
<production id="2513" count="1" enchant="0"/>
</item>
<!-- [Blessed SpiritShots D Grade] for [Adena] -->
<item id="9">
<ingredient id="57" count="110" enchant="0"/>
<production id="3948" count="1" enchant="0"/>
</item>
<!-- [Blessed SpiritShots C Grade] for [Adena] -->
<item id="10">
<ingredient id="57" count="220" enchant="0"/>
<production id="3949" count="1" enchant="0"/>
</item>
<!-- [Blessed SpiritShots B Grade] for [Adena] -->
<item id="11">
<ingredient id="57" count="310" enchant="0"/>
<production id="3950" count="1" enchant="0"/>
</item>
<!-- [Blessed SpiritShots A Grade] for [Adena] -->
<item id="12">
<ingredient id="57" count="380" enchant="0"/>
<production id="3948" count="1" enchant="0"/>
</item>
<!-- [SpiritShots No-Grade] for [Adena] -->
<item id="14">
<ingredient id="57" count="40" enchant="0"/>
<production id="2509" count="1" enchant="0"/>
</item>
<!-- [Blessed SpiritShots No-Grade] for [Adena] -->
<item id="15">
<ingredient id="57" count="60" enchant="0"/>
<production id="3947" count="1" enchant="0"/>
</item>
</list>