Page 6 of 13 FirstFirst ... 45678 ... LastLast
Results 126 to 150 of 320

Thread: Draynor Netter v3.0

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

    Default

    I explained how to fix that one post above yours. Please read other posts before you post.

    Just put var I : Integer; where you declare your variables.

    -Dunceiam

  2. #127
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default Error Line 1363

    OMG I RUN DIS SCRIPT AND IT HAS AN ERROR:

    Line 1363: [Error] (19851:5): Unknown identifier 'I' in script C:\Program Files\SCAR 2.03\Scripts\Working\SRL\Test\[SRL] Draynor Netter v3.50.scar

    Is there a way to fix it? Thanks.

    EDIT: Um... I don;t understand where to put var I : Integer; What line? me script retarded


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

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

    Default

    Put it between lines 1358 and 1359. So it should look like this...

    procedure SetUp;
    var I: Integer;
    begin
    SetUpSRL;
    LoadSRLFishingBitMaps;
    SetUpVars;
    for I := 0 to 19 do
    ReportVars[I] := 0;


    Everyone please read above posts before posting, to see whether your question has been answered or not already...

    Edit--

    I ran the script again, and this time it ran for 10 hours...Right now my brothers on that computer, so I'll get the proggy soon...

    Alright! Here's the proggy!

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | Draynor Netter v3.50 Progress Report --> by Dankness |
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Worked for 10 Hours, 17 Minutes and 22 Seconds
    Banked 85 Total Loads[s].
    Fished 1223 Total Shrimp[s] so far.
    Fished 1232 Total Anchovie[s] so far.
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Name : ******
    Number : 4
    Fishing Level : 39
    Levels Gained : 7
    Worked for : 104 minutes.
    Banked : 26 times.
    Location : At-Fish
    Shrimp Fished : 398
    Anchovys Fished : 429
    Exp Gained : 21140
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    0 : ****** = False. - Lvl : 19. - B :4 Times. - : 38 mins. - Loc: Bank - No Small Fishing Net
    1 : ******** = False. - Lvl : 33. - B :30 Times. - : 230 mins. - Loc: At-Fish
    2 : ****** = False. - Lvl : 40. - B :10 Times. - : 67 mins. - Loc: No GameTab
    3 : ******* = False. - Lvl : 31. - B :15 Times. - : 112 mins. - Loc: At-Fish
    4 : ****** = True. - Lvl : 39. - B :26 Times. - : 104 mins. - Loc: At-Fish

    Great Script... And if you guys didn't notice, I only used 5 players.

    -Dunceiam

  4. #129
    Join Date
    Mar 2007
    Location
    Jersey
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    cool man, it works awesome i got soo many fish

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

    Default

    mynameisjoe. The scripters like the feedback, so they can fix any bugs. So thanks for actually posting how the script worked, . But also for the next script you test out, there's normally a Progress Report in the Debug Box. So just post that as well in the future.

    But as the saying goes, "Better something then nothing" So thanks for replying on how it works.

    -Dunceiam

  6. #131
    Join Date
    Dec 2006
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dunceiam View Post
    procedure SetUp;
    var I: Integer;
    begin
    SetUpSRL;
    LoadSRLFishingBitMaps;
    SetUpVars;
    for I := 0 to 19 do
    ReportVars[I] := 0;

    I put this on the lines you said and it says that :

    Line 1453: [Error] (19941:4): Identifier expected in script.....

    What to do?

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

    Default

    Just PM me and I'll help you get it sorted out...

    -Dunceiam

  8. #133
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hah i will steal ur procedure fishing

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

    Default

    Dankness, not sure if you still read this topic. But, I've gotten a longer proggy then the one in the first post. If you want to put a longer one in, here you are...

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | Draynor Netter v3.50 Progress Report --> by Dankness |
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Worked for 10 Hours, 17 Minutes and 22 Seconds
    Banked 85 Total Loads[s].
    Fished 1223 Total Shrimp[s] so far.
    Fished 1232 Total Anchovie[s] so far.


    Just saying
    -Dunceiam

  10. #135
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    so is this working good for you Dunceiam? because i remember i tried it, and it didnt work that well a while ago. Did you edit the script any?

  11. #136
    Join Date
    Mar 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dunceiam View Post
    Put it between lines 1358 and 1359. So it should look like this...

    procedure SetUp;
    var I: Integer;
    begin
    SetUpSRL;
    LoadSRLFishingBitMaps;
    SetUpVars;
    for I := 0 to 19 do
    ReportVars[I] := 0;



    -Dunceiam
    ok i put that in the script, but now it says
    SCAR Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |          Please Vist The SRL Forum at          |
    |           [url]http://www.villu-reborn.com[/url]          |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    Loaded 0 users from Fishing.srl
    Wrote 0 users to Fishing.srl
    There is 0 active users
    [Runtime Error] : Out Of Range in line 1379 in script C:\Documents and Settings\Travis Orr\Desktop\[SRL] Draynor Netter v3.50.scar
    how do i get rid of the runtime error?

  12. #137
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    doesnt work. it go in bank laggs close bank log out. and my fishing equip were in 1st bank slot.

    ps. this isnt a autocolor script it doesnt even get the colors. nice try anyways

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

    Default

    Quote Originally Posted by mjordan View Post
    so is this working good for you Dunceiam? because i remember i tried it, and it didnt work that well a while ago. Did you edit the script any?
    @mjordan, working great for me. I have around 5k shrimps/anchovies each on all 5 of my fishing accounts. Only problems are with the randoms, and also logging back in, when I check in with the script, it's almost always at the log-in page. And in the debug it has "Logging in to Next Player" Although it never does. Oh, and I haven't edited the script a bit.
    -----------------------------------------------------------------------------------------
    @Macromacro13, maybe it's a human error rather then an error in the script? For when you're setting up your players, and it says to choose your skill. You think it's the Lamp Skill right? You're wrong. You should either put "net" there or "fly" (Not sure on the specific word for fly-fishing). Since that's almost exactly what happened to me when I tried to start it up thinking your "Skill" was the Lamp Random.
    ----------------------------------------------------------------------------------------
    @legion21, line 1379 is where, "Screen name for FIRST player in case of already logged in" It looks like NickNameBMP := CreateBitmapMaskFromText(Players[CurrentPlayer].Nick, UpChars);

    Also, from your post,
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | Please Vist The SRL Forum at |
    | <a href="http://www.villu-reborn.com" target="_blank">http://www.villu-reborn.com</a> |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    Loaded 0 users from Fishing.srl
    Wrote 0 users to Fishing.srl
    There is 0 active users


    You've set your players up wrong, since it isn't loading them, which is why you're getting the runtime error. You get a box to enter your players in when you run the script right?

    -Dunceiam

  14. #139
    Join Date
    Mar 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    umm when i try it run the script no box pops up telling me to put my characters in. Is there something i have to do for that ?

  15. #140
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Maybe try putting in your runescape usernames and passwords?
    Interested in C# and Electrical Engineering? This might interest you.

  16. #141
    Join Date
    Mar 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry i may seem retarded but. The script says a box is suppose to come up for your usernames passwords. But no box comes up. Also like other scripts there is no place to enter your user name and password in the script so i am confused right now.

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

    Default

    Err...? Well, did you even enter your username/password anywhere then?

    -Dunceiam

  18. #143
    Join Date
    Mar 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm i fixed it. the problem was i for got to change
    useGUI :=false to
    useGUI :=true

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

    Default

    Pretty simple, but major problem...

    -Dunceiam

  20. #145
    Join Date
    Mar 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    either this script is very vauge in directions or im just stupid. But now im having a problem where the script gets stuck "loading global stats from data file" Sorry for bothering you so much tonight but have any idea how to fix it? Also for the Location and Skill in the player set up. Do i put bank and net in those slots? Or is there something else that should go in?

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

    Default

    Hmmm..."Loading Global Stats from Data File." I can't help you with that one, you'll have to ask a scripter for help. And as for the Location and skill, you can put in bank, and net. But no caps.

    -Dunceiam

  22. #147
    Join Date
    Mar 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks i dont know why it gets stuck on "Loading Global Stats from Data File."
    i really want to start fishing D:

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

    Default

    i got this error
    Line 1363: [Error] (19851:6): Identifier expected in script C:\Documents and Settings\

  24. #149
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Awesome

    Guess I'll make some fishers, run the script for a night, and test out my autocooker

  25. #150
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    I am receiving this error

    Failed when compiling
    Line 1363: [Error] (19851:5): Unknown identifier 'I' in script C:\Program Files\SCAR 2.03\[SRL] Draynor Netter v3.50.scar

    here is line 1363

    for I := 0 to 19 do

    any help would greatly be appreciated

Page 6 of 13 FirstFirst ... 45678 ... 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
  •