II337 Posted November 14, 2014 Posted November 14, 2014 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> Quote
0 Hashirama Posted November 14, 2014 Posted November 14, 2014 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> Quote
0 SweeTs Posted November 14, 2014 Posted November 14, 2014 (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 November 14, 2014 by SweeTs Quote
0 II337 Posted November 14, 2014 Author Posted November 14, 2014 L2MerchantInstance: Unknown NPC bypass: "Sell" NpcId: 10002 In console :/??? Quote
0 SweeTs Posted November 14, 2014 Posted November 14, 2014 lol dat l2jserver .. :D Then no idea, to be honest. Check any retail npc which has sell option and check it's htm. Quote
Question
II337
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
5 answers to this question
Recommended Posts
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.