Results 1 to 5 of 5

Thread: Mouse movement (slow) - SRL error?

  1. #1
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Mouse movement (slow) - SRL error?

    I've decided to start learning scar, for no reason in particular. Anyway, I'm having problems with the speed the mouse is moving at. Here is a e.g. of code I am using.

    SCAR Code:
    program BankTest;
    {.include SRL\SRL.scar}

    begin
    FindBank('feb');
    terminatescript;
    end.

    It would seem that this does work because the mouse moves towards the symbol on the minimap. The problem is that the mouse moves so slow that by the time the mouse is over the window, Runescape has already logged out o.O
    I tried just using a click at x,y, function which worked fine.

    Im assuming this would have to be a scar or SRL problem but I dont know what it is...
    Scar divi 3.12
    SRL 4

    Any help is appreciated and thanks in advance =D

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Write right after SetupSRL,
    SCAR Code:
    MouseSpeed := 40;
    See how that works.
    Oh, and FindBank will click on the MM Symbol. Do
    SCAR Code:
    OpenBankFast('feb');
    instead of FindBank.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Hy oh my fucking god!

    40 mousespeed moves faster than ben himself!

    The problem is that you don't have SetupSRL.

  4. #4
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Call SetupSRL, mousespeed 0 is a bit uhm, slow -.-
    I made a new script, check it out!.

  5. #5
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Markus View Post
    Call SetupSRL, mousespeed 0 is a bit uhm, slow -.-
    40 is Über fast. It's like, dot to dot in <1 second :P


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Strange Mouse Movement Error..
    By Rambozin in forum OSR Help
    Replies: 5
    Last Post: 05-09-2007, 01:12 PM
  2. Need some help with mouse movement.
    By 0wnedYU in forum OSR Help
    Replies: 6
    Last Post: 04-19-2007, 11:43 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
  •