Ir para conteúdo
  • Cadastre-se
  • 0

(Resolvido) Como fazer o NPC entregar um item comprado com o mesmo encatamento que o item que foi usado para compra-lo?


bullraider

Pergunta

4 respostass a esta questão

Posts recomendados

  • 1
16 minutos atrás, bullraider disse:

Vlw mano deu certo, porem com uma coisa estranha, quando eu estou com o item INGREDIENT no Inventario o item Produto no NPC é mostrado normalmente, porem se eu nao tiver o Item INGREDIENT no inventario, o NPC nao mostra nada... olhe as imagens abaixo, uma com a bota no inventario e a outra sem a bota no inventario... :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

É assim mesmo amigo, dessa forma so vai aparecer o item se vc tiver o item cobrado na bag, experimeta remover o exc do html npc_%objectId%_exc_multisell

Ficando assim npc_%objectId%_multisell

Ficando assim os itens vão sempre estar a mostra porém não me recordo se ira entregar o item jah enchantado mas testa pra ver

asinaturaskull.jpg
Link para o comentário
Compartilhar em outros sites


  • 0
3 minutos atrás, bullraider disse:

Queria saber, como fazer para que o NPC mantenha o encantamento de um item apos ser colocado SA.

Ex: se eu colocar no meu NPC para colocar SA em uma Arma e ela estiver +10, ela volta com SA porem +0, como fazer para que o npc devolva o ITEM com o mesmo encantamento?

vc tera que mudar tanto o html do npc quanto a multisell

 

no htm vai estar assim

a action="bypass -h npc_%objectId%_multisell 9164"

e deve ficar assim

bypass -h npc_%objectId%_exc_multisell 9164

 

ja na multisel vc deve  adicionair os seguintes parametros

sua multisell deve começar assim

<list maintainEnchantment="true">

 

Citar

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

<!-- Created with Lineage II - Multisell Manager -->
<!-- © 2007 by tReXpert -->

