how can I script this menu by injection2014....
I want to auto buy sell sth..
I use Main page Buy/Sell, it wont work... So,pls help.
pls help buy sell menu Runuo
Moderators: Murderator+, Murderator
-
- Posts: 949
- Joined: 2011-05-23 00:33:30
Re: pls help buy sell menu Runuo
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
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...
-
- Posts: 949
- Joined: 2011-05-23 00:33:30
Re: pls help buy sell menu Runuo
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.
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.