Results 1 to 5 of 5

Thread: I finaly finished my first script.

  1. #1
    Join Date
    Nov 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default I finaly finished my first script.

    but when i run it, the mouse goes realy really slow, how do i fix this?

  2. #2
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    in your settup procedure or where you d stuff like declareplayers; Do setupsrl;
    I do visit every 2-6 months

  3. #3
    Join Date
    Aug 2007
    Location
    Emo-land
    Posts
    1,109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Or in the start of your script (like in DeclarePlayers) Put
    Code:
    MouseSpeed := 12;                         //Mouse movement speed.
    MouseSpeed can be any number from 10 to 50 (I think?). I use 12/13. Any higher is pretty much ridiculous.

  4. #4
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    It's essential to have SetupSRL; in the start of your main-loop. SetupSRL sets up a lot of things, including Cos/Sin-array, mousespeed, integers and alot of important stuff. I use SetupSRL even if I'm testing a 5 line procedure.

    -Knives

  5. #5
    Join Date
    Nov 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ohh, i was missing setupsrl lol.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finished and needing help.
    By Torrent of Flame in forum OSR Help
    Replies: 4
    Last Post: 04-02-2008, 04:31 PM
  2. Third script, not finished woodcutter.
    By Pure1993 in forum First Scripts
    Replies: 22
    Last Post: 03-10-2008, 07:25 PM
  3. [Finding Finished Script]Cow Killer / Hide Banker
    By HanTu in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 11-14-2007, 03:41 AM
  4. i need help withy my almost finished script
    By ShowerThoughts in forum OSR Help
    Replies: 14
    Last Post: 08-01-2007, 05:12 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
  •