Jump to content
  • 0

how i can add to gm shop weapons with SA and Scrols of enchant S


Question

Posted

plz i need this very my server run 10 ppl on it 

 

but they wanna enchant i didnt have in gm shopps EWS and S weapons with SA

 

PLZ say me how i can do it plz but full desriprtion if u can

 

 

Please ......

2 answers to this question

Recommended Posts

  • 0
Posted

here is the XML file just link it with your shop HTML file with this code:

 

<td align=center><button value="Scrolls" action="bypass -h npc_%objectId%_multisell 66668" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>

 

 

save this code ass 66668.xml and put it into your multisell folder

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

<list maintainEnchantment="true">

<!-- Scroll: Enchant Armor (S) -->
  <item id="1">
    <ingredient id="57" count="7000000"/>
    <production id="960" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (S) -->
  <item id="2">
    <ingredient id="57" count="7000000"/>
    <production id="959" count="1"/>
  </item>

  <!-- Scroll: Enchant Armor (A) -->
  <item id="3">
    <ingredient id="57" count="5000000"/>
    <production id="730" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (A) -->
  <item id="4">
    <ingredient id="57" count="5000000"/>
    <production id="729" count="1"/>
  </item>

  <!-- Scroll: Enchant Armor (B) -->
  <item id="5">
    <ingredient id="57" count="3000000"/>
    <production id="948" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (B) -->
  <item id="6">
    <ingredient id="57" count="3000000"/>
    <production id="947" count="1"/>
  </item>

  <!-- Scroll: Enchant Armor (C) -->
  <item id="7">
    <ingredient id="57" count="2000000"/>
    <production id="952" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (C) -->
  <item id="8">
    <ingredient id="57" count="2000000"/>
    <production id="951" count="1"/>
  </item>

  <!-- Scroll: Enchant Armor (D) -->
  <item id="9">
    <ingredient id="57" count="1000000"/>
    <production id="956" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (D) -->
  <item id="10">
    <ingredient id="57" count="1000000"/>
    <production id="955" count="1"/>
  </item>
</list>

  • 0
Posted

here is the XML file just link it with your shop HTML file with this code:

 

<td align=center><button value="Scrolls" action="bypass -h npc_%objectId%_multisell 66668" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>

 

 

save this code ass 66668.xml and put it into your multisell folder

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

<list maintainEnchantment="true">

<!-- Scroll: Enchant Armor (S) -->
  <item id="1">
    <ingredient id="57" count="7000000"/>
    <production id="960" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (S) -->
  <item id="2">
    <ingredient id="57" count="7000000"/>
    <production id="959" count="1"/>
  </item>

  <!-- Scroll: Enchant Armor (A) -->
  <item id="3">
    <ingredient id="57" count="5000000"/>
    <production id="730" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (A) -->
  <item id="4">
    <ingredient id="57" count="5000000"/>
    <production id="729" count="1"/>
  </item>

  <!-- Scroll: Enchant Armor (B) -->
  <item id="5">
    <ingredient id="57" count="3000000"/>
    <production id="948" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (B) -->
  <item id="6">
    <ingredient id="57" count="3000000"/>
    <production id="947" count="1"/>
  </item>

  <!-- Scroll: Enchant Armor (C) -->
  <item id="7">
    <ingredient id="57" count="2000000"/>
    <production id="952" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (C) -->
  <item id="8">
    <ingredient id="57" count="2000000"/>
    <production id="951" count="1"/>
  </item>

  <!-- Scroll: Enchant Armor (D) -->
  <item id="9">
    <ingredient id="57" count="1000000"/>
    <production id="956" count="1"/>
  </item>

  <!-- Scroll: Enchant Weapon (D) -->
  <item id="10">
    <ingredient id="57" count="1000000"/>
    <production id="955" count="1"/>
  </item>
</list>

 

how i can link it with my shop u can say me ? becuase im rly noob admin

i need full description plz

but ty i think this will help me but dont know what do with it :( 

plz  write back fast

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...