<list maintainEnchantment="true">

  <!-- Weapon -->
  <!-- C -->
  <!-- Samurai Longsword - Critical Damage -->
  <item id="1">
    <ingredient id="135" count="1"/>
    <production id="4709" count="1"/>
  </item>

  <!-- Samurai Longsword - Focus -->
  <item id="2">
    <ingredient id="135" count="1"/>
    <production id="4708" count="1"/>
  </item>

  <!-- Samurai Longsword - Haste -->
  <item id="3">
    <ingredient id="135" count="1"/>
    <production id="4710" count="1"/>
  </item>

  <!-- Eminence Bow - Cheap Shot -->
  <item id="4">
    <ingredient id="286" count="1"/>
    <production id="4824" count="1"/>
  </item>

  <!-- Eminence Bow - Guidance -->
  <item id="5">
    <ingredient id="286" count="1"/>
    <production id="4822" count="1"/>
  </item>

  <!-- Eminence Bow - Miser -->
  <item id="6">
    <ingredient id="286" count="1"/>
    <production id="4823" count="1"/>
  </item>

  <!-- Crystal Dagger - Critical Bleed -->
  <item id="7">
    <ingredient id="228" count="1"/>
    <production id="4774" count="1"/>
  </item>

  <!-- Crystal Dagger - Critical Damage -->
  <item id="8">
    <ingredient id="228" count="1"/>
    <production id="6358" count="1"/>
  </item>

  <!-- Crystal Dagger - Mortal Strike -->
  <item id="9">
    <ingredient id="228" count="1"/>
    <production id="4776" count="1"/>
  </item>

  <!-- Homunkulus's Sword - Acumen -->
  <item id="10">
    <ingredient id="84" count="1"/>
    <production id="6313" count="1"/>
  </item>

  <!-- Homunkulus's Sword - Conversion -->
  <item id="11">
    <ingredient id="84" count="1"/>
    <production id="6314" count="1"/>
  </item>

  <!-- Homunkulus's Sword - Magic Paralyze -->
  <item id="12">
    <ingredient id="84" count="1"/>
    <production id="6315" count="1"/>
  </item>

  <!-- Great Pata - Critical Drain -->
  <item id="13">
    <ingredient id="266" count="1"/>
    <production id="4795" count="1"/>
  </item>

  <!-- Great Pata - Critical Poison -->
  <item id="14">
    <ingredient id="266" count="1"/>
    <production id="4796" count="1"/>
  </item>

  <!-- Great Pata - Rsk. Haste -->
  <item id="15">
    <ingredient id="266" count="1"/>
    <production id="4797" count="1"/>
  </item>

  <!-- Yaksa Mace - Anger -->
  <item id="16">
    <ingredient id="2503" count="1"/>
    <production id="4744" count="1"/>
  </item>

  <!-- Yaksa Mace - Health -->
  <item id="17">
    <ingredient id="2503" count="1"/>
    <production id="4745" count="1"/>
  </item>

  <!-- Yaksa Mace - Rsk. Focus -->
  <item id="18">
    <ingredient id="2503" count="1"/>
    <production id="4746" count="1"/>
  </item>
  
  <!-- Orcish Poleaxe - Critical Stun -->
  <item id="20">
    <ingredient id="299" count="1"/>
    <production id="4852" count="1"/>
  </item>

  <!-- Orcish Poleaxe - Towering Blow -->
  <item id="21">
    <ingredient id="299" count="1"/>
    <production id="4853" count="1"/>
  </item>

  <!-- Orcish Poleaxe - Wide Blow -->
  <item id="22">
    <ingredient id="299" count="1"/>
    <production id="4854" count="1"/>
  </item>

  <!-- Berserker Blade - Critical Damage -->
  <item id="23">
    <ingredient id="5286" count="1"/>
    <production id="6348" count="1"/>
  </item>

  <!-- Berserker Blade - Haste -->
  <item id="24">
    <ingredient id="5286" count="1"/>
    <production id="6349" count="1"/>
  </item>

  <!-- Berserker Blade - Focus -->
  <item id="25">
    <ingredient id="5286" count="1"/>
    <production id="6347" count="1"/>
  </item>

  <!-- Weapon -->
  <!-- B -->
  <!-- Sword of Damascus - Critical Damage -->
  <item id="26">
    <ingredient id="57" count="14000000"/>
    <ingredient id="79" count="1"/>
    <production id="4718" count="1"/>
  </item>

  <!-- Sword of Damascus - Focus -->
  <item id="27">
    <ingredient id="57" count="14000000"/>
    <ingredient id="79" count="1"/>
    <production id="4717" count="1"/>
  </item>

  <!-- Sword of Damascus - Haste -->
  <item id="28">
    <ingredient id="57" count="14000000"/>
    <ingredient id="79" count="1"/>
    <production id="4719" count="1"/>
  </item>

  <!-- Bow of Peril - Guidance -->
  <item id="29">
    <ingredient id="57" count="14000000"/>
    <ingredient id="287" count="1"/>
    <production id="4828" count="1"/>
  </item>

  <!-- Bow of Peril - Cheap Shot -->
  <item id="30">
    <ingredient id="57" count="14000000"/>
    <ingredient id="287" count="1"/>
    <production id="4830" count="1"/>
  </item>

  <!-- Bow of Peril - Quick Recovery -->
  <item id="31">
    <ingredient id="57" count="14000000"/>
    <ingredient id="287" count="1"/>
    <production id="4829" count="1"/>
  </item>

  <!-- Demon Dagger - Critical Bleed -->
  <item id="32">
    <ingredient id="57" count="14000000"/>
    <ingredient id="234" count="1"/>
    <production id="4780" count="1"/>
  </item>

  <!-- Demon Dagger - Mortal Strike -->
  <item id="33">
    <ingredient id="57" count="14000000"/>
    <ingredient id="234" count="1"/>
    <production id="4782" count="1"/>
  </item>

  <!-- Demon Dagger - Critical Damage -->
  <item id="34">
    <ingredient id="57" count="14000000"/>
    <ingredient id="234" count="1"/>
    <production id="6359" count="1"/>
  </item>

  <!-- Kris - Evasion -->
  <item id="35">
    <ingredient id="57" count="14000000"/>
    <ingredient id="229" count="1"/>
    <production id="4777" count="1"/>
  </item>

  <!-- Kris - Focus -->
  <item id="36">
    <ingredient id="57" count="14000000"/>
    <ingredient id="229" count="1"/>
    <production id="4778" count="1"/>
  </item>

  <!-- Kris - Back Blow -->
  <item id="37">
    <ingredient id="57" count="14000000"/>
    <ingredient id="229" count="1"/>
    <production id="4779" count="1"/>
  </item>

  <!-- Art of Battle Axe - Haste -->
  <item id="38">
    <ingredient id="57" count="14000000"/>
    <ingredient id="175" count="1"/>
    <production id="4755" count="1"/>
  </item>

  <!-- Art of Battle Axe - Health -->
  <item id="39">
    <ingredient id="57" count="14000000"/>
    <ingredient id="175" count="1"/>
    <production id="4753" count="1"/>
  </item>

  <!-- Art of Battle Axe - Rsk. Focus -->
  <item id="40">
    <ingredient id="57" count="14000000"/>
    <ingredient id="175" count="1"/>
    <production id="4754" count="1"/>
  </item>

  <!-- Sword of Valhalla - Acumen -->
  <item id="41">
    <ingredient id="57" count="14000000"/>
    <ingredient id="148" count="1"/>
    <production id="7722" count="1"/>
  </item>

  <!-- Sword of Valhalla - Magic Regeneration -->
  <item id="42">
    <ingredient id="57" count="14000000"/>
    <ingredient id="148" count="1"/>
    <production id="7724" count="1"/>
  </item>

  <!-- Sword of Valhalla - Magic Weakness -->
  <item id="43">
    <ingredient id="57" count="14000000"/>
    <ingredient id="148" count="1"/>
    <production id="7723" count="1"/>
  </item>

  <!-- Bellion Cestus - Critical Drain -->
  <item id="44">
    <ingredient id="57" count="14000000"/>
    <ingredient id="268" count="1"/>
    <production id="4804" count="1"/>
  </item>

  <!-- Bellion Cestus - Critical Poison -->
  <item id="45">
    <ingredient id="57" count="14000000"/>
    <ingredient id="268" count="1"/>
    <production id="4805" count="1"/>
  </item>

  <!-- Bellion Cestus - Rsk. Haste -->
  <item id="46">
    <ingredient id="57" count="14000000"/>
    <ingredient id="268" count="1"/>
    <production id="4806" count="1"/>
  </item>

  <!-- Lance - Anger -->
  <item id="47">
    <ingredient id="57" count="14000000"/>
    <ingredient id="97" count="1"/>
    <production id="4858" count="1"/>
  </item>

  <!-- Lance - Critical Stun -->
  <item id="48">
    <ingredient id="57" count="14000000"/>
    <ingredient id="97" count="1"/>
    <production id="4859" count="1"/>
  </item>

  <!-- Lance - Towering Blow -->
  <item id="49">
    <ingredient id="57" count="14000000"/>
    <ingredient id="97" count="1"/>
    <production id="4860" count="1"/>
  </item>

  <!-- Great Sword - Critical Damage -->
  <item id="50">
    <ingredient id="57" count="14000000"/>
    <ingredient id="78" count="1"/>
    <production id="4724" count="1"/>
  </item>

  <!-- Great Sword - Focus -->
  <item id="51">
    <ingredient id="57" count="14000000"/>
    <ingredient id="78" count="1"/>
    <production id="4725" count="1"/>
  </item>

  <!-- Great Sword - Health -->
  <item id="52">
    <ingredient id="57" count="14000000"/>
    <ingredient id="78" count="1"/>
    <production id="4723" count="1"/>
  </item>
  
    <!-- Weapon -->
  <!-- A -->
    <!-- Sword of Miracles - Acumen -->
  <item id="53">
    <ingredient id="57" count="36000000"/>
    <ingredient id="151" count="1"/>
    <production id="5643" count="1"/>
  </item>

  <!-- Sword of Miracles - Magic Power -->
  <item id="54">
    <ingredient id="57" count="36000000"/>
    <ingredient id="151" count="1"/>
    <production id="5641" count="1"/>
  </item>

  <!-- Sword of Miracles - Magic Silence -->
  <item id="55">
    <ingredient id="57" count="36000000"/>
    <ingredient id="151" count="1"/>
    <production id="5642" count="1"/>
  </item>

  <!-- Tallum Glaive - Guidance -->
  <item id="56">
    <ingredient id="57" count="36000000"/>
    <ingredient id="305" count="1"/>
    <production id="5632" count="1"/>
  </item>

  <!-- Tallum Glaive - Health -->
  <item id="57">
    <ingredient id="57" count="36000000"/>
    <ingredient id="305" count="1"/>
    <production id="5633" count="1"/>
  </item>

  <!-- Tallum Glaive - Wide Blow -->
  <item id="58">
    <ingredient id="57" count="36000000"/>
    <ingredient id="305" count="1"/>
    <production id="5634" count="1"/>
  </item>

  <!-- Tallum Blade - Anger -->
  <item id="58">
    <ingredient id="57" count="36000000"/>
    <ingredient id="80" count="1"/>
    <production id="5637" count="1"/>
  </item>

  <!-- Tallum Blade - Haste -->
  <item id="60">
    <ingredient id="57" count="36000000"/>
    <ingredient id="80" count="1"/>
    <production id="5636" count="1"/>
  </item>

  <!-- Tallum Blade - Critical Poison -->
  <item id="61">
    <ingredient id="57" count="36000000"/>
    <ingredient id="80" count="1"/>
    <production id="5635" count="1"/>
  </item>

  <!-- Elemental Sword - Empower -->
  <item id="62">
    <ingredient id="57" count="36000000"/>
    <ingredient id="150" count="1"/>
    <production id="5640" count="1"/>
  </item>

  <!-- Elemental Sword - Magic Paralyze -->
  <item id="63">
    <ingredient id="57" count="36000000"/>
    <ingredient id="150" count="1"/>
    <production id="5639" count="1"/>
  </item>

  <!-- Elemental Sword - Magic Power -->
  <item id="64">
    <ingredient id="57" count="36000000"/>
    <ingredient id="150" count="1"/>
    <production id="5638" count="1"/>
  </item>

  <!-- Dragon Slayer - Critical Bleed -->
  <item id="65">
    <ingredient id="57" count="36000000"/>
    <ingredient id="81" count="1"/>
    <production id="5645" count="1"/>
  </item>

  <!-- Dragon Slayer - Critical Drain -->
  <item id="66">
    <ingredient id="57" count="36000000"/>
    <ingredient id="81" count="1"/>
    <production id="5646" count="1"/>
  </item>

  <!-- Dragon Slayer - Health -->
  <item id="67">
    <ingredient id="57" count="36000000"/>
    <ingredient id="81" count="1"/>
    <production id="5644" count="1"/>
  </item>

  <!-- Dark Legion's Edge - Critical Damage -->
  <item id="68">
    <ingredient id="57" count="36000000"/>
    <ingredient id="2500" count="1"/>
    <production id="5647" count="1"/>
  </item>

  <!-- Dark Legion's Edge - Health -->
  <item id="69">
    <ingredient id="57" count="36000000"/>
    <ingredient id="2500" count="1"/>
    <production id="5648" count="1"/>
  </item>
  
  <!-- Dark Legion's Edge - Rsk. Focus -->
  <item id="70">
    <ingredient id="57" count="36000000"/>
    <ingredient id="2500" count="1"/>
    <production id="5649" count="1"/>
  </item>

  <!-- Soul Bow - Quick Recovery -->
  <item id="71">
    <ingredient id="57" count="36000000"/>
    <ingredient id="289" count="1"/>
    <production id="5612" count="1"/>
  </item>

  <!-- Soul Bow - Critical Poison -->
  <item id="72">
    <ingredient id="57" count="36000000"/>
    <ingredient id="289" count="1"/>
    <production id="5613" count="1"/>
  </item>

  <!-- Soul Bow - Cheap Shot -->
  <item id="73">
    <ingredient id="57" count="36000000"/>
    <ingredient id="289" count="1"/>
    <production id="5611" count="1"/>
  </item>

  <!-- Dasparion's Staff - Acumen -->
  <item id="74">
    <ingredient id="57" count="36000000"/>
    <ingredient id="212" count="1"/>
    <production id="5598" count="1"/>
  </item>

  <!-- Dasparion's Staff - Conversion -->
  <item id="75">
    <ingredient id="57" count="36000000"/>
    <ingredient id="212" count="1"/>
    <production id="5597" count="1"/>
  </item>

  <!-- Dasparion's Staff - Mana Up -->
  <item id="76">
    <ingredient id="57" count="36000000"/>
    <ingredient id="212" count="1"/>
    <production id="5596" count="1"/>
  </item>

  <!-- Meteor Shower - Focus -->
  <item id="77">
    <ingredient id="57" count="36000000"/>
    <ingredient id="2504" count="1"/>
    <production id="4757" count="1"/>
  </item>

  <!-- Meteor Shower - Health -->
  <item id="78">
    <ingredient id="57" count="36000000"/>
    <ingredient id="2504" count="1"/>
    <production id="4756" count="1"/>
  </item>

  <!-- Meteor Shower - Rsk. Haste -->
  <item id="79">
    <ingredient id="57" count="36000000"/>
    <ingredient id="2504" count="1"/>
    <production id="5601" count="1"/>
  </item>

  <!-- Elysian - Anger -->
  <item id="80">
    <ingredient id="57" count="36000000"/>
    <ingredient id="164" count="1"/>
    <production id="5603" count="1"/>
  </item>

  <!-- Elysian - Health -->
  <item id="81">
    <ingredient id="57" count="36000000"/>
    <ingredient id="164" count="1"/>
    <production id="5602" count="1"/>
  </item>

  <!-- Elysian - Critical Drain -->
  <item id="82">
    <ingredient id="57" count="36000000"/>
    <ingredient id="164" count="1"/>
    <production id="5604" count="1"/>
  </item>

  <!-- Branch of The Mother Tree - Acumen -->
  <item id="83">
    <ingredient id="57" count="36000000"/>
    <ingredient id="213" count="1"/>
    <production id="5607" count="1"/>
  </item>

  <!-- Branch of The Mother Tree - Conversion -->
  <item id="84">
    <ingredient id="57" count="36000000"/>
    <ingredient id="213" count="1"/>
    <production id="5605" count="1"/>
  </item>

  <!-- Branch of The Mother Tree - Magic Damage -->
  <item id="85">
    <ingredient id="57" count="36000000"/>
    <ingredient id="213" count="1"/>
    <production id="5606" count="1"/>
  </item>

  <!-- Bloody Orchid - Focus -->
  <item id="86">
    <ingredient id="57" count="36000000"/>
    <ingredient id="235" count="1"/>
    <production id="4784" count="1"/>
  </item>

  <!-- Bloody Orchid - Back Blow -->
  <item id="87">
    <ingredient id="57" count="36000000"/>
    <ingredient id="235" count="1"/>
    <production id="5615" count="1"/>
  </item>

  <!-- Bloody Orchid - Critical Bleed -->
  <item id="88">
    <ingredient id="57" count="36000000"/>
    <ingredient id="235" count="1"/>
    <production id="5616" count="1"/>
  </item>

  <!-- Soul Separator - Guidance -->
  <item id="89">
    <ingredient id="57" count="36000000"/>
    <ingredient id="236" count="1"/>
    <production id="5617" count="1"/>
  </item>

  <!-- Soul Separator - Critical Damage -->
  <item id="90">
    <ingredient id="57" count="36000000"/>
    <ingredient id="236" count="1"/>
    <production id="5618" count="1"/>
  </item>

  <!-- Soul Separator - Rsk. Haste -->
  <item id="91">
    <ingredient id="57" count="36000000"/>
    <ingredient id="236" count="1"/>
    <production id="5619" count="1"/>
  </item>

  <!-- Blood Tornado - Haste -->
  <item id="92">
    <ingredient id="57" count="36000000"/>
    <ingredient id="269" count="1"/>
    <production id="4809" count="1"/>
  </item>

  <!-- Blood Tornado - Focus -->
  <item id="93">
    <ingredient id="57" count="36000000"/>
    <ingredient id="269" count="1"/>
    <production id="5621" count="1"/>
  </item>

  <!-- Blood Tornado - Anger -->
  <item id="94">
    <ingredient id="57" count="36000000"/>
    <ingredient id="269" count="1"/>
    <production id="5622" count="1"/>
  </item>

  <!-- Dragon Grinder - Guidance -->
  <item id="95">
    <ingredient id="57" count="36000000"/>
    <ingredient id="270" count="1"/>
    <production id="5624" count="1"/>
  </item>

  <!-- Dragon Grinder - Health -->
  <item id="96">
    <ingredient id="57" count="36000000"/>
    <ingredient id="270" count="1"/>
    <production id="5625" count="1"/>
  </item>

  <!-- Dragon Grinder - Rsk. Evasion -->
  <item id="97">
    <ingredient id="57" count="36000000"/>
    <ingredient id="270" count="1"/>
    <production id="5623" count="1"/>
  </item>

  <!-- Halberd - Critical Stun -->
  <item id="98">
    <ingredient id="57" count="36000000"/>
    <ingredient id="98" count="1"/>
    <production id="5627" count="1"/>
  </item>

  <!-- Halberd - Haste -->
  <item id="99">
    <ingredient id="57" count="36000000"/>
    <ingredient id="98" count="1"/>
    <production id="5626" count="1"/>
  </item>

  <!-- Halberd - Wide Blow -->
  <item id="100">
    <ingredient id="57" count="36000000"/>
    <ingredient id="98" count="1"/>
    <production id="5628" count="1"/>
  </item>

  <!-- Infernal Master - Critical Damage -->
  <item id="101">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7884" count="1"/>
    <production id="8109" count="1"/>
  </item>

  <!-- Infernal Master - Focus -->
  <item id="102">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7884" count="1"/>
    <production id="8110" count="1"/>
  </item>

  <!-- Infernal Master - Haste -->
  <item id="103">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7884" count="1"/>
    <production id="8108" count="1"/>
  </item>

  <!-- Destroyer Hammer - Haste -->
  <item id="104">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7899" count="1"/>
    <production id="8127" count="1"/>
  </item>

  <!-- Destroyer Hammer - Critical Drain -->
  <item id="105">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7899" count="1"/>
    <production id="8128" count="1"/>
  </item>

  <!-- Destroyer Hammer - Health -->
  <item id="106">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7899" count="1"/>
    <production id="8126" count="1"/>
  </item>

  <!-- Doom Crusher - Anger -->
  <item id="107">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7902" count="1"/>
    <production id="8136" count="1"/>
  </item>

  <!-- Doom Crusher - Health -->
  <item id="108">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7902" count="1"/>
    <production id="8135" count="1"/>
  </item>

  <!-- Doom Crusher - Rsk. Haste -->
  <item id="109">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7902" count="1"/>
    <production id="8137" count="1"/>
  </item>

  <!-- Flaming Dragon Skull - Acumen -->
  <item id="110">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7895" count="1"/>
    <production id="8150" count="1"/>
  </item>

  <!-- Flaming Dragon Skull - Magic Power -->
  <item id="111">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7895" count="1"/>
    <production id="8151" count="1"/>
  </item>

  <!-- Flaming Dragon Skull - Magic Silence -->
  <item id="112">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7895" count="1"/>
    <production id="8152" count="1"/>
  </item>

  <!-- Spiritual Eye - Acumen -->
  <item id="113">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7894" count="1"/>
    <production id="8149" count="1"/>
  </item>

  <!-- Spiritual Eye - Magic Poison -->
  <item id="114">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7894" count="1"/>
    <production id="8148" count="1"/>
  </item>

  <!-- Spiritual Eye - Mana Up -->
  <item id="115">
    <ingredient id="57" count="36000000"/>
    <ingredient id="7894" count="1"/>
    <production id="8147" count="1"/>
  </item>
  
  <!-- Weapons -->
  <!-- S -->
   <!-- Heavens Divider - Focus -->
