how to make a script click just a ladder?

Discussion in 'Scar/Simba Help' started by ssylass, Nov 25, 2009.

how to make a script click just a ladder?
  1. Unread #1 - Nov 25, 2009 at 8:13 PM
  2. ssylass
    Joined:
    Sep 7, 2008
    Posts:
    1,120
    Referrals:
    2
    Sythe Gold:
    0

    ssylass Guru
    Banned

    how to make a script click just a ladder?

    all i want is a script that will click a ladder when the ladder appears (pest control ladder), how would i do so?
    can someone give me an outline and all i fill in is the color?

    this is for a private server.
     
  3. Unread #2 - Dec 20, 2009 at 11:42 PM
  4. guestman111
    Joined:
    Dec 20, 2009
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    guestman111 Newcomer

    how to make a script click just a ladder?

    You can use the clickmouse function, it was easiest when i first started Scar.

    Code:
    program ClickLadder;
    var
      x, y: Integer;
    //start of script
    begin
    repeat
    ClickMouse (xcord, ycord, true); //use eye dropper over ladder then look
    //at the box at the bottom the 2 #'s after color are x and y
    end;
    until (false);
    end.
    
    I don't know. Maybe something like that.
     
< Help With Basic Scripting | Pretty easy script ... I guess ? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site