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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...