l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com

Author Topic: [Guide]How to make Shop with multisell!  (Read 8145 times)

0 Members and 1 Guest are viewing this topic.

OfflineDownUnder

  • Hero Member
  • *****
  • Posts: 1486
  • L2topzone Votes: 6
  • Servers reviews: 0
  • Reputation: +3236/-0
  • http://www.L2Drug.com
    • Join Us
[Guide]How to make Shop with multisell!
« on: February 27, 2010, 06:30:59 AM »

Hello L2TopzOne!!
You Don't Know How TO Make Shop With MultiSell????

Let's Start ;-)

First what we need?
a HTML with:
Code: [Select]
<html>
<title>Shop's name</title>
<body>
</body>
</html>
and an XML file like this:
Code: [Select]
<list maintainEnchantment="true">

  <!-- Dark Crystal Helmet - Robe --> (<--That line not requied)
  <item id="1">
    <ingredient id="57" count=""2000000"/>
    <production id="12987" count="1"/>
  </item>

  <!-- Dark Crystal Robe -->
  <item id="2">
    <ingredient id="57" count=""2000000"/>
    <production id="2407" count="1"/>
  </item>

  <!-- Dark Crystal Gloves - Robe -->
  <item id="3">
    <ingredient id="57" count=""2000000"/>
    <production id="5767" count="1"/>
  </item>

  <!-- Dark Crystal Boots - Robe -->
  <item id="4">
    <ingredient id="57" count="2000000"/>
    <production id="5779" count="1"/>
  </item>

</list>

What means what?

<item></item> <-open/cloes item space
<indengrient id="57"(what u givee for item) count="200"(how many item u give for item)>
<production id="57"(what u get) count="200"(how many item u get)>

HTML name: 50014 (remember: NPC's id)
XML name: 6000 (may anything)

Next we link the XML to the HTML:

Code: [Select]
<html>
<title>Shop's name</title>
<body>
<button value="DC robe" action="bypass -h npc_%objectId%_multisell 6000" width=100 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
</body>
</html>

SQL:
Code: [Select]
INSERT INTO `npc` VALUES ('50833', '3', 'GM-Shop', '1', 'AntiHerO', '1', 'LineageMonster4.eyeless', '22.00', '32.00', '70', 'male', 'L2Merchant', '40', '2444', '2444', '0.00', '0.00', '10', '10', '10', '10', '10', '10', '0', '0', '500', '500', '500', '500', '278', '0', '333', '0', '0', null, '60', '60', '', '0', '0', '0', 'LAST_HIT', '0', '0', '0', 'fighter', 'false');

With Special Thanks! DownUnder

Linkback: https://l2topzone.com/forum/index.php?topic=629.0

l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com

OfflineDragoN.

  • L2 Glorious
  • Sr. Member
  • ****
  • Posts: 424
  • L2topzone Votes: 0
  • Servers reviews: 0
  • Reputation: +1385/-0
    Re: [Guide]How to make Shop with multisell!
    « Reply #1 on: April 07, 2010, 01:01:14 AM »
    You Are Best DownUnder Sory For Spam DownUnder And xZone This Forum Are best

    OfflineBoOmBoOm

    • Full Member
    • ***
    • Posts: 145
    • L2topzone Votes: 0
    • Servers reviews: 0
    • Reputation: +446/-1
    • ★MaxCheaters★
      Re: [Guide]How to make Shop with multisell!
      « Reply #2 on: October 16, 2011, 06:50:45 AM »
      good job
      « Last Edit: October 16, 2011, 06:51:05 AM by MrAnGeL »

       

      Sitemap