Page 5 of 13 FirstFirst ... 34567 ... LastLast
Results 101 to 125 of 320

Thread: Draynor Netter v3.0

  1. #101
    Join Date
    Oct 2006
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Unkown identifier "i", script line1363... ???

  2. #102
    Join Date
    Dec 2006
    Posts
    399
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by The Miracle View Post
    Unkown identifier "i", script line1363... ???
    Where are the variables are being defined, add a line that says.
    SCAR Code:
    var i :integer
    Hax0r


  3. #103
    Join Date
    Jun 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is a very leet script, good luck with future updating .

  4. #104
    Join Date
    Jan 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script works a treat, thanks for sharing it. It sure makes my old P3 PC grunt.

  5. #105
    Join Date
    Dec 2006
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cant fish without a
    I have all the tools and everything setup..
    /

  6. #106
    Join Date
    Jan 2007
    Posts
    181
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Jethr0x View Post
    Where are the variables are being defined, add a line that says.
    SCAR Code:
    var i :integer
    I also have that error what line should I put the var i integer thingy?
    I made an extra line before line 1363 and put in that stuff but that then makes an error
    Identifier expected in script please I really want to use this script.

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

    Default

    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Name : ********
    Number : 0
    Fishing Level : **
    Banked : 8 times.
    Location : New Box
    Shrimp Fished : 89
    Anchovys Fished : 84
    Exp Gained : 4250

    ^
    Thanks for the nice script

  8. #108
    Join Date
    Feb 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the awsome script.
    But theres just one slight problem.
    Code:
    Cant Fish Without a
    It seems to be unable to detect the nets in my bank and logs out.
    I have the nets in bank slot 1 and I have tried to figure it out for myself but I failed.

    Any suggestions?

  9. #109
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol are u kiding? seriously...rofl the script doesnt even run it clicks in bank and log out wtf.

    for a srl developper i think ur scripts are a bit shitty, i mean aint u supposed to be a scripter?

  10. #110
    Join Date
    May 2006
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If u mean Dankness this script is pretty old only last update was for SRl stats,dont flame if u havent seen her any other scripts,BTW he made good edge flyfisher,draynor woodcutter.

  11. #111
    Join Date
    Oct 2006
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default fix

    to fix the problem when it says "cannot fish without a" and logs out, this is how I fixed it.

    when you run the script and the window pops up so you can type in your user info, the last line says skill, i think, the skill is not the genie (as I thought so i put in woodcutting) it is either lure, or net

    so type in lure or net in lowercase and I think you have to have it in your bank

    i also had the error that it was an unknown identifier or watever "I" But they have already explained this error before this comment.


    this script is awesome once I got it working but I think that Dankness could have explained it a little better, for noobs like me.

  12. #112
    Join Date
    Feb 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks grandpajones, its working a treat now

  13. #113
    Join Date
    Feb 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks dude, stops working after like 20 minutes with me though =(

  14. #114
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Line 66: [Error] (18554:1): Semicolon (';') expected in script C:\Program Files\SCAR 2.03\Scripts\downloaded\[SRL] Draynor Netter v3[1].50.scar

    What does this mean. After i put the integer i thing it said this.?

  15. #115
    Join Date
    Dec 2006
    Location
    Helsinki, Finland
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It means that line needs semicolon. Maybe post line here?

  16. #116
    Join Date
    Feb 2007
    Location
    C:\Program Files\SCAR 2.03
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    SCAR Code:
    ReportVars[I] := 0;

    erm... How can i fix this on line 1364
    Ill also post the Variables section(If it is)

    SCAR Code:
    procedure SetUpVars;
    begin
     BenMouse        := True;        //**  Use Benlands Spline Mouse
     MouseSpeed      := 15;          //**  Set MouseSpeed
     TripsToDo       := 3;           //**  Amount of Trips to Do + Random 4 Trips before Switching Chars
     RandomPlayer    := True;        //**  Set to True to Pick a Random Player each Player Switch
     UseAntiBan      := True;        //**  Will Chat, Rotate Screen, Check Exp and other humanlike behavors
     ReinCarnate     := True;        //**  Set to True to Attempt Walkback on Death, Works Sometimes :P
     UseGUI          := false;       //**  Must Use GUI Atleast Once to Setup Chars Data File, Afterwards it will Load Players from File
     FileName        := 'Fishing';   //**  Filename of Player Array
    end;

  17. #117
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    procedure SetUpVars;
    begin
    BenMouse := True; //** Use Benlands Spline Mouse
    MouseSpeed := 15; //** Set MouseSpeed
    TripsToDo := 3; //** Amount of Trips to Do + Random 4 Trips before Switching Chars
    RandomPlayer := True; //** Set to True to Pick a Random Player each Player Switch
    UseAntiBan := True; //** Will Chat, Rotate Screen, Check Exp and other humanlike behavors
    ReinCarnate := True; //** Set to True to Attempt Walkback on Death, Works Sometimes :P
    UseGUI := false; //** Must Use GUI Atleast Once to Setup Chars Data File, Afterwards it will Load Players from File
    FileName := 'Fishing'; //** Filename of Player Array
    end;

    The thing has a semi colon in it! its the very beggining set up vars thing. PS: how do i get this kind of quote to look like the guys above me?

  18. #118
    Join Date
    Feb 2007
    Posts
    424
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Hamish View Post
    I also have that error what line should I put the var i integer thingy?
    I made an extra line before line 1363 and put in that stuff but that then makes an error
    Identifier expected in script please I really want to use this script.
    make a new line between Line 28 and 62 and put this
    var i :integer;

  19. #119
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    About my problem, im such a choob,,, i missed it, i didnt put ; after integer,,, again, T3HN00BL3T=3GARRETT3

  20. #120
    Join Date
    Feb 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    awesome, ill test this out. been looking to making a fisher so this will help out alot

  21. #121
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Well, one thing I recommend is to improve the progress reports a bit.
    Last time I ran it my debug had 28,756 lines of

    "FindFastRandoms took:172 msec
    FindFastRandoms."

    So it took a while to find my progress report, but here it is.

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | Draynor Netter v3.50 Progress Report --> by Dankness |
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Worked for 2 Hours, 29 Minutes and 57 Seconds
    Banked 18 Total Loads[s].
    Fished 274 Total Shrimp[s] so far.
    Fished 213 Total Anchovie[s] so far.

    Also, this isn't very accurate, since I ran the script for 5 hours, and got close to 3k shrimps/anchovies on my 4 accounts. Otherwise it worked great. I'll be running it overnight today, so I may have a long proggy tomorrow...

    -Dunceiam

  22. #122
    Join Date
    Mar 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    umm just one small problem i get "Line 1363: [Error] (19851:5): Unknown identifier 'I' in script" is this easily fixed?

  23. #123
    Join Date
    Oct 2006
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i had the "I" Unknown just add under the variables I:integer;
    just have to declare it as a variable hope it helps
    http://www.fenjer.com/adnan/SRLStats/555.png
    Only just fugured out how to get this stat thing working.... wasted all that time...

  24. #124
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Masterdest is right, just put var I : Integer; where you declare the variables.

    Ran it overnight, heres the proggy.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | Draynor Netter v3.50 Progress Report --> by Dankness |
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Worked for 6 Hours, 39 Minutes and 31 Seconds
    Banked 39 Total Loads[s].
    Fished 687 Total Shrimp[s] so far.
    Fished 262 Total Anchovie[s] so far.


    Works great, but I believe the old man stopped it, something strange was on the last line of my debug.

    ******** FOUND TALKING RANDOM TEXT********: Talk-to Mysterious Old Ma
    FindNorMalRandoms.
    Found a box, solving...
    Question is:
    What number is the Square
    [Runtime Error] : Exception: Access violation at address 02003B0C in module 'BoxPlugin.dll'. Write of address 6979A14C in line 195 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\AntiRandoms\Box.scar

    -Dunceiam

  25. #125
    Join Date
    Feb 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get Failed when compiling
    Line 1363: [Error] (19851:5): Unknown identifier 'I' in script C:\Documents and Settings\Extra\Desktop\[SRL] Draynor Netter v3.50(2).scar

    Y?

Page 5 of 13 FirstFirst ... 34567 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SRL 4] Draynor Netter .82
    By itSchRis917 in forum RS3 Outdated / Broken Scripts
    Replies: 69
    Last Post: 03-23-2009, 07:52 AM
  2. [SRL #16] Draynor Netter!
    By Wizzup? in forum RS3 Outdated / Broken Scripts
    Replies: 443
    Last Post: 10-06-2008, 12:29 PM
  3. [SRL] [RS2] Draynor Netter
    By Ejjman in forum RS3 Outdated / Broken Scripts
    Replies: 24
    Last Post: 11-17-2007, 09:57 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
  •