Перейти к содержимому
La2Base
Главная
ЗагрузкиВикиФорумFAQ
ruen
Регистрация Войти
ГлавнаяФайлыВикиВойти
  • Главная
  • Загрузки
  • Вики
  • FAQ
  • Обратная связь
  • О проекте
  • Правила
  • Конфиденциальность
  • Условия использования

© 2026 la2base.com · Все права защищены

ruen
Форум/Форум для новичков[JAVA]/[question] Dyes Seller
Поиск

[question] Dyes Seller

5 ответов74 просмотровСейчас просматривают: 1
I
irakli

Пользователь

Участник

Постов: 64

На форуме с: 13.06.2009

Рейтинг: 0

· 18.06.2009, 11:24

сборка - la2base 1.1.7 interlude

я хочу dyes seller для етои сборки или ИД етих симболов.

и ешё когдо начнётся твт чтоби двери закривали.

0
Дмитрий
Дмитрий

Пользователь

Участник

Постов: 83

На форуме с: 02.05.2009

Репутация: +48

Рейтинг: 0

· 18.06.2009, 11:35

в игре клацаеш Alt+G вводиш ид вещи и нажимаеш найти вещь, таким оброзом состовляеш мульти селл
твт - в конфигах файл additions самая последняя сторка там нащет дверей твт

-

0
I
irakli

Пользователь

Участник

Постов: 64

На форуме с: 13.06.2009

Рейтинг: 0

· 18.06.2009, 12:00

и что надо написать там? я написал true но не работает

0
Ксю
Ксю

Пользователь

Бывалый

Постов: 314

На форуме с: 18.05.2008

Репутация: +210

Рейтинг: 0

· 18.06.2009, 12:29

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

<list maintainEnchantment="true">

  <!-- Greater Dye of CON <Con+4 Dex-4> -->
  <item id="1">
    <ingredient id="57" count="100000000"/>
    <production id="4616" count="10"/>
  </item>

  <!-- Greater Dye of CON <Con+4 Str-4> -->
  <item id="2">
    <ingredient id="57" count="100000000"/>
    <production id="4615" count="10"/>
  </item>

  <!-- Greater Dye of DEX <Dex+4 Str-4> -->
  <item id="3">
    <ingredient id="57" count="100000000"/>
    <production id="4617" count="10"/>
  </item>

  <!-- Greater Dye of DEX <Dex+4 Con-4> -->
  <item id="4">
    <ingredient id="57" count="100000000"/>
    <production id="4618" count="10"/>
  </item>

  <!-- Greater Dye of INT <Int+4 Wit-4> -->
  <item id="5">
    <ingredient id="57" count="100000000"/>
    <production id="4620" count="10"/>
  </item>

  <!-- Greater Dye of INT <Int+4 Men-4> -->
  <item id="6">
    <ingredient id="57" count="100000000"/>
    <production id="4619" count="10"/>
  </item>

  <!-- Greater Dye of MEN <Men+4 Wit-4> -->
  <item id="7">
    <ingredient id="57" count="100000000"/>
    <production id="4622" count="10"/>
  </item>

  <!-- Greater Dye of MEN <Men+4 Int-4> -->
  <item id="8">
    <ingredient id="57" count="100000000"/>
    <production id="4621" count="10"/>
  </item>

  <!-- Greater Dye of STR <Str+4 Dex-4> -->
  <item id="9">
    <ingredient id="57" count="100000000"/>
    <production id="4614" count="10"/>
  </item>

  <!-- Greater Dye of STR <Str+4 Con-4> -->
  <item id="10">
    <ingredient id="57" count="100000000"/>
    <production id="4613" count="10"/>
  </item>

  <!-- Greater Dye of WIT <Wit+4 Int-4> -->
  <item id="11">
    <ingredient id="57" count="100000000"/>
    <production id="4623" count="10"/>
  </item>

  <!-- Greater Dye of WIT <Wit+4 Men-4> -->
  <item id="12">
    <ingredient id="57" count="100000000"/>
    <production id="4624" count="10"/>
  </item>

  <!-- Greater Dye of CON <Con+1 Dex-1> -->
  <item id="13">
    <ingredient id="57" count="50000000"/>
    <production id="4556" count="10"/>
  </item>

  <!-- Greater Dye of CON <Con+1 Str-1> -->
  <item id="14">
    <ingredient id="57" count="50000000"/>
    <production id="4555" count="10"/>
  </item>

  <!-- Greater Dye of DEX <Dex+1 Con-1> -->
  <item id="15">
    <ingredient id="57" count="50000000"/>
    <production id="4558" count="10"/>
  </item>

  <!-- Greater Dye of DEX <Dex+1 Str-1> -->
  <item id="16">
    <ingredient id="57" count="50000000"/>
    <production id="4557" count="10"/>
  </item>

  <!-- Greater Dye of INT <Int+1 Men-1> -->
  <item id="17">
    <ingredient id="57" count="50000000"/>
    <production id="4559" count="10"/>
  </item>

  <!-- Greater Dye of INT <Int+1 Wit-1> -->
  <item id="18">
    <ingredient id="57" count="50000000"/>
    <production id="4560" count="10"/>
  </item>

  <!-- Greater Dye of MEN <Men+1 Int-1> -->
  <item id="19">
    <ingredient id="57" count="50000000"/>
    <production id="4561" count="10"/>
  </item>

  <!-- Greater Dye of MEN <Men+1 Wit-1> -->
  <item id="20">
    <ingredient id="57" count="50000000"/>
    <production id="4562" count="10"/>
  </item>

  <!-- Greater Dye of STR <Str+1 Con-1> -->
  <item id="21">
    <ingredient id="57" count="50000000"/>
    <production id="4553" count="10"/>
  </item>

  <!-- Greater Dye of STR <Str+1 Dex-1> -->
  <item id="22">
    <ingredient id="57" count="50000000"/>
    <production id="4554" count="10"/>
  </item>

  <!-- Greater Dye of WIT <Wit+1 Int-1> -->
  <item id="23">
    <ingredient id="57" count="50000000"/>
    <production id="4563" count="10"/>
  </item>

  <!-- Greater Dye of WIT <Wit+1 Men-1> -->
  <item id="24">
    <ingredient id="57" count="50000000"/>
    <production id="4564" count="10"/>
  </item>


</list>

где count="50000000" -это цена.id="57"-ид Адены. ну думаю знаешь...

0
I
irakli

Пользователь

Участник

Постов: 64

На форуме с: 13.06.2009

Рейтинг: 0

· 18.06.2009, 13:43

спасибо

0
Тема закрыта для ответов