Results 1 to 5 of 5

Thread: when i push(auto) arrow key ,the window of runescape dont detect

  1. #1
    Join Date
    Feb 2009
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default when i push(auto) arrow key ,the window of runescape dont detect

    hi ,

    voici my list of code in scare ,the arrow key work but the runescape window can't detect the key:

    program New;
    var FindColourX, FindColourY: Integer;
    var box: TBox;

    procedure northfindersuite;

    begin
    repeat
    Wait(600 + Random(200))
    SendArrow(1)
    until(FindColorSkipBoxTolerance(FindColourX, FindColourY, 1911089, 537, 5, 550, 17, 20, box))
    end;


    begin

    northfindersuite

    end.

    can some1 help me plz

  2. #2
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Drag the crosshair over the RS Client and use :

    SCAR Code:
    ActivateClient;

    That should help you, unless thats not what you mean.

    Also : use SCAR tags for your script as it helps us for reading it.

  3. #3
    Join Date
    Sep 2007
    Posts
    638
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Have it click the screen first. Not detecting it could be because you don't have the window selected.

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    If you use IE8, change to FireFox, trust me it helps

  5. #5
    Join Date
    Sep 2007
    Posts
    638
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NaumanAkhlaQ View Post
    If you use IE8, change to FireFox, trust me it helps
    True, you just have to be careful of when FireFox updates (which it tries to do a lot) because it screws you over.

    Also with my FireFox (portable) the window deselets a lot. That could be a problem.

    I agree completely about changing to FireFox. You just need to be aware that it can have problems too.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto detect fishing? Is this possible?
    By pianoman933 in forum OSR Help
    Replies: 1
    Last Post: 11-27-2008, 06:54 PM
  2. I dont wanna push
    By Marco40 in forum News and General
    Replies: 1
    Last Post: 01-28-2008, 02:16 PM
  3. focus on runescape window
    By jir0n in forum OSR Help
    Replies: 2
    Last Post: 12-24-2007, 06:43 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
  •