Page 1 of 2 12 LastLast
Results 1 to 25 of 37

Thread: Gnome Agility Course Runner

  1. #1
    Join Date
    Aug 2008
    Location
    Germany
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Gnome Agility Course Runner

    Hi Everyone! This is my second script so don't expect anything huge and perfectly working still i won't lie I spent about 9h making this script and to my mind its a lot for a gnome agility course runner

    REQUIREMENTS:
    It requires Reflection if you don't have it just use this great tutorial to setup reflection - http://www.villavu.com/forum/showthread.php?t=33416

    INSTALLATION:
    simple as always fill out lines 16 to 23 and you're set!

    SCAR Code:
    procedure DeclareVars;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name := ''; // Account name
      Players[0].Pass := '';// user pass
      Players[0].Nick := '';//3 letters in username, not the first letter
      Players[0].Active := True;
      world := ''; // 'world142', 'world137' etc
      sleep_b := True; // set True or False if you would like to rest your character after a few laps
      sleep_after := 7 //set after how many runned laps you would like to rest only works if sleep is True
      time_to_sleep := 1 // time to sleep in minutes only works if sleep is True
    laps := 0;
    end;

    FLAWS:
    1)Lets just say it's not the fastest course runner
    2)Second counter counts up to 99 not 59, found it out after uploading this script so... yeaaah

    Please post proggies !

    My proggie:
    |*********************************************
    | Gnome Agility Runner by Janziz
    |_____________________________________________
    | Laps Done: 25
    | Total Time: 30:45
    | Gained 2175 exp!
    |_____________________________________________
    Last edited by Sir R. M8gic1an; 10-11-2009 at 07:34 PM.

  2. #2
    Join Date
    May 2007
    Location
    Sydney, Australia (Faggot Region)
    Posts
    1,465
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    w00t first post ill test it out the post the poggie i was waitin for a agility runner


  3. #3
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    looks ok.... but why not use reflection for the object finding.. since your using reflection anyways..

  4. #4
    Join Date
    Aug 2008
    Location
    Germany
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't know how I read Bobarkinator's Object finding tutorial - http://www.villavu.com/forum/showthread.php?t=34421 and I have no idea how to get objType id, like for a tree branch, so I did it the old way, i'll give it a second try and if I succeed I'll surely update(remake) this script.

  5. #5
    Join Date
    Jul 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could you make a low wall climber for Barbarian Agility Arena please?

  6. #6
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default wheiieei it does not work :(

    I forgot to put brightest on

    works nice, but why does it always use right click??

  7. #7
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    It is a fast runner ^^
    very good work

  8. #8
    Join Date
    Feb 2007
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Line 40: [Error] (16577:27): Invalid number of parameters in script D:\Documents and Settings\**********\Desktop\GnomeAgility by Janziz v0.5.scar

  9. #9
    Join Date
    Aug 2008
    Location
    Germany
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by inkw10 View Post
    Line 40: [Error] (16577:27): Invalid number of parameters in script D:\Documents and Settings\**********\Desktop\GnomeAgility by Janziz v0.5.scar
    Have you updated the revision? i just tested the script with latest revision and it worked?

  10. #10
    Join Date
    Feb 2007
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Janziz View Post
    Have you updated the revision? i just tested the script with latest revision and it worked?
    It doesn't seem to update it for me...

    http://www.villavu.com/forum/showthr...869#post455869

  11. #11
    Join Date
    Jul 2008
    Posts
    110
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think its better if u make a barbarian agility course runner, b/c this is kinda slow.

  12. #12
    Join Date
    Aug 2008
    Location
    Germany
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by AgentZero View Post
    I think its better if u make a barbarian agility course runner, b/c this is kinda slow.
    I made this because I needed to get from level 5 Agility to level 25 so that i could finish "Grand Tree" quest and it served me great. of course its slow when you reach level 30 or so but it gets there pretty fast.

  13. #13
    Join Date
    Dec 2006
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i fixed my smart i can use it with other scripts but this one still gives world perfix error :/
    updated to rev 24 got latest reflection latest worlds.ini and still this error.. :S
    420! light it , hit it , smoke it

  14. #14
    Join Date
    Dec 2006
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rs2joke View Post
    i fixed my smart i can use it with other scripts but this one still gives world perfix error :/
    updated to rev 24 got latest reflection latest worlds.ini and still this error.. :S
    fixed it :P didnt type the world in front of the nr but now it just gets stuck at the end of the log balance and just walks over the log and starts with mouse back and forward on the log Can some one please help? realy need this runner.. can tolerance or colors be changed?
    420! light it , hit it , smoke it

  15. #15
    Join Date
    Jul 2008
    Location
    US
    Posts
    104
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it be awesome if you made a barbarian runner too. cause im busy with a hell hound killer. and i need 80 agility to make it so much faster


    i was wondering about this script, now im still sorta retarded when it comes to reflection scripts, but does it even have simple randoms? lol. i know it has antiban, but i cant find anything that finds and solves regular randoms. but u shouldnt waiste a whole lot of time fixing this. if your lv is below 35 it wont really matter. but good luck if have a go at a barbarian trainer.

  16. #16
    Join Date
    Oct 2008
    Location
    I Forgot
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You should have used refletction to find the objects since you used reflection to run it...

  17. #17
    Join Date
    Jun 2007
    Location
    US of A
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmmm?
    Line 78: [Error] (17735:20): Unknown identifier 'SmartGetFieldLongH' in script D:\Program Files\SCAR 3.15\includes\SRL\SRL\Reflection\Objects.Scar

  18. #18
    Join Date
    Oct 2008
    Location
    I Forgot
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  19. #19
    Join Date
    Jun 2007
    Location
    US of A
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by in2it View Post
    it could be outdated or you havn't updated svn to newest rev and update svn
    actually , i have.
    or, so i think :/
    and the error was in reflection file :Line 78: [Error] (17735:20): Unknown identifier 'SmartGetFieldLongH' in script D:\Program Files\SCAR 3.15\includes\SRL\SRL\Reflection\Objects.Scar
    so i dunno whats wrong :/

  20. #20
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You havent moved your Smart plugin to the newest smart that you get when you download reflection.
    I don't play runescape. I auto it

  21. #21
    Join Date
    May 2007
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is this script still working or is it outdated? i cant get it to work.

    Line 27 error, Result never used in script.

  22. #22
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it's outdated


  23. #23
    Join Date
    Jan 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by sandos View Post
    it's outdated
    Strange.. Because I'm running it fine with SMART fixes.

    |*********************************************
    | Gnome Agility Runner by Janziz
    |_____________________________________________
    | Laps Done: 23
    | Total Time: 33:42
    | Gained 2001 exp!
    |_____________________________________________

  24. #24
    Join Date
    Mar 2007
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Boblet View Post
    Strange.. Because I'm running it fine with SMART fixes.

    |*********************************************
    | Gnome Agility Runner by Janziz
    |_____________________________________________
    | Laps Done: 23
    | Total Time: 33:42
    | Gained 2001 exp!
    |_____________________________________________
    i can get it to run it will do the log then stop :\ aw well
    <insert a sig here>

  25. #25
    Join Date
    Nov 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It works great with me with smart fixes and once it starts it hasn't stopped pnce but i havent seen what it does when it encounters an random. but in 30mins i got like 8 levels excellent script =)

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Gnome Agility Runner
    By Baked0420 in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 04-23-2009, 12:46 AM
  2. Gnome Agility Course Runner
    By RedSpree in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 11-06-2008, 02:23 PM
  3. gnome agility runner
    By scissormetimbers in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 06-11-2008, 09:30 PM
  4. Gnome agility course runner
    By Sp0rky in forum RS3 Outdated / Broken Scripts
    Replies: 15
    Last Post: 09-02-2007, 08:47 AM
  5. Gnome Agility Runner
    By neG in forum OSR Help
    Replies: 5
    Last Post: 03-01-2007, 03:20 AM

Posting Permissions

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