Page 13 of 13 FirstFirst ... 3111213
Results 301 to 320 of 320

Thread: Draynor Netter v3.0

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

    Default

    Look, people, I'm on vacation in Australia. I don't want to keep having to come to this thread with dial-up. Every problem that you guys have been having is due to your SCAR/SRL. This script is old, it has not been updated to suit the new SRL due to the, "gametab" and , "find item color" errors. Use older versions of SRL/SCAR for this script.

    Thanks .
    -Dunceiam

  2. #302
    Join Date
    Jul 2007
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    verry nice job keep up the good work

  3. #303
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    great scripts!

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

    Default

    lalaji, rember me? You have been posting up on lots of yopics now just sayign thanks and stuff. You haven't even tried thisout, or you would relaize that it DOESN'T WORK ANYMORE !!!


    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!

  5. #305
    Join Date
    Jun 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 1363: [Error] (19857:5): Unknown identifier 'I' in script C:\Documents and Settings\l\Local Settings\Temporary Internet Files\Content.IE5\OHQRSDU7\%5BSRL%5D%20Draynor%20N etter%20v3.50[1].scar

    What can i do?

  6. #306
    Join Date
    May 2007
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  7. #307
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Can I edit it to KYAB?

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

    Default

    Can I edit it to KYAB?
    Dankness hasn't been on this thread for about 10 pages .

    Line 63: [Error] (14535:5): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 3.11\includes\SRL\SRL\Skill\Fishing.Scar
    Use older versions of SCAR/SRL. Please read previous posts.
    Line 1363: [Error] (19857:5): Unknown identifier 'I' in script C:\Documents and Settings\l\Local Settings\Temporary Internet Files\Content.IE5\OHQRSDU7\%5BSRL%5D%20Draynor%20N etter%20v3.50[1].scar

    What can i do?
    There's a fix a couple pages back. Please read previous pages .

    -Dunceiam

  9. #309
    Join Date
    Jun 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Another problem when i start it up it just sits at the thing that shows up right as u log in. It doesnt move or nothing

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

    Default

    Which SCAR/SRL are you using?

    -Dunce

  11. #311
    Join Date
    Jul 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Bug

    Quote Originally Posted by Dankness View Post
    GetCFGData was wriitten by RSN all it does is search the String for the char = then gets the data directly afterwards, i forgot to credit him for it


    I have this bug i dont know if its because of this script or what but when i go to run it, it saids Line 63: [Error] (14561:5): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 3.11\includes\SRL/SRL/skill/fishing.scar


    Can anyone help me out on what to do with this

  12. #312
    Join Date
    Jun 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dunceiam View Post
    Which SCAR/SRL are you using?

    -Dunce

    I think 2.03 with 3.6. if i need diff tel me plx

  13. #313
    Join Date
    Aug 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What did i do wrong?


    //----------------------------------------------------------------------------//
    //---> Ultimate Draynor Netter
    //---> by Dankness
    //----------------------------------------------------------------------------//
    //---> Instructions
    //---> 1) Start Script at Draynor Bank
    //---> 2) Start Script Logged Out
    //---> 3) Adjust Setup in Lines 66-73
    //---> 4) Press Start and SetUp Player Array
    //----------------------------------------------------------------------------//
    //---> a) Make Sure you have Fishing Equipment in Bank Slot 1,1
    //---> b) if Feather Fishing Keep feathers on First Bank Page
    //----------------------------------------------------------------------------//
    /FishingItemDTM : array [1..6] of Integer;
    FishingItemName : array [1..6] of string;
    //---> SRL Dev Team -> Thanks for Helping SRL become the Best Include
    //----------------------------------------------------------------------------//

    program DraynorNetFisher;

    {.include SRL\SRL.Scar}
    {.include SRL\SRL\Skill\Fishing.Scar}
    {.include SRL\SRL\Misc\DraynorColorFinder.Scar}
    {.include SRL\SRL\Misc\PlayerForm.Scar}

    //----------------------------------------------------------------------------//

    var
    FishSpotDTM, NetDTM, FeatherDTM, DB1, DB2, DB3 : Integer;

    var
    bmpBridge : Integer;

    var
    ShrimpDTM, AnchovieDTM, SalmonDTM, TroutDTM : Integer;

    var
    FishingWaitTime, FishColor, Trips, TripstoDo : Integer;

    var
    TotalShrimp, TotalAnchovies, TotalSalmons, TotalTrouts : Integer;

    var
    GlobalShrimp, GlobalAnchovie, GlobalSalmon, GlobalTrout : Integer;

    var
    GlobalBanks, GlobalRuns : Integer;

    var
    CalibrateTimer, FindFastRandomsTime : Integer;

    var
    SST1, SST2, FindNormalRandomsTime : Integer;

    var
    UseGUI, UseAntiBan : Boolean;

    var
    dFile, FishingText : string;

    //----------------------------------------------------------------------------//
    // Set Variables Here
    //----------------------------------------------------------------------------//
    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;

    //----------------------------------------------------------------------------//
    // Set Colors Here if Having Problems With AutoColor Picker
    //----------------------------------------------------------------------------//

    procedure SetColorsHere;
    begin
    BankColor := 0;7566715 at (650, 161) //** Bank Color on MiniMap ** Leave at Zero to Autoset
    FishColor := 0;16777215 at (652, 165) //** Color of the Fish Logo on Minimap ** Leave at Zero to autoset
    RockColor := 0;4869458 at (324, 273) //** Color of the Rock on Minimap ** Leave at Zero to autoset
    WaterColor := 0;12423803 at (599, 148) //** Color of the Water on Minimap ** Leave at Zero to autoset
    RoadColor := 0;7566715 at (658, 155) //** Color of the Road on Minimap ** Leave at Zero to autoset
    end;

    //----------------------------------------------------------------------------//

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

    Default

    UseGUI := false; //** Must Use GUI Atleast Once to Setup Chars Data File, Afterwards it will Load Players from File
    Change UseGUI to true..

    I think 2.03 with 3.6. if i need diff tel me plx
    Use the oldest versions possible .

    -Dunceiam

  15. #315
    Join Date
    Aug 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did anyone fix the bank problem? Because when it logs in it doesnt do anything.

  16. #316
    Join Date
    Oct 2006
    Location
    Ireland
    Posts
    855
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Read teh big purple text at the top of the forum..

  17. #317
    Join Date
    May 2007
    Location
    Fremont, California
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im gettin error
    Line 1363: [Error] (19857:5): Unknown identifier 'I' in script C:\DOCUME~1\Devil\LOCALS~1\Temp\[SRL] Draynor Netter v3.50.scar

    help me..?

  18. #318
    Join Date
    Oct 2006
    Location
    USA
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL\Misc\PlayerForm.Scar does not exist.
    Failed when compiling

  19. #319
    Join Date
    Oct 2007
    Location
    brooklyn, new york
    Posts
    258
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Punkgi View Post
    Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL\Misc\PlayerForm.Scar does not exist.
    Failed when compiling
    dude this is like 3 years old

  20. #320
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Administrator's Warning:

    Punkgi Please read the first and last posts of a thread before posting in it.
    The last post in this thread was made 2 YEARS ago and this script was made 3 years ago.
    Please DO NOT gavedig!

Page 13 of 13 FirstFirst ... 3111213

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
  •