Results 1 to 4 of 4

Thread: Where do I download these?

  1. #1
    Join Date
    Jun 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Where do I download these?

    I'm new to this so cut me some slack. I want to run a script that requires me to have;
    AL_functions (by flight),
    C_antirandoms (by flight),
    & Mini reflection include

    Where can I download these? I searched through the forums and couldnt find a link, only people mentioning them

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    al_functions - http://puu.sh/9Mo47.simba
    c_antirandoms - http://puu.sh/9Mo3S.simba
    minireflection - http://puu.sh/9Mo6u.simba
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Jun 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    So to get the al_functions one I just paste all that into simba and run it? I did that & get this message;

    [Error] (53:3): Unknown identifier 'MouseSpeed' at line 53
    Compiling failed.


    how do I set the mousespeed on that line? Atm I've got this on lines 50-53

    Procedure AL_SetMouseSpeed(Speed: Integer);
    begin
    MouseSpeed := Speed;
    end;

  4. #4
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by deebs View Post
    So to get the al_functions one I just paste all that into simba and run it? I did that & get this message;

    [Error] (53:3): Unknown identifier 'MouseSpeed' at line 53
    Compiling failed.


    how do I set the mousespeed on that line? Atm I've got this on lines 50-53

    Procedure AL_SetMouseSpeed(Speed: Integer);
    begin
    MouseSpeed := Speed;
    end;
    Try just removing that procedure.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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