Results 1 to 24 of 24

Thread: RS is a B****d to script in

  1. #1
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default RS is a B****d to script in

    dont expect scripting in rs to be as easy as it was
    everytime you get a co-ordinate using the color picker in scar the client bloody changes canvas and so scar looses focus therefore meaning you have to select the client before you clickon a color
    this is really annoying wen you are creating a script from scratch and you need all the colors and co-ordinates
    in the last minuite i have had to retarget the client about 10-20 times

    i think the only way to stop this is to make the scripts in unsigned java

    ~shut

    EDIT: i just tried on insigned java and it makes no differance

  2. #2
    Join Date
    May 2007
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm.

    So it's changing colors? Runescape is?

    That sucks, just another one of those updates to piss off macroers...

  3. #3
    Join Date
    Jan 2007
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why not just take a screenshot of your screen and pick the colors from there?

  4. #4
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No runescape allways changed colors...

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

    Default

    Oh fuck. Its true

  6. #6
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It really that big of a matter, i made a guild mier with it like that not 2 annoyoing.

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

    Default

    its been like this?

    trees change colors always

    what about use scarscape? to start scripting

    and other way is Reflection, though we still want color base.

  8. #8
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  9. #9
    Join Date
    May 2007
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    i dont mean the colors change during script making but scar looses focus everytime you pick a color which means everytime you mant to pick a colour you have t otarget the client again

    ~shut
    Can you change the tolerance? I'm guessing this invloves your Tut Island Runner?

  10. #10
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    i dont mean the colors change during script making but scar looses focus everytime you pick a color which means everytime you mant to pick a colour you have t otarget the client again

    ~shut
    Hasn't it always been like that?
    Well, then I was stupid and re-targeted it all over again with no reason. -.-
    Not that hard, too.
    ~Eerik~

  11. #11
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    So it changes colour when the client re-canvas'?
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  12. #12
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    It use to do this before. Now it just does it more...
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  13. #13
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Hmm, I will write a quick script to fix this. Bullzeye did it.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  14. #14
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by noidea View Post
    So it changes colour when the client re-canvas'?
    no the colours stay the same scar just looses focus
    Quote Originally Posted by Narcle View Post
    It use to do this before. Now it just does it more...
    did it?
    i never noticed it before :/
    Quote Originally Posted by Nava2 View Post
    Hmm, I will write a quick script to fix this. Bullzeye did it.
    ok well if it works then tysm

    ~shut

  15. #15
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    SCAR Code:
    {*******************************************************************************
    procedure ResetRS;
    By: RSN/Nava2
    Description: Finds RS Window and sets a timer to repeat every one second.
    *******************************************************************************}

     
    procedure ResetRS;
    begin
      Result := FindWindowBySize(766, 504);
      SetTimeOut(1, 'ResetRS');
    end;

    Call it at the begining of a script. It SHOULD find it every one second. Haven't tested. Sorry.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  16. #16
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Would that work with SMART?
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  17. #17
    Join Date
    Dec 2006
    Posts
    399
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Isnt it time to move on from colors and coordinates? I mean, isnt Reflection-type things more efficient?
    Hax0r


  18. #18
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Jethr0x View Post
    Isnt it time to move on from colors and coordinates? I mean, isnt Reflection-type things more efficient?
    we moved from coordinates to colors, reflection is tiles
    Wizzup threatened to rape me unless I removed my signature.

  19. #19
    Join Date
    Dec 2006
    Posts
    399
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    like i said... isnt it time to just move onto tiles... form something with freddy... put smart w\ scar.. add reflection to srl.. its pretty much needed now.
    Hax0r


  20. #20
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    I'm fine with staying with Colour...
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  21. #21
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Jethr0x View Post
    like i said... isnt it time to just move onto tiles... form something with freddy... put smart w\ scar.. add reflection to srl.. its pretty much needed now.
    No, reflection is too unstable in these stages, and colour is still perfectly working. Big whoop if colour picking isn't as good as before! We can still do, even if we print screen and pick the colours from paint..
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  22. #22
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The reason it does this is because the RuneScape Java has a new "paint/destroy" function in it.

    It paints the canvas, then destroys it once it loses focus.

    Correct me if I'm wrong.

  23. #23
    Join Date
    Jun 2008
    Posts
    122
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think this is the reason why I cant get any scripts work anymore, keeps giving canvas errors. something doesnt work in srl/scar I guess

  24. #24
    Join Date
    Apr 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, this could be the source of my problems as well. I'm going to go ahead and use the color picker from paint and see how it works. Thanks for the tip.
    (\__/)
    (O.o )
    (> < ) This is Bunny. Copy Bunny to your signature to help him on his way to world domination!

    (Ja ja, its da bunnies.)

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •