Jump to content

puya4ever

Members
  • Posts

    40
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Posts posted by puya4ever

  1. Hi to everyone . I want to change my gm shop to buy a weapon or a armor with 2-3 ingredients :

    So i have :

     

    <item id="1">
        <ingredient id="5575" count="20"/>
        <production id="13432" count="1"/>
        <production id="13438" count="1"/>
        <production id="13137" count="1"/>
        <production id="13439" count="1"/>
        <production id="13440" count="1"/>
      </item>

     

    it's correct to put

       <ingredient id="5574,57,39015" count="20+/>

    ??

  2. I want to change GM shop unique weapons and armors price from adena to coin and I don't know how...

    any ideea ? I have using this gm shop : Gracia_Part_2_GM_Shop_By_Stefoulis15.rar

     

    edit : I finding for a gm shop to make it a gm shop for gracia ct2 l2j with XML items (not sql) coz xml is easiest to modify what price I want...xD anyone know a good gm shop for ct 2 with xml files ?

  3. nomz go away... I don't need posters like u in my thread... so

    I found this code for exchanger :

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

     

    <!-- Gold Bar System -->

     

    <list>

     

    <!-- 100 Mill for 1 Gold Bar -->

    <item id="1">

    <ingredient id="57" count="100000000" enchant="0"/>

    <production id="2807" count="1" enchant="0"/>

    </item>

     

    <!-- 1 Gold Bar for 100 Mill -->

    <item id="2">

    <ingredient id="2807" count="1" enchant="0"/>

    <production id="57" count="100000000" enchant="0"/>

    </item>

     

    </list>

     

    With this I can make an exchanger for coins but I have another question...

    when I have shift + click at gm shop at drop list editor I can put a price only in adena , not in coin ..anyone can help me to edit shop prices ?

     

     

  4. Hi to everyone . I use Gracia ct 2 server with l2j files . I'm looking for this system :

    at normal mobs drop : 5-40 beleth dragons (or bronze coins)

    at champions mobs drop : 3-7 silver coins

    at raid boss drop : 6-200 gold coins...

     

    and at gm shop can buy with gold coins : luxury items like wings (which increase m.def , p.def) , epic armors , jwls and weapons and another custom weapons

     

    and at trader

    100 bronze coins = 1 silver coin

    50 silver coins = 1 gold coin

    anyone can help me to implement this system... I need to edit mob drops , gm shop and items... pls help

×
×
  • Create New...