Results 1 to 9 of 9

Thread: Findcolortolerance pausing rs screen

  1. #1
    Join Date
    Oct 2006
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Findcolortolerance pausing rs screen

    Hey, I've been trying to write my own script (which is cruddy) and whenever I use the findcolortolerance function it lags like all hell. I'm not doing it often, so that won't be the cause. It lags so much it makes the screen pause for close to a second.

    I've also tried using Fally Cow Cruncher(To see if it lagged as well) and it does. It's probably a problem with my computer, but I don't see how I can fix it. Any ideas?

    If the information is helpful, my computer is now running windows xp home edition, has 512mb of ram and 2.6gigherz processor.

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

    Default

    hmmm there shouldnt ba any problem...
    i think your computer is better than mine and i have no probllem

    \\Batnas
    My first script!!!
    http://www.srl-forums.com/forum/show...tupost&t=32388

    There are 10 kind of people in the word
    -Those who can the binary
    -And those who can't

    http://www.srl-forums.com/forum/diff...ls-t30279.html

    http://www.srl-forums.com/forum/tut-...radial+walking

  3. #3
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Post your script that lags for you please ?
    Administrator's Warning:


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

    Default

    He said fally cow cruncher does it as well and thats juinor so don't post that one.

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

    Default

    No I don't think it is, RuneScape occasionally plays up .
    Other than that try I think your account maybe Flagged... But that a very big maybe

  6. #6
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by NaumanAkhlaQ View Post
    No I don't think it is, RuneScape occasionally plays up .
    Other than that try I think your account maybe Flagged... But that a very big maybe
    oh comeon... Its clearly not flagged.


    What u should do is close all programs that are NOT used.

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  7. #7
    Join Date
    Oct 2006
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok. I just tried it again and it seems to be working fine. Anyway, I'll still post my function. It's in a bad state at the moment -_- lol

    Here's my function that's causing the problem.
    Code:
    procedure fightCow;
    begin
    if (LoggedIn)then
       begin
      if not(infight()) then
        if (findcolorspiraltolerance(x, y, 7308962, msx1, msy1, msx2, msy2, 10)) then
           begin
          Mouse(x, y, 4, 4,true);
          cows:= cows + 1
          end;
        end;
    I know it's not finished, I spent very little time on it last night as I was tired.

    Anyway, thanks for the replies. I'll try this out again.

  8. #8
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The problem isnt there. Maybe you have a loop without waits?


  9. #9
    Join Date
    Oct 2006
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My main loop has a good 1 second wait, and I tried last night changing it to 3+ seconds. But, it's working now. Maybe there were processes running that shouldn't have been. I dunno.

    Back to scripting. I daresay I'll be making another post sometime shortly. :P

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. FindColorTolerance
    By Torrent of Flame in forum OSR Help
    Replies: 8
    Last Post: 02-23-2008, 04:13 PM
  2. Help with pausing a script
    By malotthouse in forum OSR Help
    Replies: 5
    Last Post: 01-30-2008, 08:06 PM
  3. FindColorTolerance
    By sjlou in forum OSR Help
    Replies: 7
    Last Post: 09-16-2007, 08:31 PM
  4. Trade Screen and Duel Screen?
    By Hey321 in forum OSR Help
    Replies: 18
    Last Post: 12-14-2006, 11:13 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
  •