Jump to content
  • 0

[Help] l2j Gracia Final shop


Question

Posted

I've made a custom shop and i want players to buy the goods without adena, but with another item. Like exchanger, how can i make that. Maybe from sql merchant_buylist table where i put the the items, price, shop ids etc. something with the 'price' row. Maybe multisell or smth . . .  Edit: I saw this in another topic i the same forum:

 

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

 

<!-- Gold Bar System -->

 

<list>

 

<!-- Gold Bar For Apella Helm -->

<item id="1">

<ingredient id='2807' count='5'/>

<production id='7860' count='1'/>

</item>

 

</list>

 

Is this what i am searching?

2 answers to this question

Recommended Posts

  • 0
Posted

Exactly

<ingredient id='2807' count='5'/> 5 Gold bars necessary

<production id='7860' count='1'/> 1 Apella helm

 

== Edited ==

 

Another good example  ;):

 

<!-- Apella Full Set (Heavy) -->

  <item id="1">

    <ingredient id="4048" count="1"/>  <!-- Maestro Mold --> 1 Maestro Mold necessary

    <ingredient id="2807" count="5"/>  <!-- Gold Bar --> 5 gold bars necessary

 

    <production id="7860" count="1"/>  <!-- Apella Helm --> 1 Apella Helm

    <production id="7861" count="1"/>  <!-- Apella Plate Armor --> 1 Apella Plate Armor

    <production id="7862" count="1"/>  <!-- Apella Gauntlet - Heavy Armor --> 1 Apella Gauntlet

    <production id="7863" count="1"/>  <!-- Apella Solleret - Heavy Armor --> 1 Apella Solleret

  </item>

 

Use the imagination now and good luck :P !

  • 0
Posted

means the ingredient id is the item id the player must give and the production id the item he gets. i'll try thx.

 

Edit: deleted :P

Guest
This topic is now closed to further replies.
  • Posts

    • Hi. WTS/WTT WL 40 LVL in serwer Signature, Reborn for: -3 kk adena for game  - Wtt for Phantom Summoner -Wtt for Mage SH/Necro Pm me.
    • Hello, brother!! I'm looking for a client system file that fits this server. I'd like to ask you politely 🥲
    • Hello,   I have for sale a lvl 35 PP, with a separate email, for adena on the l2reborn signature server. Price is 3kk (Negotiable).
    • @Hitcher what i found is that rates from MyExt64.ini are somehow ignored. For example, if i set: in L2Server.ini   [event] adenaamount=0 itemrate=0 spoilrate=0 exprate=0 aiadenarate=0 aiexprate=0 and in MyExt64.ini   [rate] ; Adena rate AdenaRate = 1.0 ; Drop rate DropRate = 1.0 ; Spoil rate SpoilRate = 1.0 ; RB drop rate BossDropRate = 1.0 ; Herb drop rate HerbRate = 1.0 ; For highrate servers turn this on, lowers drop for mobs lvl 19- so you don't get 40 small shields FixupLowLevel = false ; Items that are not affected by rate change IgnoredItems = 6656,6657,6658,6659,6660,6661,6662,8191 ; Whether dump drop/spoil to a file in DUMP folder Dump = false ; Seal stone amount rate (multiplier) SealStoneAmountRate = 1.0 The rates from MyExt64.ini are ignored. Does anyone know what is the issue here? I've also tried with the below setting as i read somewhere that 100 would be 1x [event] adenaamount=100 itemrate=100 spoilrate=100 exprate=100 aiadenarate=100 aiexprate=100 However, when i set this, the exp/sp/adena is somehow 3x in-game. I've tested with killing 1 gremlin with lvl 1 char and the exp and sp is x3 the amount in acquire_exp_rate=382.07    acquire_sp=26.
×
×
  • Create New...