Results 1 to 6 of 6

Thread: ChooseOption and ClickOption not working for me?

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

    Default ChooseOption and ClickOption not working for me?

    I don't know why they aren't working, but they just aren't. I never had a problem with them before. I will post the procedure I am making and point out where it is, maybe I'm doing something wrong? Oh well, here it is, and if you see anything I'm doing wrong or something I can do to fix it to work, please let me know.

    SCAR Code:
    procedure SmeltBars;
    begin
      if not (LoggedIn) then Exit;
      case Players[CurrentPlayer].integers[0] of
        0: begin
            MouseBox(32, 388, 74, 430, False);
            Wait(100 + random(100));
            if (IsUpText('ronze')) then
            begin
              Mouse(x, y, 2, 2, false);
              Wait(25+random(25));
              ChooseOption('X');    //<--------------- There's ChooseOption
              Wait(300+random(200));
              TypeSend('14');
            end else
              WriteLn('Bronze Bar was not found!');
          end;
      end;
    end;
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  2. #2
    Join Date
    Jun 2007
    Posts
    246
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    MouseBox(32, 388, 74, 430, False); makes the script right click making the uptext disappear making the script thing it didnt find it. pretty sure thats whats wrong. also u might want to make the mousebox start a little bit closer to bronze bar i think its too far away and sometimes it might misclick

  3. #3
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    zenma i think you are wrong. He only has a box 42x42 selected... thats not overly big assuming it is centered on the inventory icon.
    ~ Metagen

  4. #4
    Join Date
    Jun 2007
    Posts
    246
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nope pretty sure im right, just double checked and the box starts at 28,390

  5. #5
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its for smithing.. its a smithing button thing probably.
    ~ Metagen

  6. #6
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Zenma was right. Thanks Zenma
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Chooseoption help
    By Brianb in forum OSR Help
    Replies: 37
    Last Post: 08-27-2008, 07:30 PM
  2. ChooseOption suddenly not working...
    By rostaryms in forum OSR Help
    Replies: 11
    Last Post: 02-12-2008, 07:50 PM
  3. Hwo to use ChooseOption
    By PwNZoRNooB in forum OSR Help
    Replies: 3
    Last Post: 04-29-2007, 09:22 PM
  4. better chooseoption
    By gsquare567 in forum OSR Help
    Replies: 1
    Last Post: 03-29-2007, 07:11 AM

Posting Permissions

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