Sucessfully executed? Script finished?

Discussion in 'Archives' started by aznpimpin89, Jul 6, 2008.

Thread Status:
Not open for further replies.
Sucessfully executed? Script finished?
  1. Unread #1 - Jul 6, 2008 at 3:02 AM
  2. aznpimpin89
    Referrals:
    0

    aznpimpin89 Guest

    Sucessfully executed? Script finished?

    Hi everyone. Im new to SCAR. I used to use AC Tools on Maple Story. Besides that, I am having a problem. I can run SCAR well with the auto fighting scripts. It works! But the thing is, it will only work for so long until it stops; "script finished". I think the problem happens when there are no available monsters on the map at that given time to click on. Anyone have this problem and/or know how to get through this? Thanks
     
  3. Unread #2 - Jul 6, 2008 at 6:48 AM
  4. Macroman
    Joined:
    Jan 21, 2007
    Posts:
    6,919
    Referrals:
    9
    Sythe Gold:
    12

    Macroman Hero
    Do Not Trade

    Sucessfully executed? Script finished?

    Post the script
     
  5. Unread #3 - Jul 6, 2008 at 10:58 AM
  6. Runescapian321
    Joined:
    Sep 19, 2007
    Posts:
    179
    Referrals:
    0
    Sythe Gold:
    0

    Runescapian321 Active Member

    Sucessfully executed? Script finished?

    Yeah, it's probably the scripts fault, as it's most likely programmed to immediately terminate if it cannot find anything to fight. Post the script and maybe someone can edit it to make it work better ;)
     
  7. Unread #4 - Jul 6, 2008 at 1:10 PM
  8. aznpimpin89
    Referrals:
    0

    aznpimpin89 Guest

    Sucessfully executed? Script finished?

    program AutoFighter;

    /////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    //BY;zeejenkins10 \
    //You May need to eddit line 32 \
    //This Is a simple "AutoFighter" \
    // I recommend watching it every 5-10 minutes because there is not anitrandoms\
    // Pleas comment. \
    /////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

    var

    i,x,y: Integer;

    const

    /////////////////////////Setup\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    //
    MonsterColor1 =2968350; {Enter first Monster Color Here} //
    MonsterColor2 =2655101; {Enter second Monster Color Here} //
    MonsterColor3 =2655101; {Enter third Monster Color Here} //
    MonsterKillCount =100; {how many monsters to kill} // //
    ////////////////////////EndSetup\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

    begin
    repeat
    i:= i + 1
    if (FindColor(x,y,MonsterColor1,0,0,515,336))
    or (FindColor(x,y,MonsterColor2,0,0,515,336))
    or (FindColor(x,y,MonsterColor3,0,0,515,336)) then
    begin
    MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
    Wait(123+random(10));
    ClickMouse(x,y,true);
    wait(10000); {how many second you want to wait between each click}
    end;
    until i = MonsterKillCount
    end.
     
< Selling level 36 def with 450k. | RuneScape wildy dead sigs! >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site