Jump to content

Question

Posted (edited)

Hello everyone!

 

I wanna report my problem with you, i search in forum but i dont find something to help me ( i have try some fixes you have share but nothing work for me).

 

When i try to buy something for gm shop nothing happens, im gonna give you some iformations for what i have done,

 

(SOLVED)

 

 

Error. post-32137-0-87373100-1445961276_thumb.jpg

 

\game\data\stats\npcs\custom

 

<npc id="10002" displayId="32237" name="Nicole" usingServerSideName="true" title="GM Shop" usingServerSideTitle="true" type="L2Merchant">
<collision>
<radius normal="11" />
<height normal="22.25" />
</collision>
</npc>
 
\data\multisell
 
<?xml version='1.0' encoding='utf-8'?>
<npcs>
 <npc>10002</npc>
</npcs>
 
<!-- Tattoos -->
 
  <!-- Tatoo of Power -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="485" count="1"/>
  </item>
 
  <!-- Tattoo of Fire -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="486" count="1"/>
  </item>
 
  <!-- Tattoo of Resolve -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="487" count="1"/>
  </item>
 
  <!-- Tatoo of Flame -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="488" count="1"/>
  </item>
 
  <!-- Tatoo of Bravery -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="489" count="1"/>
  </item>
 
  <!-- Tatoo of Blood -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="490" count="1"/>
  </item>
 
  <!-- Tatoo of Absolute -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="491" count="1"/>
  </item>
 
  <!-- Tatoo of Soul -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="492" count="1"/>
  </item>
 
  <!-- Tatoo of Avadon -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="493" count="1"/>
  </item>
 
  <!-- Tatoo of Doom -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="493" count="1"/>
  </item>
 
  <!-- Tatoo of Pledge -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="494" count="1"/>
  </item>
 
  <!-- Tatoo of Divine -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="495" count="1"/>
  </item>
!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
(SOLVED)
 
How to make it work!
 
\game\data\multisell\custom
 
1:  Create a custom folder
2: Edit your files like this one
 
<?xml version='1.0' encoding='utf-8'?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">
<npcs>
 <npc>10002</npc>
</npcs>
 
<!-- Tattoos -->
 
  <!-- Tatoo of Power -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="485" count="1"/>
  </item>
 
  <!-- Tattoo of Fire -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="486" count="1"/>
  </item>
 
  <!-- Tattoo of Resolve -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="487" count="1"/>
  </item>
 
  <!-- Tatoo of Flame -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="488" count="1"/>
  </item>
 
  <!-- Tatoo of Bravery -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="489" count="1"/>
  </item>
 
  <!-- Tatoo of Blood -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="490" count="1"/>
  </item>
 
  <!-- Tatoo of Absolute -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="491" count="1"/>
  </item>
 
  <!-- Tatoo of Soul -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="492" count="1"/>
  </item>
 
  <!-- Tatoo of Avadon -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="493" count="1"/>
  </item>
 
  <!-- Tatoo of Doom -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="493" count="1"/>
  </item>
 
  <!-- Tatoo of Pledge -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="494" count="1"/>
  </item>
 
  <!-- Tatoo of Divine -->
  <item>
    <ingredient id="4037" count="1000"/>
    <production id="495" count="1"/>
  </item>
</list>
Edited by Kouma

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock