Results 1 to 3 of 3

Thread: Whats a good way to trade shop?

  1. #1
    Join Date
    Nov 2006
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Whats a good way to trade shop?

    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.

  2. #2
    Join Date
    Mar 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    be more specific? like u want it to find shop keeper then right click then click trade?

    if so here

    SCAR Code:
    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));

  3. #3
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Dont put only trade there. use "and" keyword with the trade and Shop Keeper.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Whats a good method to "While Chopping Wood".
    By Claymore in forum OSR Help
    Replies: 5
    Last Post: 07-18-2008, 12:04 AM
  2. Whats a good number of loads?
    By Metagen in forum OSR Help
    Replies: 8
    Last Post: 09-05-2007, 05:57 PM
  3. Whats Reputation for? What is a good reputation?
    By Johura in forum News and General
    Replies: 10
    Last Post: 02-19-2007, 05:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •