Перейти к содержанию
Авторизация  
Maksum

Проблема С Ice-shopom (npc)

Рекомендуемые сообщения

сделай мой мультиселл, обзови его 999999 и кинь туда же. Посмотри, че получится

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Во второй файл (html), который выложил просто пропиши :

 

<html>
<title>Ice-Shop</title>
<body>
<td align=center><button value="Ice" action="bypass -h npc_%objectId%_multisell 999997" width=203 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
</html>

 

Рестартани серв и посмотри. Если открыл мультиселл - значит в твоих косяк.

вот это поставил... а он мне епти не армор продает а всякую хню.... т.к админ (форума) сказал поменять ид... я поменял

и терь всякую хню продает.... даже в MySQL залил те иды что бы пухи продавались... а х** тама

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

кароч дино "древний меч' Двуручный редкий .

 

да ?

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Ну вот создай файлик 999997.xml, запихай его в папку data\multisell

 

В файлик пропиши :

<?xml version='1.0' encoding='utf-8'?>

<list>
<!-- dynasty ancient sword - great gale -->
<item id="1">
<ingredient id="4357" count="45" enchant="0"/>
<production id="11243" count="1" enchant="0"/>
</item>
</list>

 

да блин !! почему его 'Древний меч' видит а мою Аватар пуху нет ????

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Криво добавил значит, поэтому и не видит

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

вот скажите что тута не правильно ? 1 пуха видится а несколько нет ! что за бред ?

 

Скрытый текст
<?xml version='1.0' encoding='utf-8'?>

 

<list>

<!-- Avatar Cutter -->

<item id="0">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50000" count="1"/>

</item>

<list>

<!-- Avatar Slasher -->

<item id="1">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50001" count="1"/>

</item>

<list>

<!-- Avatar Burster -->

<item id="2">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50002" count="1"/>

</item>

<list>

<!-- Avatar Shaper -->

<item id="3">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50003" count="1"/>

</item>

<list>

<!-- Avatar Fighter -->

<item id="4">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50004" count="1"/>

</item>

<list>

<!-- Avatar Stormer -->

<item id="5">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50005" count="1"/>

</item>

<list>

<!-- Avatar Avenger -->

<item id="6">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50006" count="1"/>

</item>

<list>

<!-- Avatar Retributer -->

<item id="7">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50007" count="1"/>

</item>

<list>

<!-- Avatar Casterr -->

<item id="8">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50008" count="1"/>

</item>

<list>

<!-- Avatar Singer -->

<item id="9">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50009" count="1"/>

</item>

<list>

<!-- Avatar Thrower -->

<item id="10">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50010" count="1"/>

</item>

<list>

<!-- Avatar Pincer -->

<item id="11">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50011" count="1"/>

</item>

<list>

<!-- Avatar Shutze -->

<item id="12">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50012" count="1"/>

</item>

<list>

<!-- Avatar Nagan -->

<item id="13">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50013" count="1"/>

</item>

<list>

<!-- Avatar Verteidiger -->

<item id="14">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50014" count="1"/>

</item>

</list>

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

да блин Пробывал я с 1 все равно хня таже.... с 1 пушкой все норм а как ставлю все то пздц какой то

 

 

с 0 тоже можно ибо у меня в другой сборе все на 0 начиналось и все ок было

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Тег <list> должен быть только в начале, а у тебя он после каждой вещи. Вот правильный мультиселл:

Скрытый текст

<?xml version='1.0' encoding='utf-8'?>

<list>
<!-- Avatar Cutter -->
<item id="1">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50000" count="1"/>
</item>

<!-- Avatar Slasher -->
<item id="2">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50001" count="1"/>
</item>

<!-- Avatar Burster -->
<item id="3">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50002" count="1"/>
</item>

<!-- Avatar Shaper -->
<item id="4">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50003" count="1"/>
</item>

<!-- Avatar Fighter -->
<item id="5">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50004" count="1"/>
</item>

<!-- Avatar Stormer -->
<item id="6">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50005" count="1"/>
</item>

<!-- Avatar Avenger -->
<item id="7">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50006" count="1"/>
</item>

<!-- Avatar Retributer -->
<item id="8">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50007" count="1"/>
</item>

