Jump to content
  • 0

Sell Function on Npc (Epilogue)


Question

Posted

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

  • 0
Posted

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 ;)

Guest
This topic is now closed to further replies.


×
×
  • Create New...