PoRnosJH Posted March 17, 2010 Posted March 17, 2010 I have one npc....i worked with it on my old final server...now i put it on my curent pack..epilogue... working 100% except its sell function ..if i press the sell button nothing happens..and on gameserver.bat shows: uknown -bypass object_sell ..how i must edit the html of the npc.. current is : <button value="Sell Items" action="bypass -h npc_%objectId%_Sell" width=120 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> tnx..
0 Sindelia Posted March 17, 2010 Posted March 17, 2010 You can't sell like that anymore. You must change your NPC to a L2Merchant, create a new buylist on the db and leave it blank, change the bypass to "bypass -h npc_%objectId%_buy buylistidhere" and then you'll have to select the "Sell" tab when the Buy/Sell/Refund window opens ;)
0 PoRnosJH Posted March 17, 2010 Author Posted March 17, 2010 ok..understandable...tnx for all.. EDIT: Ok Done...Tnx Again... Lock the topic..
Question
PoRnosJH
I have one npc....i worked with it on my old final server...now i put it on my curent pack..epilogue...
working 100% except its sell function ..if i press the sell button nothing happens..and on gameserver.bat shows: uknown -bypass object_sell
..how i must edit the html of the npc..
current is :
<button value="Sell Items" action="bypass -h npc_%objectId%_Sell" width=120 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
tnx..
2 answers to this question
Recommended Posts