Jump to content
  • 0

"sell" Button To Gmshop


Question

Posted

I need to know how to add a sell menu for a GMShop.

I made the button already but its not pathing me to a sell screen.

 

 

 

html in my gmshop

<center><button value="Sell" action="bypass -h npc_%objectId%_Buy 13128001" width=75 height=25 back="L2UI_CT1.Button_DF.Gauge_DF_Attribute_Wind.Gauge_DF_Attribute_Wind" fore="L2UI_CT1.Button_DF.Gauge_DF_Attribute_Wind.Gauge_DF_Attribute_Wind_bg"></center><br>
<img src="L2UI_CH3.herotower_deco" width=256 height=32 align=left>

 

5 answers to this question

Recommended Posts

  • 0
Posted

 

center><button value="Sell" action="bypass -h npc_%objectId%_Sell" width=75 height=25 back="L2UI_CT1.Button_DF.Gauge_DF_Attribute_Wind.Gauge_DF_Attribute_Wind" fore="L2UI_CT1.Button_DF.Gauge_DF_Attribute_Wind.Gauge_DF_Attribute_Wind_bg"></center><br>
<img src="L2UI_CH3.herotower_deco" width=256 height=32 align=left>
  • 0
Posted (edited)

The npc type must be L2Merchant if you want sell option to work. ;)

<button value="Sell" action="bypass -h npc_%objectId%_sell" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"

Btw, how could it be sell while your bypass is Buy :troll:

Edited by SweeTs
  • 0
Posted

lol dat l2jserver .. :D

 

Then no idea, to be honest. Check any retail npc which has sell option and check it's htm.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock