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:
I fixed same problem a while ago... look for an item which does not cause the character to stop walking/running when used and check its skill xml attributes, I think it's most likely the "operate_type" or the "next_action" attributes. First test different "operate_type" parameters.
I can offer this auto-farm with party assist feature, this picture is from L2jServer high five pack. but can adopt to other packs also.
Discord: l2retro
Question
JustLikeMe
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