Results 1 to 14 of 14

Thread: more help needed,with mouse

  1. #1
    Join Date
    Jul 2009
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default more help needed,with mouse

    heres my new question:
    what do i need to write to make mouse move and click somewhere?
    (remplace variables by XXXXX please)

    thanks

  2. #2
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    MMouse(x, y, rx, ry);
    x: x coord
    y : y coord
    rx: random x coord
    ry: random y coord

    SCAR Code:
    Mouse(x, y, rx, ry, left);
    x: x coord
    y : y coord
    rx: random x coord
    ry: random y coord
    left: left click or not (true/false)

  3. #3
    Join Date
    Jul 2009
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    eeeh whats the difference between the two? do i need to insert both in my script?

  4. #4
    Join Date
    Dec 2008
    Location
    In a galaxy far, far away...
    Posts
    584
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    // Moves Mouse
    MMouse(XXXXX, YYYYY, RXRXRX, RYRYRY);

    // Clicks Mouse
    Mouse(XXXXX, YYYYY, RXRXRX, RYRYRY, True); // True = LeftClick, False = RightClick



    ~NS

  5. #5
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Quote Originally Posted by darktemplar242 View Post
    eeeh whats the difference between the two? do i need to insert both in my script?
    MMouse just moves the mouse, Mouse moves the mouse and clicks.

  6. #6
    Join Date
    Jul 2009
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is it a boolean? what is it classified? i already did the boolean function headers...im lost

  7. #7
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    As Nadeem said, it is a boolean type.

    True or False.

  8. #8
    Join Date
    Jul 2009
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im learning =P

    well is random position required or i can remove it,because that i have a precise location,right click on the rest icon
    Last edited by darktemplar242; 07-16-2009 at 05:42 AM. Reason: added to prevent DP

  9. #9
    Join Date
    Dec 2008
    Location
    In a galaxy far, far away...
    Posts
    584
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Randomness isn't a must, you can just place 0, 0 so its hits the point you said on the spot.



    ~NS

  10. #10
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It is very much required in RuneScape .

  11. #11
    Join Date
    Jul 2009
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh damn kyle,theres an error in your part of coding
    Line 5: [Error] (5:11): Unknown identifier 'GetMMLevels' in script

  12. #12
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Update SRL.

  13. #13
    Join Date
    Jul 2009
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it is

  14. #14
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No, it is not .

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
  •