<item id="116">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6605" count="1"/>
    <production id="6607" count="1"/>
  </item>

  <!-- Heavens Divider - Haste -->
  <item id="117">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6605" count="1"/>
    <production id="6605" count="1"/>
  </item>

  <!-- Heavens Divider - Health -->
  <item id="118">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6605" count="1"/>
    <production id="6606" count="1"/>
  </item>

  <!-- Draconic Bow - Focus -->
  <item id="119">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="7575" count="1"/>
    <production id="7577" count="1"/>
  </item>

  <!-- Draconic Bow - Critical Slow -->
  <item id="120">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="7575" count="1"/>
    <production id="7578" count="1"/>
  </item>

  <!-- Draconic Bow - Cheap Shot -->
  <item id="121">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="7575" count="1"/>
    <production id="7576" count="1"/>
  </item>

  <!-- Forgotten Blade - Focus -->
  <item id="122">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6364" count="1"/>
    <production id="6583" count="1"/>
  </item>

  <!-- Forgotten Blade - Haste -->
  <item id="123">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6364" count="1"/>
    <production id="6581" count="1"/>
  </item>

  <!-- Forgotten Blade - Health -->
  <item id="124">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6364" count="1"/>
    <production id="6582" count="1"/>
  </item>

  <!-- Arcana Mace - Acumen -->
  <item id="125">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6579" count="1"/>
    <production id="6608" count="1"/>
  </item>

  <!-- Arcana Mace - Mana Up -->
  <item id="126">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6579" count="1"/>
    <production id="6610" count="1"/>
  </item>

  <!-- Arcana Mace - MP Regeneration -->
  <item id="127">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6579" count="1"/>
    <production id="6609" count="1"/>
  </item>

  <!-- Basalt Battlehammer - Health -->
  <item id="128">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6365" count="1"/>
    <production id="6585" count="1"/>
  </item>

  <!-- Basalt Battlehammer - HP Drain -->
  <item id="129">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6365" count="1"/>
    <production id="6584" count="1"/>
  </item>

  <!-- Basalt Battlehammer - HP Regeneration -->
  <item id="130">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6365" count="1"/>
    <production id="6586" count="1"/>
  </item>

  <!-- Imperial Staff - Empower -->
  <item id="131">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6366" count="1"/>
    <production id="6587" count="1"/>
  </item>

  <!-- Imperial Staff - Magic Hold -->
  <item id="132">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6366" count="1"/>
    <production id="6589" count="1"/>
  </item>

  <!-- Imperial Staff - MP Regeneration -->
  <item id="133">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6366" count="1"/>
    <production id="6588" count="1"/>
  </item>

  <!-- Angel Slayer - Crt. Damage -->
  <item id="134">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6367" count="1"/>
    <production id="6590" count="1"/>
  </item>

  <!-- Angel Slayer - Haste -->
  <item id="135">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6367" count="1"/>
    <production id="6592" count="1"/>
  </item>

  <!-- Angel Slayer - HP Drain -->
  <item id="136">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6367" count="1"/>
    <production id="6591" count="1"/>
  </item>

  <!-- Shining Bow - Focus -->
  <item id="137">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6368" count="1"/>
    <production id="6594" count="1"/>
  </item>

  <!-- Shining Bow - Crt. Slow -->
  <item id="138">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6368" count="1"/>
    <production id="6595" count="1"/>
  </item>

  <!-- Shining Bow - Cheap Shot -->
  <item id="139">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6368" count="1"/>
    <production id="6593" count="1"/>
  </item>

  <!-- Dragon Hunter Axe - Health -->
  <item id="140">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6369" count="1"/>
    <production id="6597" count="1"/>
  </item>

  <!-- Dragon Hunter Axe - HP Drain -->
  <item id="141">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6369" count="1"/>
    <production id="6598" count="1"/>
  </item>

  <!-- Dragon Hunter Axe - HP Regeneration -->
  <item id="142">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6369" count="1"/>
    <production id="6596" count="1"/>
  </item>

  <!-- Saint Spear - Guidance -->
  <item id="143">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6370" count="1"/>
    <production id="6600" count="1"/>
  </item>

  <!-- Saint Spear - Haste -->
  <item id="144">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6370" count="1"/>
    <production id="6601" count="1"/>
  </item>

  <!-- Saint Spear - Health -->
  <item id="145">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6370" count="1"/>
    <production id="6599" count="1"/>
  </item>

  <!-- Demon Splinter - Crt. Stun -->
  <item id="146">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6371" count="1"/>
    <production id="6604" count="1"/>
  </item>

  <!-- Demon Splinter - Focus -->
  <item id="147">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6371" count="1"/>
    <production id="6602" count="1"/>
  </item>

  <!-- Demon Splinter - Health -->
  <item id="148">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4635" count="1"/>
    <ingredient id="6371" count="1"/>
    <production id="6603" count="1"/>
  </item>
  
  <item id="149">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6605" count="1"/>
    <production id="6607" count="1"/>
  </item>

  <!-- Heavens Divider - Haste -->
  <item id="150">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6605" count="1"/>
    <production id="6605" count="1"/>
  </item>

  <!-- Heavens Divider - Health -->
  <item id="153">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6605" count="1"/>
    <production id="6606" count="1"/>
  </item>

  <!-- Draconic Bow - Focus -->
  <item id="154">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="7575" count="1"/>
    <production id="7577" count="1"/>
  </item>

  <!-- Draconic Bow - Critical Slow -->
  <item id="155">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="7575" count="1"/>
    <production id="7578" count="1"/>
  </item>

  <!-- Draconic Bow - Cheap Shot -->
  <item id="156">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="7575" count="1"/>
    <production id="7576" count="1"/>
  </item>

  <!-- Forgotten Blade - Focus -->
  <item id="157">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6364" count="1"/>
    <production id="6583" count="1"/>
  </item>

  <!-- Forgotten Blade - Haste -->
  <item id="158">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6364" count="1"/>
    <production id="6581" count="1"/>
  </item>

  <!-- Forgotten Blade - Health -->
  <item id="159">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6364" count="1"/>
    <production id="6582" count="1"/>
  </item>

  <!-- Arcana Mace - Acumen -->
  <item id="160">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6579" count="1"/>
    <production id="6608" count="1"/>
  </item>

  <!-- Arcana Mace - Mana Up -->
  <item id="161">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6579" count="1"/>
    <production id="6610" count="1"/>
  </item>

  <!-- Arcana Mace - MP Regeneration -->
  <item id="162">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6579" count="1"/>
    <production id="6609" count="1"/>
  </item>

  <!-- Basalt Battlehammer - Health -->
  <item id="163">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6365" count="1"/>
    <production id="6585" count="1"/>
  </item>

  <!-- Basalt Battlehammer - HP Drain -->
  <item id="164">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6365" count="1"/>
    <production id="6584" count="1"/>
  </item>

  <!-- Basalt Battlehammer - HP Regeneration -->
  <item id="165">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6365" count="1"/>
    <production id="6586" count="1"/>
  </item>

  <!-- Imperial Staff - Empower -->
  <item id="166">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6366" count="1"/>
    <production id="6587" count="1"/>
  </item>

  <!-- Imperial Staff - Magic Hold -->
  <item id="167">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6366" count="1"/>
    <production id="6589" count="1"/>
  </item>

  <!-- Imperial Staff - MP Regeneration -->
  <item id="168">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6366" count="1"/>
    <production id="6588" count="1"/>
  </item>

  <!-- Angel Slayer - Crt. Damage -->
  <item id="169">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6367" count="1"/>
    <production id="6590" count="1"/>
  </item>

  <!-- Angel Slayer - Haste -->
  <item id="170">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6367" count="1"/>
    <production id="6592" count="1"/>
  </item>

  <!-- Angel Slayer - HP Drain -->
  <item id="171">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6367" count="1"/>
    <production id="6591" count="1"/>
  </item>

  <!-- Shining Bow - Focus -->
  <item id="172">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6368" count="1"/>
    <production id="6594" count="1"/>
  </item>

  <!-- Shining Bow - Crt. Slow -->
  <item id="173">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6368" count="1"/>
    <production id="6595" count="1"/>
  </item>

  <!-- Shining Bow - Cheap Shot -->
  <item id="174">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6368" count="1"/>
    <production id="6593" count="1"/>
  </item>

  <!-- Dragon Hunter Axe - Health -->
  <item id="175">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6369" count="1"/>
    <production id="6597" count="1"/>
  </item>

  <!-- Dragon Hunter Axe - HP Drain -->
  <item id="176">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6369" count="1"/>
    <production id="6598" count="1"/>
  </item>

  <!-- Dragon Hunter Axe - HP Regeneration -->
  <item id="177">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6369" count="1"/>
    <production id="6596" count="1"/>
  </item>

  <!-- Saint Spear - Guidance -->
  <item id="178">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6370" count="1"/>
    <production id="6600" count="1"/>
  </item>

  <!-- Saint Spear - Haste -->
  <item id="179">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6370" count="1"/>
    <production id="6601" count="1"/>
  </item>

  <!-- Saint Spear - Health -->
  <item id="180">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6370" count="1"/>
    <production id="6599" count="1"/>
  </item>

  <!-- Demon Splinter - Crt. Stun -->
  <item id="181">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6371" count="1"/>
    <production id="6604" count="1"/>
  </item>

  <!-- Demon Splinter - Focus -->
  <item id="182">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6371" count="1"/>
    <production id="6602" count="1"/>
  </item>

  <!-- Demon Splinter - Health -->
  <item id="183">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4646" count="1"/>
    <ingredient id="6371" count="1"/>
    <production id="6603" count="1"/>
  </item>
  <item id="184">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6605" count="1"/>
    <production id="6607" count="1"/>
  </item>

  <!-- Heavens Divider - Haste -->
  <item id="185">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6605" count="1"/>
    <production id="6605" count="1"/>
  </item>

  <!-- Heavens Divider - Health -->
  <item id="186">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6605" count="1"/>
    <production id="6606" count="1"/>
  </item>

  <!-- Draconic Bow - Focus -->
  <item id="187">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="7575" count="1"/>
    <production id="7577" count="1"/>
  </item>

  <!-- Draconic Bow - Critical Slow -->
  <item id="188">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="7575" count="1"/>
    <production id="7578" count="1"/>
  </item>

  <!-- Draconic Bow - Cheap Shot -->
  <item id="189">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="7575" count="1"/>
    <production id="7576" count="1"/>
  </item>

  <!-- Forgotten Blade - Focus -->
  <item id="190">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6364" count="1"/>
    <production id="6583" count="1"/>
  </item>

  <!-- Forgotten Blade - Haste -->
  <item id="191">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6364" count="1"/>
    <production id="6581" count="1"/>
  </item>

  <!-- Forgotten Blade - Health -->
  <item id="192">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6364" count="1"/>
    <production id="6582" count="1"/>
  </item>

  <!-- Arcana Mace - Acumen -->
  <item id="193">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6579" count="1"/>
    <production id="6608" count="1"/>
  </item>

  <!-- Arcana Mace - Mana Up -->
  <item id="194">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6579" count="1"/>
    <production id="6610" count="1"/>
  </item>

  <!-- Arcana Mace - MP Regeneration -->
  <item id="195">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6579" count="1"/>
    <production id="6609" count="1"/>
  </item>

  <!-- Basalt Battlehammer - Health -->
  <item id="196">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6365" count="1"/>
    <production id="6585" count="1"/>
  </item>

  <!-- Basalt Battlehammer - HP Drain -->
  <item id="197">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6365" count="1"/>
    <production id="6584" count="1"/>
  </item>

  <!-- Basalt Battlehammer - HP Regeneration -->
  <item id="198">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6365" count="1"/>
    <production id="6586" count="1"/>
  </item>

  <!-- Imperial Staff - Empower -->
  <item id="199">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6366" count="1"/>
    <production id="6587" count="1"/>
  </item>

  <!-- Imperial Staff - Magic Hold -->
  <item id="200">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6366" count="1"/>
    <production id="6589" count="1"/>
  </item>

  <!-- Imperial Staff - MP Regeneration -->
  <item id="201">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6366" count="1"/>
    <production id="6588" count="1"/>
  </item>

  <!-- Angel Slayer - Crt. Damage -->
  <item id="202">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6367" count="1"/>
    <production id="6590" count="1"/>
  </item>

  <!-- Angel Slayer - Haste -->
  <item id="203">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6367" count="1"/>
    <production id="6592" count="1"/>
  </item>

  <!-- Angel Slayer - HP Drain -->
  <item id="204">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6367" count="1"/>
    <production id="6591" count="1"/>
  </item>

  <!-- Shining Bow - Focus -->
  <item id="205">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6368" count="1"/>
    <production id="6594" count="1"/>
  </item>

  <!-- Shining Bow - Crt. Slow -->
  <item id="206">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6368" count="1"/>
    <production id="6595" count="1"/>
  </item>

  <!-- Shining Bow - Cheap Shot -->
  <item id="207">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6368" count="1"/>
    <production id="6593" count="1"/>
  </item>

  <!-- Dragon Hunter Axe - Health -->
  <item id="208">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6369" count="1"/>
    <production id="6597" count="1"/>
  </item>

  <!-- Dragon Hunter Axe - HP Drain -->
  <item id="209">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6369" count="1"/>
    <production id="6598" count="1"/>
  </item>

  <!-- Dragon Hunter Axe - HP Regeneration -->
  <item id="210">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6369" count="1"/>
    <production id="6596" count="1"/>
  </item>

  <!-- Saint Spear - Guidance -->
  <item id="211">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6370" count="1"/>
    <production id="6600" count="1"/>
  </item>

  <!-- Saint Spear - Haste -->
  <item id="212">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6370" count="1"/>
    <production id="6601" count="1"/>
  </item>

  <!-- Saint Spear - Health -->
  <item id="213">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6370" count="1"/>
    <production id="6599" count="1"/>
  </item>

  <!-- Demon Splinter - Crt. Stun -->
  <item id="214">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6371" count="1"/>
    <production id="6604" count="1"/>
  </item>

  <!-- Demon Splinter - Focus -->
  <item id="215">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6371" count="1"/>
    <production id="6602" count="1"/>
  </item>

  <!-- Demon Splinter - Health -->
  <item id="216">
    <ingredient id="5575" count="165000"/>
    <ingredient id="4657" count="1"/>
    <ingredient id="6371" count="1"/>
    <production id="6603" count="1"/>
  </item>
