[question] Dyes Seller
5 replies73 viewsCurrently viewing: 1
· 06/18/2009, 11:24 AM
сборка - la2base 1.1.7 interlude
я хочу dyes seller для етои сборки или ИД етих симболов.
и ешё когдо начнётся твт чтоби двери закривали.
0
· 06/18/2009, 11:35 AM
в игре клацаеш Alt+G вводиш ид вещи и нажимаеш найти вещь, таким оброзом состовляеш мульти селл
твт - в конфигах файл additions самая последняя сторка там нащет дверей твт
-
0
· 06/18/2009, 12:29 PM
Код
<?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>
<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
Topic is closed for replies


