Results 1 to 3 of 3

Thread: Mouse won't click on coords?

  1. #1
    Join Date
    Dec 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Mouse won't click on coords?

    Problem solved, forgot to put a wait() in :P

  2. #2
    Join Date
    Sep 2007
    Posts
    638
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Make sure you activate the client window first. Click it or something, or you could use ActivateClient?

  3. #3
    Join Date
    Feb 2009
    Posts
    1,447
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Make sure to include srl
    {.include srl/srl.scar}

    And the clicking mouse procedure for srl is:
    Mouse(X,Y,RX,RY,left);

    For you it would be:
    Mouse(754,549,0,0,true);
    -No randomness

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
  •