pls help buy sell menu Runuo

Ask for help

Moderators: Murderator+, Murderator

Post Reply
magicqin
Posts: 6
Joined: 2013-06-12 12:18:20

pls help buy sell menu Runuo

Post by magicqin »

how can I script this menu by injection2014....

I want to auto buy sell sth..

menu.jpg
menu.jpg (13.67 KiB) Viewed 2643 times


I use Main page Buy/Sell, it wont work... So,pls help.
Incorrect User
Posts: 949
Joined: 2011-05-23 00:33:30

Re: pls help buy sell menu Runuo

Post 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.
magicqin
Posts: 6
Joined: 2013-06-12 12:18:20

Re: pls help buy sell menu Runuo

Post 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...
Incorrect User
Posts: 949
Joined: 2011-05-23 00:33:30

Re: pls help buy sell menu Runuo

Post 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.
Post Reply