Quote:
Originally Posted by provocating
Just the code to make an npc hold the satchel and equip it, then turn on trading would be enough. I am just stuck at this part. Maybe there is some undocumented functions I am not aware of.
|
All the bazaar code assume that the Trader is a client (e.g. when you buy something off a Trader, the server sends packets to it to remove the item from it's inventory, add the purchase price, etc.).
As it stands right now, you can't make an NPC a Bazaar trader ... you'd have to cook something up using NPC merchants as you suggest.