Results 1 to 8 of 8

Thread: Click to Continue

  1. #1
    Join Date
    Feb 2010
    Location
    England
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Click to Continue

    Hey guys,
    so I'm just finishing my little script, fixing the little flaws

    i'd like to know how I can get SCAR to press "Click to Continue", talking with YoHoJo he said that there used to be SRLClickToContinue but he couldn't find it any more

    it's just that I need to press Click to Continue every time the bot grows a cooking level

    thanks in advance,
    void_hatred

  2. #2
    Join Date
    Apr 2007
    Location
    Melbourne, Aus
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    use this:
    SCAR Code:
    LevelUp;
    it checks for a level up and clicks continue button

  3. #3
    Join Date
    Feb 2010
    Location
    England
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks jimmy_mac!

    SCAR Code:
    while FindDTM(ChickenDTM, x, y, MIX1, MIY1, MIX2, MIY2) do
      begin
        LevelUp;
      end;

    void_hatred

  4. #4
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    And i thought the function was ClickToContinue; not SRLClickToContinue;
    There used to be something meaningful here.

  5. #5
    Join Date
    Feb 2010
    Location
    England
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Frement View Post
    And i thought the function was ClickToContinue; not SRLClickToContinue;
    it may well have been, it was like 2am yesterday when I asked YoHoJo so I maybe added an SRL onto the front by mistake

    void_hatred

  6. #6
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Therre is one: ClickContinue


    SCAR Code:
    function ClickContinue(Click, Wait: Boolean): Boolean;
    By: Nielsie95
    Description:
         Returns true if ClickToContinue was found.



    I always look in the .chm Manual! located in here: SRL/SRL Manual.chm. There is a handy search available too
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  7. #7
    Join Date
    Feb 2010
    Location
    England
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks WT-Fakawi! will save many questions


    void_hatred

  8. #8
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cant you just use:
    SCAR Code:
    FindNPCChatText('Click To Continue', click);
    That's what I use.
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

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
  •