Results 1 to 17 of 17

Thread: clicktoplay, login.scar

  1. #1
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default clicktoplay, login.scar

    i noticed that when logging in, it forgets to click the thing to remove the black box, so here it is, and it works

    SCAR Code:
    procedure clicktoplay;
    var tpa : TPointArray;
    begin
      setarraylength(tpa, 2);
      tpa[0] := point((msx1 + 56), 52);
      tpa[1] := point((tpa[0].x + 399), 281);
      if countcolor(0, tpa[0].x, tpa[0].y, tpa[1].x, tpa[1].y) > 7500 then
        if countcolor(16777215, tpa[0].x, tpa[0].y, tpa[1].x, tpa[1].y) > 5500 then
          mousebox((tpa[0].x + 150), 259, (tpa[0].x + 274), 265, 1);
    end;

    it counts the black color, and then the yellow color too to make sure its at the black box.

    feed back before i commit?
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Explain better, I get get it. Maye even a screenshot so we can see wucha talking about.
    Also, silly SRL member you can't commit! You're not even a dev!

  3. #3
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Explain better, I get get it. Maye even a screenshot so we can see wucha talking about.
    lol, i can commit to csrl
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Doh! -.- Its classic!

  5. #5
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Doh! -.- Its classic!
    lol,

    also, the black box is the thing that you have to click right after you log in, so you can play
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  6. #6
    Join Date
    Dec 2006
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome. Was wondering if anyone was going to work on this. How bout detecting 100% fatigue and or entering the sleeping bag page. I have a few ideas myself.
    Thick As Blood

  7. #7
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Thick As Blood View Post
    Awesome. Was wondering if anyone was going to work on this. How bout detecting 100% fatigue and or entering the sleeping bag page. I have a few ideas myself.
    that can also be a simple count color, and entering the sleeping bag page, just use a DTM of the bag, and click on it

    i guess i can make them for the includes though. i need an account with 100% fatigue though, im to lazy to get it on my account XD
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  8. #8
    Join Date
    Dec 2006
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So wait.. the login for RS2 works for rsc, it just dosent click the second message box, or? I'm confused. I created my first script since i've been out of the loop and it's just a basic login to RS script and it's pretty lame so I'll be happy if the one for rs2 works, somehow with rsc.
    Thick As Blood

  9. #9
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Thick As Blood View Post
    So wait.. the login for RS2 works for rsc, it just dosent click the second message box, or? I'm confused. I created my first script since i've been out of the loop and it's just a basic login to RS script and it's pretty lame so I'll be happy if the one for rs2 works, somehow with rsc.
    honsetly, with the rsc login, all you need it

    to make sure your on the login screen, typesend(username), typesend(password), wait, and clicktoplay;

    thats waht i do
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  10. #10
    Join Date
    Dec 2006
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah I made a simple one like that too haha.
    Thick As Blood

  11. #11
    Join Date
    Feb 2008
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Click the login button or w/e, type it in, press enter, type in password, press enter, only place where you have to use the mouse is the login box thingy after that you hit enter twice after the text

  12. #12
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Feroc1ty View Post
    Click the login button or w/e, type it in, press enter, type in password, press enter, only place where you have to use the mouse is the login box thingy after that you hit enter twice after the text
    wb Feroc1ty
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  13. #13
    Join Date
    Feb 2008
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    couldn't help it i love rsc too much, ill contribute with w/e scripts needed that i might like doing

  14. #14
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Feroc1ty View Post
    couldn't help it i love rsc too much, ill contribute with w/e scripts needed that i might like doing
    how about helping us develop the include itself, so we can then make teh awesome scripts?
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  15. #15
    Join Date
    Feb 2008
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    We should all get google wave and start using it to create the include file, would be the most logical and simple way.

  16. #16
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Feroc1ty View Post
    We should all get google wave and start using it to create the include file, would be the most logical and simple way.
    he have an official villavu one ;D (its official, and just as easy )
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  17. #17
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Wow! I can't believe you guys have a RSC include base. Pretty cool, good luck with the include. I'll try to do anything to help (If i still remember how to script).

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
  •