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>
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>
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
0 II337 Posted November 14, 2014 Author Posted November 14, 2014 L2MerchantInstance: Unknown NPC bypass: "Sell" NpcId: 10002 In console :/???
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.
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now