Results 1 to 6 of 6

Thread: Help with mouse speed in script

  1. #1
    Join Date
    Mar 2007
    Location
    Australia, QLD
    Posts
    108
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default Help with mouse speed in script

    This is my basic script, im trying to get it to work, it tries to empty the first vial in your inventory.
    SCAR Code:
    program Vialer;
    {.include SRL/SRL.scar}

     
    begin
        Wait(10);
        MoveMouseSmooth(579, 232);
        if isUpTextMulti('Serum','207','(3)') then
        wait(10);
        ClickMouseBox(570, 217, 587, 240, false);
        wait(10);
        ChooseOption('Empty');
       Wait(20);
    end.

    When it goes to "ChooseOption('Empty'); it goes very slowly to Empty. How can i change this. Thanks and apprecheate it.

  2. #2
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    add "setupsrl;" just after begin
    Project: Welcome To Rainbow

  3. #3
    Join Date
    Mar 2007
    Location
    Australia, QLD
    Posts
    108
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Thanks man, ill test it now.

  4. #4
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    remove the wait time between clickmousebox and ChooseOption('Empty') that will make it quicker

    test and let me know what u mean



  5. #5
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Use MMouse(x, y, randomx, randomy,true/false); instead of MoveMouseSmooth(579, 232);
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  6. #6
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    setupsrl; had problems with it to one time.

    just to confirm benjaa

    [22:20] <[-jesus-]> freddy, go uninstall yourself

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. strange mouse speed (cooking script)!!!
    By Cazax in forum OSR Help
    Replies: 10
    Last Post: 01-24-2008, 12:06 AM
  2. Mouse speed
    By Mamby in forum OSR Help
    Replies: 4
    Last Post: 10-21-2007, 03:58 AM
  3. Mouse speed?
    By Covert in forum OSR Help
    Replies: 4
    Last Post: 07-14-2007, 01:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •