08-06-2010, 02:49 PM
Увидели хороший ассортимент в ГМ шопе Админки? Или же в каком то гм шопе написанный в merchant_buylist?
А там аж +100 вещей надо перекидывать!?
Не такуж и страшно. С помощью моей услуги, я вам могу перевести из merchant_buylist (mysql) в multisell (xml) всего за 2$.
Пример:
я через 2 минуты выдаю вам такой вариант:
ИД Ингридиента можете указать другой.
Цены (count) Вы будете указывать сами.
Цена услуги 1$ 1 xml
(Всё зависит от его величины).
Имеется Атестат webmoney с BL: 15 (Еще не вечер )
Мой Сайт: http://l2setup.ru/
Контактные Данные в профиле или в подписе .
// Я тут новичек, если что то нарушил, отпишите в пм чтоб я смог исправиться. //
А там аж +100 вещей надо перекидывать!?
Не такуж и страшно. С помощью моей услуги, я вам могу перевести из merchant_buylist (mysql) в multisell (xml) всего за 2$.
Пример:
Открыть спойлер
До моей обработки
INSERT INTO `merchant_buylists` (`item_id`,`price`,`shop_id`,`order`) VALUES
-- (GM-Shop) S Grade Recipes
(6847,0,9941,1),
(6848,0,9941,2),
(6849,0,9941,3),
(6850,0,9941,4),
(6851,0,9941,5),
(6852,0,9941,6),
(6853,0,9941,7),
(6854,0,9941,8),
(6855,0,9941,9),
(6856,0,9941,10),
(6857,0,9941,11),
(6858,0,9941,12),
(6859,0,9941,13),
(6860,0,9941,14),
(6861,0,9941,15),
(6862,0,9941,16),
(6863,0,9941,17),
(6864,0,9941,18),
(6865,0,9941,19),
(6866,0,9941,20),
(6867,0,9941,21),
(6868,0,9941,22),
(6869,0,9941,23),
(6870,0,9941,24),
(6871,0,9941,25),
(6872,0,9941,26),
(6873,0,9941,27),
(6874,0,9941,28),
(6875,0,9941,29),
(6876,0,9941,30),
(6877,0,9941,31),
(6878,0,9941,32),
(6879,0,9941,33),
(6880,0,9941,34),
(6881,0,9941,35),
(6882,0,9941,36),
(6883,0,9941,37),
(6884,0,9941,38),
(6885,0,9941,39),
(6886,0,9941,40),
(6887,0,9941,41),
(6888,0,9941,42),
(6889,0,9941,43),
(6890,0,9941,44),
(6891,0,9941,45),
(6892,0,9941,46),
(6893,0,9941,47),
(6894,0,9941,48),
(6895,0,9941,49),
(6896,0,9941,50),
(6897,0,9941,51),
(6898,0,9941,52),
(6899,0,9941,53),
(6900,0,9941,54),
(7580,0,9941,55),
(7581,0,9941,56),
(13100,0,9941,57),
(13101,0,9941,58);
INSERT INTO `merchant_buylists` (`item_id`,`price`,`shop_id`,`order`) VALUES
-- (GM-Shop) S Grade Recipes
(6847,0,9941,1),
(6848,0,9941,2),
(6849,0,9941,3),
(6850,0,9941,4),
(6851,0,9941,5),
(6852,0,9941,6),
(6853,0,9941,7),
(6854,0,9941,8),
(6855,0,9941,9),
(6856,0,9941,10),
(6857,0,9941,11),
(6858,0,9941,12),
(6859,0,9941,13),
(6860,0,9941,14),
(6861,0,9941,15),
(6862,0,9941,16),
(6863,0,9941,17),
(6864,0,9941,18),
(6865,0,9941,19),
(6866,0,9941,20),
(6867,0,9941,21),
(6868,0,9941,22),
(6869,0,9941,23),
(6870,0,9941,24),
(6871,0,9941,25),
(6872,0,9941,26),
(6873,0,9941,27),
(6874,0,9941,28),
(6875,0,9941,29),
(6876,0,9941,30),
(6877,0,9941,31),
(6878,0,9941,32),
(6879,0,9941,33),
(6880,0,9941,34),
(6881,0,9941,35),
(6882,0,9941,36),
(6883,0,9941,37),
(6884,0,9941,38),
(6885,0,9941,39),
(6886,0,9941,40),
(6887,0,9941,41),
(6888,0,9941,42),
(6889,0,9941,43),
(6890,0,9941,44),
(6891,0,9941,45),
(6892,0,9941,46),
(6893,0,9941,47),
(6894,0,9941,48),
(6895,0,9941,49),
(6896,0,9941,50),
(6897,0,9941,51),
(6898,0,9941,52),
(6899,0,9941,53),
(6900,0,9941,54),
(7580,0,9941,55),
(7581,0,9941,56),
(13100,0,9941,57),
(13101,0,9941,58);
Открыть спойлер
после моей обработки
<?xml version="1.0" encoding="UTF-8"?>
<!-- S Grade Repices -->
<list>
<item id="1">
<ingredient id="57" count="1" />
<production id="6847" count="1" />
</item>
<item id="2">
<ingredient id="57" count="1" />
<production id="6848" count="1" />
</item>
<item id="3">
<ingredient id="57" count="1" />
<production id="6849" count="1" />
</item>
<item id="4">
<ingredient id="57" count="1" />
<production id="6850" count="1" />
</item>
<item id="5">
<ingredient id="57" count="1" />
<production id="6851" count="1" />
</item>
<item id="6">
<ingredient id="57" count="1" />
<production id="6852" count="1" />
</item>
<item id="7">
<ingredient id="57" count="1" />
<production id="6853" count="1" />
</item>
<item id="8">
<ingredient id="57" count="1" />
<production id="6854" count="1" />
</item>
<item id="9">
<ingredient id="57" count="1" />
<production id="6855" count="1" />
</item>
<item id="10">
<ingredient id="57" count="1" />
<production id="6856" count="1" />
</item>
<item id="11">
<ingredient id="57" count="1" />
<production id="6857" count="1" />
</item>
<item id="12">
<ingredient id="57" count="1" />
<production id="6858" count="1" />
</item>
<item id="13">
<ingredient id="57" count="1" />
<production id="6859" count="1" />
</item>
<item id="14">
<ingredient id="57" count="1" />
<production id="6860" count="1" />
</item>
<item id="15">
<ingredient id="57" count="1" />
<production id="6861" count="1" />
</item>
<item id="16">
<ingredient id="57" count="1" />
<production id="6862" count="1" />
</item>
<item id="17">
<ingredient id="57" count="1" />
<production id="6863" count="1" />
</item>
<item id="18">
<ingredient id="57" count="1" />
<production id="6864" count="1" />
</item>
<item id="19">
<ingredient id="57" count="1" />
<production id="6865" count="1" />
</item>
<item id="20">
<ingredient id="57" count="1" />
<production id="6866" count="1" />
</item>
<item id="21">
<ingredient id="57" count="1" />
<production id="6867" count="1" />
</item>
<item id="22">
<ingredient id="57" count="1" />
<production id="6868" count="1" />
</item>
<item id="23">
<ingredient id="57" count="1" />
<production id="6869" count="1" />
</item>
<item id="24">
<ingredient id="57" count="1" />
<production id="6870" count="1" />
</item>
<item id="25">
<ingredient id="57" count="1" />
<production id="6871" count="1" />
</item>
<item id="26">
<ingredient id="57" count="1" />
<production id="6872" count="1" />
</item>
<item id="27">
<ingredient id="57" count="1" />
<production id="6873" count="1" />
</item>
<item id="28">
<ingredient id="57" count="1" />
<production id="6874" count="1" />
</item>
<item id="29">
<ingredient id="57" count="1" />
<production id="6875" count="1" />
</item>
<item id="30">
<ingredient id="57" count="1" />
<production id="6876" count="1" />
</item>
<item id="31">
<ingredient id="57" count="1" />
<production id="6877" count="1" />
</item>
<item id="32">
<ingredient id="57" count="1" />
<production id="6878" count="1" />
</item>
<item id="33">
<ingredient id="57" count="1" />
<production id="6879" count="1" />
</item>
<item id="34">
<ingredient id="57" count="1" />
<production id="6880" count="1" />
</item>
<item id="35">
<ingredient id="57" count="1" />
<production id="6881" count="1" />
</item>
<item id="36">
<ingredient id="57" count="1" />
<production id="6882" count="1" />
</item>
<item id="37">
<ingredient id="57" count="1" />
<production id="6883" count="1" />
</item>
<item id="38">
<ingredient id="57" count="1" />
<production id="6884" count="1" />
</item>
<item id="39">
<ingredient id="57" count="1" />
<production id="6885" count="1" />
</item>
<item id="40">
<ingredient id="57" count="1" />
<production id="6886" count="1" />
</item>
<item id="41">
<ingredient id="57" count="1" />
<production id="6887" count="1" />
</item>
<item id="42">
<ingredient id="57" count="1" />
<production id="6888" count="1" />
</item>
<item id="43">
<ingredient id="57" count="1" />
<production id="6889" count="1" />
</item>
<item id="44">
<ingredient id="57" count="1" />
<production id="6890" count="1" />
</item>
<item id="45">
<ingredient id="57" count="1" />
<production id="6891" count="1" />
</item>
<item id="46">
<ingredient id="57" count="1" />
<production id="6892" count="1" />
</item>
<item id="47">
<ingredient id="57" count="1" />
<production id="6893" count="1" />
</item>
<item id="48">
<ingredient id="57" count="1" />
<production id="6894" count="1" />
</item>
<item id="49">
<ingredient id="57" count="1" />
<production id="6895" count="1" />
</item>
<item id="50">
<ingredient id="57" count="1" />
<production id="6896" count="1" />
</item>
<item id="51">
<ingredient id="57" count="1" />
<production id="6897" count="1" />
</item>
<item id="52">
<ingredient id="57" count="1" />
<production id="6898" count="1" />
</item>
<item id="53">
<ingredient id="57" count="1" />
<production id="6899" count="1" />
</item>
<item id="54">
<ingredient id="57" count="1" />
<production id="6900" count="1" />
</item>
<item id="55">
<ingredient id="57" count="1" />
<production id="7580" count="1" />
</item>
<item id="56">
<ingredient id="57" count="1" />
<production id="7581" count="1" />
</item>
<item id="57">
<ingredient id="57" count="1" />
<production id="13100" count="1" />
</item>
<item id="58">
<ingredient id="57" count="1" />
<production id="13101" count="1" />
</item>
</list>
<?xml version="1.0" encoding="UTF-8"?>
<!-- S Grade Repices -->
<list>
<item id="1">
<ingredient id="57" count="1" />
<production id="6847" count="1" />
</item>
<item id="2">
<ingredient id="57" count="1" />
<production id="6848" count="1" />
</item>
<item id="3">
<ingredient id="57" count="1" />
<production id="6849" count="1" />
</item>
<item id="4">
<ingredient id="57" count="1" />
<production id="6850" count="1" />
</item>
<item id="5">
<ingredient id="57" count="1" />
<production id="6851" count="1" />
</item>
<item id="6">
<ingredient id="57" count="1" />
<production id="6852" count="1" />
</item>
<item id="7">
<ingredient id="57" count="1" />
<production id="6853" count="1" />
</item>
<item id="8">
<ingredient id="57" count="1" />
<production id="6854" count="1" />
</item>
<item id="9">
<ingredient id="57" count="1" />
<production id="6855" count="1" />
</item>
<item id="10">
<ingredient id="57" count="1" />
<production id="6856" count="1" />
</item>
<item id="11">
<ingredient id="57" count="1" />
<production id="6857" count="1" />
</item>
<item id="12">
<ingredient id="57" count="1" />
<production id="6858" count="1" />
</item>
<item id="13">
<ingredient id="57" count="1" />
<production id="6859" count="1" />
</item>
<item id="14">
<ingredient id="57" count="1" />
<production id="6860" count="1" />
</item>
<item id="15">
<ingredient id="57" count="1" />
<production id="6861" count="1" />
</item>
<item id="16">
<ingredient id="57" count="1" />
<production id="6862" count="1" />
</item>
<item id="17">
<ingredient id="57" count="1" />
<production id="6863" count="1" />
</item>
<item id="18">
<ingredient id="57" count="1" />
<production id="6864" count="1" />
</item>
<item id="19">
<ingredient id="57" count="1" />
<production id="6865" count="1" />
</item>
<item id="20">
<ingredient id="57" count="1" />
<production id="6866" count="1" />
</item>
<item id="21">
<ingredient id="57" count="1" />
<production id="6867" count="1" />
</item>
<item id="22">
<ingredient id="57" count="1" />
<production id="6868" count="1" />
</item>
<item id="23">
<ingredient id="57" count="1" />
<production id="6869" count="1" />
</item>
<item id="24">
<ingredient id="57" count="1" />
<production id="6870" count="1" />
</item>
<item id="25">
<ingredient id="57" count="1" />
<production id="6871" count="1" />
</item>
<item id="26">
<ingredient id="57" count="1" />
<production id="6872" count="1" />
</item>
<item id="27">
<ingredient id="57" count="1" />
<production id="6873" count="1" />
</item>
<item id="28">
<ingredient id="57" count="1" />
<production id="6874" count="1" />
</item>
<item id="29">
<ingredient id="57" count="1" />
<production id="6875" count="1" />
</item>
<item id="30">
<ingredient id="57" count="1" />
<production id="6876" count="1" />
</item>
<item id="31">
<ingredient id="57" count="1" />
<production id="6877" count="1" />
</item>
<item id="32">
<ingredient id="57" count="1" />
<production id="6878" count="1" />
</item>
<item id="33">
<ingredient id="57" count="1" />
<production id="6879" count="1" />
</item>
<item id="34">
<ingredient id="57" count="1" />
<production id="6880" count="1" />
</item>
<item id="35">
<ingredient id="57" count="1" />
<production id="6881" count="1" />
</item>
<item id="36">
<ingredient id="57" count="1" />
<production id="6882" count="1" />
</item>
<item id="37">
<ingredient id="57" count="1" />
<production id="6883" count="1" />
</item>
<item id="38">
<ingredient id="57" count="1" />
<production id="6884" count="1" />
</item>
<item id="39">
<ingredient id="57" count="1" />
<production id="6885" count="1" />
</item>
<item id="40">
<ingredient id="57" count="1" />
<production id="6886" count="1" />
</item>
<item id="41">
<ingredient id="57" count="1" />
<production id="6887" count="1" />
</item>
<item id="42">
<ingredient id="57" count="1" />
<production id="6888" count="1" />
</item>
<item id="43">
<ingredient id="57" count="1" />
<production id="6889" count="1" />
</item>
<item id="44">
<ingredient id="57" count="1" />
<production id="6890" count="1" />
</item>
<item id="45">
<ingredient id="57" count="1" />
<production id="6891" count="1" />
</item>
<item id="46">
<ingredient id="57" count="1" />
<production id="6892" count="1" />
</item>
<item id="47">
<ingredient id="57" count="1" />
<production id="6893" count="1" />
</item>
<item id="48">
<ingredient id="57" count="1" />
<production id="6894" count="1" />
</item>
<item id="49">
<ingredient id="57" count="1" />
<production id="6895" count="1" />
</item>
<item id="50">
<ingredient id="57" count="1" />
<production id="6896" count="1" />
</item>
<item id="51">
<ingredient id="57" count="1" />
<production id="6897" count="1" />
</item>
<item id="52">
<ingredient id="57" count="1" />
<production id="6898" count="1" />
</item>
<item id="53">
<ingredient id="57" count="1" />
<production id="6899" count="1" />
</item>
<item id="54">
<ingredient id="57" count="1" />
<production id="6900" count="1" />
</item>
<item id="55">
<ingredient id="57" count="1" />
<production id="7580" count="1" />
</item>
<item id="56">
<ingredient id="57" count="1" />
<production id="7581" count="1" />
</item>
<item id="57">
<ingredient id="57" count="1" />
<production id="13100" count="1" />
</item>
<item id="58">
<ingredient id="57" count="1" />
<production id="13101" count="1" />
</item>
</list>
ИД Ингридиента можете указать другой.
Цены (count) Вы будете указывать сами.
Цена услуги 1$ 1 xml
(Всё зависит от его величины).
Имеется Атестат webmoney с BL: 15 (Еще не вечер )
Мой Сайт: http://l2setup.ru/
Контактные Данные в профиле или в подписе .
// Я тут новичек, если что то нарушил, отпишите в пм чтоб я смог исправиться. //