Need some help, new to scar

Discussion in 'Scar/Simba Help' started by superman1478, Aug 7, 2007.

Need some help, new to scar
  1. Unread #1 - Aug 7, 2007 at 8:38 PM
  2. superman1478
    Joined:
    Jan 21, 2007
    Posts:
    701
    Referrals:
    2
    Sythe Gold:
    0

    superman1478 Apprentice

    Need some help, new to scar

    Yesterday i started working on a script to pick up snape grass and bank it.

    So far i have the script pick up 27 snape grass and stop.

    The mouse moves to fast imo. It also moves straight to the color.

    So, how would i go about making the mouse move slower and more randomly?

    Code:
    program snapegrabber;
    
    var
    x,y: Integer;
    i: Integer;
    
    begin
     i:= 0;
    repeat
     i:= i + 1;
    FindColor(x,y,5212174,3,51,516,384);
     MoveMousesmooth(x,y);
    Wait(300);
    ClickMouse(x,y,true);
    wait(4000);
    until(i >= 27);
    end.
    
     
  3. Unread #2 - Aug 7, 2007 at 9:05 PM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Need some help, new to scar

< help with script: starblaster's Power Skills | I have a feeling town is going to help me.. (Need help on script.) >

Users viewing this thread
1 guest


 
 
Adblock breaks this site