Page 5 of 6 FirstFirst ... 3456 LastLast
Results 101 to 125 of 132

Thread: flax picker spinner banker

  1. #101
    Join Date
    Jul 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get this message every time i start the script
    Line 61: [Error] (14534:34): Unknown identifier 'DetectRS2MinimapCompassAngle' in script C:\Program Files\SCAR 3.11\includes\SRL\SRL\Extended\Obsolete.Scar

    i dunno what it means but i click download includes and the crosshair to the screen and enter info of character but i dunno whats going on here?

  2. #102
    Join Date
    Jul 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Quote Originally Posted by freeryman123 View Post
    i get this message every time i start the script
    Line 61: [Error] (14534:34): Unknown identifier 'DetectRS2MinimapCompassAngle' in script C:\Program Files\SCAR 3.11\includes\SRL\SRL\Extended\Obsolete.Scar

    i dunno what it means but i click download includes and the crosshair to the screen and enter info of character but i dunno whats going on here?
    same hapened to me

  3. #103
    Join Date
    Jul 2007
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For those getting the MINI MAP ERROR, if you would actually read the post that people actually took there time to help you, you would know how to fix it...

    Ill tell you again

    USE SCAR 2.03...

    Ok now im getting an error haven't found anyone that posted this error yet so I would really appreciate the help.. The error is Line 81: [Error] (561:1) : Unknown identifier 'BoolToStr'..

    Thanks for the help

  4. #104
    Join Date
    Jul 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got some questions im a noob whit scripting this >.<
    I just must use a normal runescape client?
    What i must do before he is going to pick flax
    What means Players[0].Nick :='';
    that is it

  5. #105
    Join Date
    Jul 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script

  6. #106
    Join Date
    Aug 2007
    Location
    irc://irc.rizon.net:6667/srl
    Posts
    1,566
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    sounds good, i'm going to dl it now

  7. #107
    Join Date
    Aug 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 61: [Error] (14534:34): Unknown identifier 'DetectRS2MinimapCompassAngle' in script C:\Program Files\SCAR 3.11\includes\SRL\SRL\Extended\Obsolete.Scar

    confused just started 2 day

  8. #108
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by scarscaper4life View Post
    hey guys saying there wasnt much intrest in my flax spinner i decidece to try make a flax picker spinner banker instead. its not 100% complete but it still works well.

    please post progress reports an any bugs you should find

    please auto with care thanks

    big update finished multipaths an added some more anitban an randomness

    i also added fail safes to all my loops

    known bugs

    [H]if it levels up on the spinning wheel it stops spining can someone please tell me how to make it click click to continue so it continue if it levels up thanks[/H]


    version 1 was downloaded 20 times
    ok so i had that problem with wizzups srl ess miner and u should do this
    at the end of ur script
    SCAR Code:
    begin
      setup;
      DeclarePlayers;
      loadbtms;
      loaddtm;
      repeat
      login1;
      antirandoms;
      choosepath;
      pickflax;
      choosepath1;
      checkDoor;
      upladder;
      spin;
      chooseweretoclick;
      makex;
      choosetypesend;
      wait1;
      downladder;
      checkdoor2;
      tobank;
      findbank1;
      bankbstrings;
      progressreport;
      loop;
      until
      (tripsdone=amounttrips);
       logout;
    end.

    thats how urs looks like at the bottom it should look like this to click when it lvls up

    SCAR Code:
    begin
      ClickToContinue
      setup;
      DeclarePlayers;
      loadbtms;
      loaddtm;
      repeat
      login1;
      antirandoms;
      choosepath;
      pickflax;
      choosepath1;
      checkDoor;
      upladder;
      spin;
      chooseweretoclick;
      makex;
      choosetypesend;
      wait1;
      downladder;
      checkdoor2;
      tobank;
      findbank1;
      bankbstrings;
      progressreport;
      loop;
      until
      (tripsdone=amounttrips);
       logout;
    end.


    now it should work

  9. #109
    Join Date
    Apr 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    A little help

    i keep getting this message when i try to compile your script

    Failed when compiling
    Line 62: [Error] (14535:34): Unknown identifier 'DetectRS2MinimapCompassAngle' in script C:\Program Files\SCAR 3.06\includes\SRL\SRL\Extended\Obsolete.Scar

    is there something wrong with my srl or is it just that i am using divi 3.06 and srl 3.81. if someone could help me i would greatly appreciate it.

  10. #110
    Join Date
    Aug 2007
    Location
    USA
    Posts
    370
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i downloaded and will try and see if it works with the new scar when it comes out...thanks it looks good
    It must have been the ganja?

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

    Default

    when i click the file it cant find the porgram?

  12. #112
    Join Date
    Aug 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can some1 plz tell me what needs to be filled in afta each of these words
    thanks

    Const StartPlayer = 1;
    amounttrips=10;

    Procedure DeclarePlayers;
    begin
    HowManyPlayers:=1;

    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := StartPlayer;

    Players[0].Name :=;
    Players[0].Pass :='';
    Players[0].Nick :='';
    Players[0].Loc :='seers';
    Players[0].Active:=True;
    • 99 fletch
    • 99 wc
    • 99 cook

    runescape is to easy so auto

  13. #113
    Join Date
    Nov 2006
    Location
    Wisconsin
    Posts
    1,629
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Pretty sure this does NOT work anymore.


    Scarscaper isn't even around anymore.


    Quote Originally Posted by Rubix View Post
    Quote Originally Posted by Dan Cardin View Post
    you ought to listen to Mr. Klean...he's magical!
    this.

  14. #114
    Join Date
    May 2007
    Location
    North Carolina, USA
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Where's scarescraper4life?

    Quote Originally Posted by scarscaper4life View Post
    this script is very old i may make it better one day lol
    i can't use radialwalk as there is no road from were i am walking an i cant use the grass colour as its waaaay to common so that why i had to use anglewalk someone could probly beable to make a way better walking procedure thought
    It looks like this was his last post, and sadly may have given-up on this script. I know I would love to have a working script like this. Perhaps when I actually take the time to learn to script more, I might pick-up from where he left off, unless someone already has.

  15. #115
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice ima try this out later

  16. #116
    Join Date
    Oct 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by scarscaper4life View Post
    hey guys saying there wasnt much intrest in my flax spinner i decidece to try make a flax picker spinner banker instead. its not 100% complete but it still works well.

    please post progress reports an any bugs you should find

    please auto with care thanks

    big update finished multipaths an added some more anitban an randomness

    i also added fail safes to all my loops

    known bugs

    if it levels up on the spinning wheel it stops spining can someone please tell me how to make it click click to continue so it continue if it levels up thanks


    version 1 was downloaded 20 times
    cool iam gonna try

  17. #117
    Join Date
    Jul 2007
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    logs in and stays in bank deosnt do anything

  18. #118
    Join Date
    Sep 2007
    Location
    Salma Hayek's House
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script ill try soon when am members pl0x!

  19. #119
    Join Date
    Oct 2007
    Posts
    106
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hi i cant run scripts because i miss
    "Include file C:\Program Files\SCAR 3.12\includes\SRL\SRL\Extended\Obsolete.Scar does not exist.
    Failed when compiling" i mss the hole map of extended n all the files that are in that map.. can some1 send me a link with the extened map files (A) or tel me how to fix that

  20. #120
    Join Date
    Oct 2007
    Location
    Gove, Australia
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    uh, do u need a member account to pick flax?
    98% of teens surround their minds with rap. If you're part of the 2% that stayed with rock/metal, put this on your sig
    linkin park and offspring!
    http://www.stats.srl-forums.com/sigs/2954.png

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

    Default

    yes... i would slap you with a noob stick right now if i had one

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

    Default

    This outdated doesn't work well i do not recommend it

  23. #123
    Join Date
    Sep 2007
    Posts
    284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    will test her out


    EDIT:
    Include file C:\Program Files\SCAR 3.12\includes\SRL\SRL\Extended\Obsolete.Scar does not exist.
    Failed when compiling
    :S:S and where do i start ?
    99 Str from Hy's Fight Cave Runner
    http://www.stats.srl-forums.com/sigs/2760.png

  24. #124
    Join Date
    Oct 2007
    Posts
    302
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Include file C:\Program Files\SCAR 3.12\includes\SRL\SRL\Extended\Obsolete.Scar does not exist.
    Failed when compiling

    maybe this is my fualt, looking further into it.

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

    Default

    Quote Originally Posted by boxcrop View Post
    Include file C:\Program Files\SCAR 3.12\includes\SRL\SRL\Extended\Obsolete.Scar does not exist.
    Failed when compiling

    maybe this is my fualt, looking further into it.
    This is not your fault, this script is really out dated.
    I do visit every 2-6 months

Page 5 of 6 FirstFirst ... 3456 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Flax Picker + Spinner
    By Town in forum RS3 Outdated / Broken Scripts
    Replies: 170
    Last Post: 08-29-2007, 12:55 AM
  2. Need auto flax picker, spinner, banker
    By Killmar in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 08-07-2007, 11:19 PM
  3. Flax Picker/Spinner/Banker [EDITED]
    By marneus901 in forum RS3 Outdated / Broken Scripts
    Replies: 19
    Last Post: 07-06-2007, 07:23 AM
  4. Error with flax picker,spinner and banker
    By Crazyiom in forum OSR Help
    Replies: 1
    Last Post: 03-29-2007, 11:28 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
  •