</list>
 

ai ta um modelo da multisell

asinaturaskull.jpg
Link para o comentário
Compartilhar em outros sites

  • 0
4 horas atrás, sergiommjr disse:

vc tera que mudar tanto o html do npc quanto a multisell

 

no htm vai estar assim

a action="bypass -h npc_%objectId%_multisell 9164"

e deve ficar assim

bypass -h npc_%objectId%_exc_multisell 9164

 

ja na multisel vc deve  adicionair os seguintes parametros

sua multisell deve começar assim

<list maintainEnchantment="true">

 

ai ta um modelo da multisell

Vlw mano deu certo, porem com uma coisa estranha, quando eu estou com o item INGREDIENT no Inventario o item Produto no NPC é mostrado normalmente, porem se eu nao tiver o Item INGREDIENT no inventario, o NPC nao mostra nada... olhe as imagens abaixo, uma com a bota no inventario e a outra sem a bota no inventario... :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

O conteúdo está oculto, favor efetuar login ou se cadastrar!

Editado por bullraider
Link para o comentário
Compartilhar em outros sites

  • 0
Em 16/04/2020 at 23:39, sergiommjr disse:

É assim mesmo amigo, dessa forma so vai aparecer o item se vc tiver o item cobrado na bag, experimeta remover o exc do html npc_%objectId%_exc_multisell

Ficando assim npc_%objectId%_multisell

Ficando assim os itens vão sempre estar a mostra porém não me recordo se ira entregar o item jah enchantado mas testa pra ver

vlw amigo, ajudou muito.

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.




×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.