badandymitch
05-09-2007, 08:31 PM
i can get it to right click trade but whats a good way to make it click on trade shop keeper?
i tried with just trade but it keeps clicking to trade with people.
thanks.
steth1010
05-09-2007, 09:51 PM
be more specific? like u want it to find shop keeper then right click then click trade?
if so here
if (FindColor(x, y, ShopGuyscolor, 0, 0, 600, 600)) then
MMouse(x, y, 0, 0);
wait(1000 + random(2));
if (IsUpText('hop')) then
Mouse(x, y, 0, 0, false);
if (IsUpText('rade')) then
wait(400 + random(100));
ChooseOption(x, y, 'Trade');
wait(9000 + random(200));
n3ss3s
05-13-2007, 06:40 AM
Dont put only trade there. use "and" keyword with the trade and Shop Keeper.
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.