L2JMobius

Interlude Bypass.

maldizverg · 1 · 1185

Offline maldizverg

  • Vassal
  • *
    • Posts: 3
Hello. I'm looking _sell bypass from merchant's npc's. For example, Helvetia in Giran grocery shop have this html.
Code: [Select]
<html><body>Grocer Helvetia:<br>
Come in, welcome to our shop, where we always provide you with affordable, quality goods. Take your time, and if there is anything you need, just let me know.<br>
<a action="bypass -h npc_%objectId%_Buy 3008100">Buy Consumables and Minerals.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3008101">Buy Dye.</a><br>
<a action="bypass -h npc_%objectId%_Sell">Sell.</a><br>
<a action="bypass -h npc_%objectId%_TerritoryStatus">See the Lord and get the tax rate information.</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

Where is the class than I can found this bypass? "_Sell"
Code: [Select]
<a action="bypass -h npc_%objectId%_Sell">Sell.</a><br>
Thanks.