Page 1 of 1
pls help buy sell menu Runuo
Posted: 2014-06-15 15:51:23
by magicqin
how can I script this menu by injection2014....
I want to auto buy sell sth..

- menu.jpg (13.67 KiB) Viewed 2784 times
I use Main page Buy/Sell, it wont work... So,pls help.
Re: pls help buy sell menu Runuo
Posted: 2014-06-15 16:15:55
by Incorrect User
Buy/Sell dont work with menu, they work with buy list of vendor. Go to vendor and say Buy or Sell, and press Buy/Sell on Main, create new list or edit some of created, and you can see menu with all vendor items, where can choose items you need.
Re: pls help buy sell menu Runuo
Posted: 2014-06-16 03:32:08
by magicqin
Incorrect User wrote:Buy/Sell dont work with menu, they work with buy list of vendor. Go to vendor and say Buy or Sell, and press Buy/Sell on Main, create new list or edit some of created, and you can see menu with all vendor items, where can choose items you need.
thx man! I goto npc and use buy/sell button create buy/sell list,after done,I input NPC name and press sell button,it will stuck there,until I click on npc contextmenu sell manully,will be moveon。
but I need how script to autobuy/sell by use contextmenu of NPC。
use some new function? uo.WaitingForMenu? or another? pls help...
Re: pls help buy sell menu Runuo
Posted: 2014-06-16 14:46:24
by Incorrect User
uo.set("buydelay", 5000); 5000 - time after which buy goods after the word "Buy"
uo.buy("Buy list name"); Buy function
wait(5000); You must wait buydelay time after uo.buy(), because scrip don't stop on uo.buy line.