11.08.2017, 15:01 | #1 |
Спонсор Арены
|
Обмен Неистовой Таути(FIXED)
[09.08.17 23:30:51:810] INFO gameserver.GameServer: =================================================
[09.08.17 23:30:51:813] INFO gameserver.GameServer: Project Revision: ........ L2s [31028] [09.08.17 23:30:51:813] INFO gameserver.GameServer: Build Revision: .......... 11279 [09.08.17 23:30:51:813] INFO gameserver.GameServer: Update: .................. Grand Crusade [09.08.17 23:30:51:813] INFO gameserver.GameServer: Build date: .............. 2017.08.06 23:20 [09.08.17 23:30:51:813] INFO gameserver.GameServer: Compiler version: ........ 1.8.0_144-b01 (Oracle Corporation) [09.08.17 23:30:51:814] INFO gameserver.GameServer: ================================================= 32615.htm Код:
<html><head><body> Мастер Ишума:<br> Кузнецы Маммона не правы. Люди должны подстраиваться под мир, а не мир под людей! Кузнец должен подстраиваться под железо, если же он будет ковать как попало, то никогда не выкует ничего стоящего!<br> Говорите, если сесть здесь на корабль, то можно добраться до Грации? В Черной Наковальне не так много мастеров, умеющих работать с изделиями из Грации. Даже при наличии всех необходимых навыков это огромная ответственность, которая не всем по зубам. Хотя Кузнецы Маммона способны на это...<br> К счастью, у меня достаточно навыков. Раз уж Вы здесь оказались, думаю, я смогу Вас порадовать. Итак, что Вам угодно?<br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 672">Снять печать с доспехов</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 673">Снять печать с аксессуаров</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 674">Усилить доспехи Венеры </Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 710">Снять редкие опции с редких предметов</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 711">Изменить владельца лучших Доспехов Династии</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 866">Изготовить или усилить оружие Таути</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 868">Кристаллизация оружия Таути</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 877">Обменять Маленькие Осколки Неистового Таути</Button> <Button ALIGN=LEFT ICON="QUEST" action="bypass -h talk_select">Квест</Button> </body></html> Код:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE list SYSTEM "multisell.dtd"> <list> <config no_tax="true"/> <item> <production id="34998" count="1"/> <!--Tauti's One-handed Axe--> <ingredient id="35667" count="10"/> <!--Tauti's Fragment--> <ingredient id="17371" count="17952"/> <!--Crystal (R-grade)--> <ingredient id="19440" count="1496"/> <!--Gemstone (R-grade)--> </item> <item> <production id="34999" count="1"/> <!--Tauti's Axe--> <ingredient id="35667" count="10"/> <!--Tauti's Fragment--> <ingredient id="17371" count="17952"/> <!--Crystal (R-grade)--> <ingredient id="19440" count="1496"/> <!--Gemstone (R-grade)--> </item> <item> <production id="35001" count="1"/> <!--Tauti's Dual Axe--> <ingredient id="35667" count="10"/> <!--Tauti's Fragment--> <ingredient id="17371" count="17952"/> <!--Crystal (R-grade)--> <ingredient id="19440" count="1496"/> <!--Gemstone (R-grade)--> </item> <!--Frenzied TAUTI--> <item> <production id="47868" count="1"/> <!--Tauti's One-handed Axe Frenzied--> <ingredient id="34998" count="1"/> <!--Tauti's One-handed Axe--> <ingredient id="47888" count="5"/> <!--Tauti's Crystal New--> <ingredient id="36515" count="15"/> <!--Elsium--> <ingredient id="47884" count="1"/> <!--Gemstone (R-grade)--> </item> <item> <production id="47867" count="1"/> <!--Tauti's Axe Frenzied--> <ingredient id="34999" count="1"/> <!--Tauti's Axe--> <ingredient id="47888" count="5"/> <!--Tauti's Crystal New--> <ingredient id="36515" count="15"/> <!--Elsium--> <ingredient id="47884" count="1"/> <!--Gemstone (R-grade)--> </item> <item> <production id="47869" count="1"/> <!--Tauti's Dual Axe Frenzied--> <ingredient id="35001" count="1"/> <!--Tauti's Dual Axe--> <ingredient id="47888" count="5"/> <!--Tauti's Crystal New--> <ingredient id="36515" count="15"/> <!--Elsium--> <ingredient id="47884" count="1"/> <!--Gemstone (R-grade)--> </item> </list> Код:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE list SYSTEM "multisell.dtd"> <list> <config no_tax="true" type="CHANCED"/> <item> <ingredient id="34998" count="1"/> <!--Tauti's One-handed Axe--> <production id="47888" count="1" chance="40"/> <!--Tauti's Fragment--> <production id="47888" count="2" chance="30"/> <!--Tauti's Fragment--> <production id="47888" count="3" chance="10"/> <!--Tauti's Fragment--> </item> <item> <ingredient id="34999" count="1"/> <!--Tauti's Axe--> <production id="47888" count="1" chance="40"/> <!--Tauti's Fragment--> <production id="47888" count="2" chance="30"/> <!--Tauti's Fragment--> <production id="47888" count="3" chance="10"/> <!--Tauti's Fragment--> </item> <item> <ingredient id="35001" count="1"/> <!--Tauti's Dual Axe--> <production id="47888" count="1" chance="40"/> <!--Tauti's Fragment--> <production id="47888" count="2" chance="30"/> <!--Tauti's Fragment--> <production id="47888" count="3" chance="10"/> <!--Tauti's Fragment--> </item> </list> Код:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE list SYSTEM "multisell.dtd"> <list> <config no_tax="true"/> <item> <ingredient id="28490" count="10"/> <!--First Fragment--> <production id="47884" count="1"/> <!--Second Fragment--> </item> </list>
__________________
|