<!-- Avatar Casterr -->
<item id="9">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50008" count="1"/>
</item>

<!-- Avatar Singer -->
<item id="10">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50009" count="1"/>
</item>

<!-- Avatar Thrower -->
<item id="11">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50010" count="1"/>
</item>

<!-- Avatar Pincer -->
<item id="12">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50011" count="1"/>
</item>

<!-- Avatar Shutze -->
<item id="13">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50012" count="1"/>
</item>

<!-- Avatar Nagan -->
<item id="14">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50013" count="1"/>
</item>

<!-- Avatar Verteidiger -->
<item id="15">
<ingredient id="4355" count="3"/>
<ingredient id="4356" count="400"/>
<ingredient id="4357" count="5000"/>
<production id="50014" count="1"/>
</item>

</list>

 

И сборок где мультисел начинается с 0 я ещё не видел, не знаю где ты такую откопал, лучше делай с 1 и не будит никаких проблем.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Админ ты шо смеешься ?? я не такой нуб что бы в ету туфту поверить....</item> - закрылся.. патом идет новая вещь и она должна открыватся ето как <list>

 

а сборку я нашл вроде бы у вас на сайте =) СКАЗКА знакомая такая сборка ? вот только рев не помню какой =(

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Мда, мне тебя жаль если у тебя в мультиселах ид начинается с 0 и каждая вещь отделяется тегом <list>.

А раз уж ты такой умный, что мои ответы для тебя "Туфта" то может вообще ну его? Сам решай свои проблемы. И только потом не создавай темы с жалобами на админов, что все тебя унижают и игнорят...

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

ой ой обиделся Админушка =( ДА Я БЫЛ НЕ ПРАВ И Я ИСКРЕННИ ИЗВИНЯЮСЬ !!!

 

НУ ТЫ ТОЖЕ ХОРОШ =) Я ТЕ ОТВЕЧАЮ ЕПТИ ЧТО НА СБОРКАХ СКАЗКИ У МЕНЯ ВСЕ ЧТО Я СТАВИЛ НАЧИНАЛОСЬ С 0 И ОТДЕЛЯЛАСЬ <list> и все работало.

 

надо было вот так вот делать

 

<?xml version='1.0' encoding='utf-8'?>

 

<list>

<!-- Avatar Cutter -->

<item id="1">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50000" count="1"/>

</item>

<!-- Avatar Slasher -->

<item id="2">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50001" count="1"/>

</item>

<!-- Avatar Burster -->

<item id="3">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50002" count="1"/>

</item>

<!-- Avatar Shaper -->

<item id="4">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50003" count="1"/>

</item>

<!-- Avatar Fighter -->

<item id="5">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50004" count="1"/>

</item>

<!-- Avatar Stormer -->

<item id="6">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50005" count="1"/>

</item>

<!-- Avatar Avenger -->

<item id="7">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50006" count="1"/>

</item>

<!-- Avatar Retributer -->

<item id="8">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50007" count="1"/>

</item>

<!-- Avatar Casterr -->

<item id="9">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50008" count="1"/>

</item>

<!-- Avatar Singer -->

<item id="10">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50009" count="1"/>

</item>

<!-- Avatar Thrower -->

<item id="11">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50010" count="1"/>

</item>

<!-- Avatar Pincer -->

<item id="12">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50011" count="1"/>

</item>

<!-- Avatar Shutze -->

<item id="13">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50012" count="1"/>

</item>

<!-- Avatar Nagan -->

<item id="14">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50013" count="1"/>

</item>

<!-- Avatar Verteidiger -->

<item id="15">

<ingredient id="4355" count="3"/>

<ingredient id="4356" count="400"/>

<ingredient id="4357" count="5000"/>

<production id="50014" count="1"/>

</item>

</list>

 

П.с мб каму пригодится =)

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

ах "Спасибо" нажал всем кто тута писал старание =)

 

Тему можно Закрыть.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

<strong class='bbc'>Автоматическое сообщение</strong><br /><br /><br />Эта тема была перемещена из "Форум для новичков" в "Решенные проблемы".

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
Гость
Эта тема закрыта для публикации ответов.
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...