Results 1 to 12 of 12

Thread: BRIGHTNESS update on RS

  1. #1
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    BRIGHTNESS update on RS

    I just noticed that many of my accounts, when I log into them the brightness is automatically turned down to the second slot (almost lowest). This has a HUGE effect on the macros, some of them sort of work, but when I up the brightness they work perfect, I think this is an attempt by jagex to slow us down again....we should probably start implementing brightness checkers into all the scripts now...I'm not sure if anyone else has noticed this, or if this is the right place to post this, sorry if this is just annoying
    (feel free to delete this if it's already known, just thought you should be advised if no one noticed yet)
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

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

    Default

    It doesn't for me.

  3. #3
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    its not all the time....just like, once in every 20 log ins or so, I noticed it on one char, then on another....I think it might have something to do with a random, its always after a macro stops due to some weird random
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

  4. #4
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    {-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    procedure CheckBright;
    By: Timer
    Description: Checks Brightness, No Interuption, For It Switches Back To Same Game Tab
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-}

    procedure CheckBright;
    var
      Int: Integer;
    begin
      if not LoggedIn then
        Exit;
      Int := GetCurrentTab;
      SetBar('brightness', 4);
      if Int <> GetCurrentTab then
        GameTab(Int);
    end.

  5. #5
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    I think its because SRL misclicks when it sets run to true.. Happens to me with smart & certain scripts..
    Verrekte Koekwous

  6. #6
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    alright, thanks people!
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

  7. #7
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    @ Timer: Haha, that is practically just SRL


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  8. #8
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It doesn't happen with me...Plus we already got a procedure to change brightness. If it really happened, it would take scripters less than 5 mins to update.

  9. #9
    Join Date
    Jan 2008
    Location
    UK
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesn't do it for me however i do occasionally find that my brightness has dropped and this is usually tied to a missed random..

    I just stuck this this into the start of my routine that starts each new player:
    SCAR Code:
    GameTab(11);
    wait(500 + Random(500));
    if (getcolor(701, 229) <> 10855845) then Mouse(713, 229, 3, 3, True);
    For the Ultimate Monk Fisher: Ultra Monkfish n Bank Click Here


  10. #10
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Yeah, i think it might be something to do with a missed random too....but I wasnt sure, thought i should get input from more people, thanks for the help, and the fixes
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

  11. #11
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hy71194 View Post
    @ Timer: Haha, that is practically just SRL
    Shh!!! LoL

  12. #12
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    LOL jagex :P havent thought about that HEHE

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. brightness observation
    By ben600006 in forum RS has been updated.
    Replies: 8
    Last Post: 03-02-2008, 07:28 PM
  2. Runescape Update and Java Update
    By cause in forum RS has been updated.
    Replies: 2
    Last Post: 01-07-2007, 06:07 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
  •