Hello. I'm looking _sell bypass from merchant's npc's. For example, Helvetia in Giran grocery shop have this html.
<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"
<a action="bypass -h npc_%objectId%_Sell">Sell.</a><br>
Thanks.