A moving merchant window box
Posted: Tue Aug 12, 2014 7:44 pm
What what be the best way to keep a merchant box open with a merchant that moves around? If the merchant moves too far the box closes and the bot gets stuck.
Right now I just include in the buying loop Kinda slows it down
Is there a way to tell if the store box closes then just reopen it with player:openStore(npcname);
Or can I make the bot follow the guy so the box doesn't close?
Right now I just include in the buying loop Kinda slows it down
Code: Select all
player:openStore(npcname);Or can I make the bot follow the guy so the box doesn't close?