Faerie Caves 2 SCAR Script.

Discussion in 'Program Help' started by WildSnorlax, Sep 21, 2009.

  1. WildSnorlax

    WildSnorlax Level IV

    Joined:
    Sep 21, 2008
    Messages:
    3,510
    Likes Received:
    95
    Location:
    Alberta, Canada
    I am referring to this here:
    downloads.php?d=29

    I ran this a long time ago when I first created my old main and it worked perfectly, and I tried today and I am getting all kinds of weirds. So I am going to post them here since I might be doing something wrong.

    So what I did was open the game, click "Start Game" and I was at the screen with all the levels, and then I opened the scar script and it started playing, but on the second stage my green frog died half way and I can't get it to work ever since. It does really weird things {running into walls but keeps moving} and sometimes I keep getting the "sucessfully compiled (something ms)" And uhh..I don't know, it won't play for me :(

    Am I suppose to be at the "Start Game" screen or the screen with all the levels? Also I usually just download the script and "run with SCAR" every time i'm at the screen, do I still need to press play or what?

    EDIT: So I just ran it a few more times and what not {making sure I targeted the SCAR crosshair and that my screens aren't over lapping} and it works, but every single time it screws up on a diff. level. There hasn't been once where it made it through all 19 levels.
     
  2. Fury

    Fury Level I

    Joined:
    May 26, 2009
    Messages:
    131
    Likes Received:
    2
    Location:
    Outer Space
    Change the code from
    Code (Text):
    1.  
    2. Begin
    3. Clickmouse(498,345,true);
    4. Wait(100);
    5. Clickmouse(300,240,true);
    6. Wait(100);
    7. Clickmouse(300,240,true);
    8. Wait(100);
    9.  
    to

    Code (Text):
    1.  
    2. Begin
    3. Clickmouse(498,345,true);
    4. Wait(100);
    5. Clickmouse(300,240,true);
    6. Wait(5000);
    7.  
    8.