Results 1 to 4 of 4

Thread: Symbol Name

  1. #1
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default Symbol Name

    What is this symbol's name?
    http://www.myfilelink.co.uk/file.asp...94ff47b495aa61

    PS: I still cant get the stupid image tags to work

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    churn

  3. #3
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Thanks, I have one more question, For ClicktoContinue, Does it click the thing too? Or do i have to do something with ClicktoContinue, Mouse or something?
    SCAR Code:
    procedure Cookit;
    begin
      RadialWalk(3560306, 230, 200, 50, 1, -1);
      MakeCompass('W')
        LowestAngle;
      KeyDown(38)
        wait(200)
        KeyUp(38)
        if FindColorRightTol(x, y, 11119560, MIX1, MIY1, MIX2, MIY2, 5) then
      begin
        Mouse(x, y, 0, 0, True)
          if FindColorRightTol(x, y, 5453577, MSX1, MSY1, MSX2, MSY2, 5) then
        begin
          Mouse(x, y, 0, 0, True)
            FindNormalRandoms;
          if FindColorRightTol(x, y, 11119560, 349, 240, 434, 654, 5) then
          begin
            Mouse(x, y, 1, 1, False)
              ChooseOption(x, y, 'All')
          end;
        end;
      end;
    end;

    I am trying to put it in Right after it clicks all, Because that is when you would get a, YAY! You gained a lvl message.. And then I need it to restart the Procedure, How would i do that?

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  4. #4
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    ClickToContinue finds it and handles it .

    The failsafe could be something like this:
    SCAR Code:
    procedure Cookit;
    begin
      RadialWalk(3560306, 230, 200, 50, 1, -1);
      MakeCompass('W')
        LowestAngle;
      KeyDown(38)
        wait(200)0
        KeyUp(38)
        if FindColorRightTol(x, y, 11119560, MIX1, MIY1, MIX2, MIY2, 5) then
      begin
        Mouse(x, y, 0, 0, True)
          if FindColorRightTol(x, y, 5453577, MSX1, MSY1, MSX2, MSY2, 5) then
        begin
          Mouse(x, y, 0, 0, True)
            FindNormalRandoms;
          if FindColorRightTol(x, y, 11119560, 349, 240, 434, 654, 5) then
          begin
            Mouse(x, y, 1, 1, False)
              ChooseOption(x, y, 'All')
            if ClickToContinue then         //  This is what I added
            begin                                
              Mouse(x, y, 1, 1, False)  
                ChooseOption(x, y, 'All')
            end        
          end;
        end;
      end;
    end;
    Hup Holland Hup!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. New MM symbol.
    By the flea in forum RS has been updated.
    Replies: 5
    Last Post: 05-13-2007, 02:26 AM
  2. Need Symbol Help
    By steth1010 in forum OSR Help
    Replies: 6
    Last Post: 05-04-2007, 12:21 AM
  3. Symbol help
    By Rambozin in forum OSR Help
    Replies: 16
    Last Post: 04-25-2007, 03:12 PM
  4. clicking the quest symbol then the bank symbol
    By RudeBoiAlex in forum OSR Help
    Replies: 7
    Last Post: 03-22-2007, 11:14 PM
  5. Symbol help
    By fugate in forum OSR Help
    Replies: 4
    Last Post: 01-21-2007, 02:18 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
  •