Results 1 to 14 of 14

Thread: If you lag with boxes..

  1. #1
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    433
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default If you lag with boxes..

    For those who lag on boxes etc.
    Code:
    {*******************************************************************************
    function GetBoxSide: Integer;
    by: pups
    Description: Gets Box side and returns Bitmap
    *******************************************************************************}
    function GetBoxSide: Integer;
    var
      Side, x, y: integer;
    begin
      Side := BitmapFromString(181, 181, '');
      repeat
      wait(1000) // this is what fixes the lag.
        if findcolortolerance(x, y, 16579837, 182, 45, 182, 225, 5) then continue;
        if findcolortolerance(x, y, 16579837, 342, 45, 342, 225, 5) then continue;
        if findcolortolerance(x, y, 16579837, 172, 55, 352, 55, 5) then continue;
        if findcolortolerance(x, y, 16579837, 172, 215, 352, 215, 5) then continue;
        if findcolortolerance(x, y, 12764106, 182, 45, 182, 225, 5) then continue;
        if findcolortolerance(x, y, 12764106, 342, 45, 342, 225, 5) then continue;
        if findcolortolerance(x, y, 12764106, 172, 55, 352, 55, 5) then continue;
        if findcolortolerance(x, y, 12764106, 172, 215, 352, 215, 5) then continue;
        break;
      until false;
      CopyClientToBitmap(Side, 172, 45, 352, 225);
      Result := Side;
    end;
    Theres the SRL boxsolver, to make it not to lag, add that wait(1000) there, I lagged like hell before, now, not even a bit of lag.

    Do that and the lag is fixed. Where you find this procedure ? SRL/SRL/CORE/ANTIRANDOMS/BOX

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

    Default

    Give credit when reposting please.

  3. #3
    Join Date
    Oct 2006
    Location
    England
    Posts
    154
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    DaWu dont go round thinking you solved this, someone already posted this.

  4. #4
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    433
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Arr0w View Post
    DaWu dont go round thinking you solved this, someone already posted this.
    sherlock I didn't say that I solved the problem, Jesus.
    Im just tired about 20002030204211 whining leechers posting about lagging boxes..

    Quote Originally Posted by Boreas View Post
    Give credit when reposting please.
    Don't remember who posted it, I never claimed that I solved the problem, I tried to be helpful, sorry, I'll never be helpful again.

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

    Default

    Quote Originally Posted by DaWu View Post
    sherlock I didn't say that I solved the problem, Jesus.
    Im just tired about 20002030204211 whining leechers posting about lagging boxes..



    Don't remember who posted it, I never claimed that I solved the problem, I tried to be helpful, sorry, I'll never be helpful again.
    Leecher usually don't have the brains to go editing
    Administrator's Warning:


  6. #6
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    433
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Sumilion View Post
    Leecher usually don't have the brains to go editing

    Lol I'm sorry for everything, I'll make sure that I won't make a helpful post anymore then lawl :|

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

    Default

    I didn't say never be helpful again. If you don't know who then at least say 'someone else posted this somewhere else', otherwise, you are supporting making redundant threads, which is what you said you were tired of.

  8. #8
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, I really needed to get this work, see:
    PHP Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     
    SRL Randoms Report       |
    |    
    www.villu-reborn.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | New 
    Box[sSolved      :  33 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ 

    Also had to solve about 20 boxes earlier today with my own hands . I got 20 boxes because somehow FindNewBox isn't working for me.

  9. #9
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    433
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Pentti View Post
    Well, I really needed to get this work, see:
    PHP Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     
    SRL Randoms Report       |
    |    
    www.villu-reborn.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | New 
    Box[sSolved      :  33 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ 

    Also had to solve about 20 boxes earlier today with my own hands . I got 20 boxes because somehow FindNewBox isn't working for me.
    umm I don't know what boxsolver it calls in findnormalrandoms but that wait thing fixed lag for me.

  10. #10
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  11. #11
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Kaldo View Post
    Where did you go to edit this?
    Includes/SRL/SRL/Core/AntiRandoms/box.scar

  12. #12
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  13. #13
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    there is none

  14. #14
    Join Date
    Nov 2006
    Location
    basingstoke(u.k woot!)
    Posts
    382
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    edit:when i fixed it on my own(yes i did) it worked so ill give this a try maybe make this a sticky? seeing it helps noobs

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Boxes Random?
    By kingstun in forum NOTA
    Replies: 2
    Last Post: 12-29-2008, 12:36 AM
  2. How to make a grid of boxes
    By Boreas in forum Outdated Tutorials
    Replies: 6
    Last Post: 08-14-2007, 04:05 PM
  3. New Boxes Random?
    By lostspyda in forum News and General
    Replies: 32
    Last Post: 07-28-2007, 05:21 AM
  4. Accounts with random boxes on them
    By Harry in forum News and General
    Replies: 5
    Last Post: 07-27-2007, 01:39 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
  •