Page 6 of 19 FirstFirst ... 4567816 ... LastLast
Results 126 to 150 of 460

Thread: [RS3] [SRL-6] iKaramjaFisher [Harpoons, cages, and notes at Stiles!]

  1. #126
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Nihility View Post
    Hey I've been getting this error, any help would be fantastic.

    Exception in Script: Expected variable of type "array of AnsiString", got "array [0..0] of AnsiChar" at line 101, column 17 at line 101, column 18
    You removed the '' on one of the settings. Put 'em back.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  2. #127
    Join Date
    Sep 2014
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    You removed the '' on one of the settings. Put 'em back.
    This unedited section from line 101?

    players.setup(playerNames, playerFile);

    or one of
    program iKaramjaFisher;
    {$define smart}
    {$i srl-6/srl.simba}
    {$i sps/lib/sps-rs3.simba}
    {$define debug_on} //comment this line to disable script debug/warning/error messages

    ///////////////////////////////////Start setting up the script here. Refer to the comments if you don't know what you're doing.
    ///////////////////////////////////
    ///// Start Setup ///////
    ///////////////////////////////////
    ///////////////////////////////////Start setting up the script here. Refer to the comments if you don't know what you're doing.

    const
    (* player info *)
    playerNames = ['N']; //Put your player's name (or nickname, if you set one) here.
    playerFile = 'default'; //Put your playerfile's name here. Default is 'default'.
    desiredWorld = 108; //Enter your desired world number here. 0 for random.

    (* globals *)
    fishType = 'swordfish'; //Lobster, swordfish, tuna

    (* options *) //these will need adjusted based on your fishing level
    //they're in seconds, NOT milliseconds
    minWait = 8; //MIN wait for catching a fish, make this HIGHER if it waits too SHORT (clicking on another spot while still fishing)
    maxWait = 16; //MAX wait for catching a fish, make this LOWER if it waits too LONG (doing nothing for a long time after spot is gone)

    minMouseSpeed = 15; //MIN speed at which to move the mouse
    //Default values for these should be just fine. If you must change, lower = slower, higher = faster
    maxMouseSpeed = 20; //MAX speed at which to move the mouse

    ///////////////////////////////////Don't modify the script ANY FURTHER unless you know what you're doing. You could break stuff!
    ///////////////////////////////////
    ///// Stop Setup ///////
    ///////////////////////////////////
    ///////////////////////////////////Don't modify the script ANY FURTHER unless you know what you're doing. You could break stuff!

    Thanks for the prompt reply I really appreciate you helping out a noob like me.
    Last edited by Nihility; 09-05-2014 at 11:40 PM.

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

    Default

    I think its more likely you messed something up on your player settings since it looks like its saying its receiving an array of size 0 (or a null array? don't know about this scripting language). You probably left one of the fields blank. Otherwise redownload the script.

    edit: changed wording
    Last edited by LameLoser; 09-06-2014 at 04:09 AM.

  4. #129
    Join Date
    Sep 2014
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    A setting in rafiki you mean?

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

    Default

    Ah, yes. I'm still not up to date with the terminology for these.

  6. #131
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Nihility View Post
    A setting in rafiki you mean?
    Yeah, if it's not the quotation marks then he's right, go back to Rafiki and make sure you've filled out all the fields.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  7. #132
    Join Date
    Sep 2014
    Posts
    45
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    Proggy for you Still running btw, I just know that I'll forget to do it later if I don't do it now.
    427f622a0829f002ffdf6e20f9f972ee.png

    Just curious (for anyone using this), does fishing swords/tuna or lobbies make more money per hour?

  8. #133
    Join Date
    Sep 2014
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Solid 5 hour proggy, great script!ScreenShot001.jpg

  9. #134
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by ibot101 View Post
    Proggy for you Still running btw, I just know that I'll forget to do it later if I don't do it now.
    427f622a0829f002ffdf6e20f9f972ee.png

    Just curious (for anyone using this), does fishing swords/tuna or lobbies make more money per hour?
    In my experience they make about the same per hour, but that may have changed since I wrote it.
    Quote Originally Posted by Jonte20 View Post
    Solid 5 hour proggy, great script!ScreenShot001.jpg
    Thanks!
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  10. #135
    Join Date
    Oct 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Not sure what this means? can you help me please
    Error: The bitmap[0] does not exist at line 3842
    Execution failed.
    The following bitmaps were not freed: [SMART Debug Image]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (12-10-14 at 05.39.52 PM).txt] has not been freed in the script, freeing it now.

  11. #136
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by KimJongPoon View Post
    Not sure what this means? can you help me please
    Error: The bitmap[0] does not exist at line 3842
    Execution failed.
    The following bitmaps were not freed: [SMART Debug Image]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (12-10-14 at 05.39.52 PM).txt] has not been freed in the script, freeing it now.
    Make sure Simba is installed in C:/Simba/
    Make sure you've installed the SPS map correctly
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  12. #137
    Join Date
    Dec 2013
    Posts
    74
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Make sure Simba is installed in C:/Simba/
    Make sure you've installed the SPS map correctly
    i did put the map in c:/simba/includes/sps/img
    but still it doesn't work


    i always get this:
    [DEBUG] : Appended procedure scriptTerminate to shutdown.
    [DEBUG] : Setting up SRL...
    [DEBUG] : Spawning SMART client...
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (17-10-14 at 01.03.01 PM).txt
    -- setupSRL()
    ---- Setting up SRL...
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found no free clients to pair to
    ------ smartPairToExistingClient(): result = false
    ------ Attempting to spawn a new client..
    ------ smartCreateClient():
    ---------- smartGetParameters(): Succesfully grabbed paramters
    -------- getJavaPath():
    ---------- Attempting to search for your Java path
    ---------- Found your java path @ C:\Program Files (x86)\Java\jre7\bin\javaw.exe
    -------- getJavaPath()
    -------- Using parameters [http://world5.runescape.com/, f5332992183203002308]
    -------- Using plugins "d3d9.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[4604] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ __setInputBoxes(): Set username and password boxes
    ---- Client is ready.
    ---- Setup SRL in 18 Seconds
    -- setupSRL(): True
    [DEBUG] : Successfully spawned SMART client.
    -- TPlayerArray.setup()
    ---- Attempting to load player(s) "[]" from army ""
    ---- Raf_GetPlayers()
    ------ WARNING: Army doesn't exist!
    ---- Raf_GetPlayers: Result = false
    ---- ERROR: Unable to get players from army
    ---- FATAL ERROR: TPlayerArray.setup(): Failure

    [WARNING] : *** Terminating script ***

    [DEBUG] : Logging out
    [DEBUG] : Freeing BMPs
    Error: The bitmap[0] does not exist at line 3842
    Execution failed.

  13. #138
    Join Date
    Dec 2013
    Posts
    74
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Quote Originally Posted by gawain View Post
    i did put the map in c:/simba/includes/sps/img
    but still it doesn't work


    i always get this:
    [DEBUG] : Appended procedure scriptTerminate to shutdown.
    [DEBUG] : Setting up SRL...
    [DEBUG] : Spawning SMART client...
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (17-10-14 at 01.03.01 PM).txt
    -- setupSRL()
    ---- Setting up SRL...
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found no free clients to pair to
    ------ smartPairToExistingClient(): result = false
    ------ Attempting to spawn a new client..
    ------ smartCreateClient():
    ---------- smartGetParameters(): Succesfully grabbed paramters
    -------- getJavaPath():
    ---------- Attempting to search for your Java path
    ---------- Found your java path @ C:\Program Files (x86)\Java\jre7\bin\javaw.exe
    -------- getJavaPath()
    -------- Using parameters [http://world5.runescape.com/, f5332992183203002308]
    -------- Using plugins "d3d9.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[4604] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ __setInputBoxes(): Set username and password boxes
    ---- Client is ready.
    ---- Setup SRL in 18 Seconds
    -- setupSRL(): True
    [DEBUG] : Successfully spawned SMART client.
    -- TPlayerArray.setup()
    ---- Attempting to load player(s) "[]" from army ""
    ---- Raf_GetPlayers()
    ------ WARNING: Army doesn't exist!
    ---- Raf_GetPlayers: Result = false
    ---- ERROR: Unable to get players from army
    ---- FATAL ERROR: TPlayerArray.setup(): Failure

    [WARNING] : *** Terminating script ***

    [DEBUG] : Logging out
    [DEBUG] : Freeing BMPs
    Error: The bitmap[0] does not exist at line 3842
    Execution failed.
    balls... fixed it on my own got a typo in my player files -.-

  14. #139
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by gawain View Post
    balls... fixed it on my own got a typo in my player files -.-
    I'm glad it's working for you! Please post proggies & report any issues!
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  15. #140
    Join Date
    Dec 2013
    Posts
    74
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    I'm glad it's working for you! Please post proggies & report any issues!
    sorry don't have any proggies screened >.<
    but i didn't have any serious issues, so i made 99 in a week
    thank you very much, it's an awesome script ^^

  16. #141
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by gawain View Post
    sorry don't have any proggies screened >.<
    but i didn't have any serious issues, so i made 99 in a week
    thank you very much, it's an awesome script ^^
    Quite welcome. Gz on the 99~!
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  17. #142
    Join Date
    Nov 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    What rs interface should i use? Because the program cant click "continue" when i accomplish a task. I mean the message that pops up on the screen.


    EDIT: Nevermind, i disabled the messages
    Last edited by Ixecube; 11-02-2014 at 12:29 AM.

  18. #143
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Ixecube View Post
    What rs interface should i use? Because the program cant click "continue" when i accomplish a task. I mean the message that pops up on the screen.


    EDIT: Nevermind, i disabled the messages
    Not sure what messages you mean, but I'm glad you resolved the issue yourself.

    For future reference, if you suspect you have any interface-based problems, check to make sure you've set up RS like is detailed in this thread: https://villavu.com/forum/showthread.php?t=47714
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  19. #144
    Join Date
    Nov 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I disbabled the messages in the Runescape settings. It is running 100% smooth now. Although it automaticly logged out after 6 hours last night. I'm already up 9 levels Thanks a lot!

  20. #145
    Join Date
    Jan 2012
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Hello! I had a proggy of 4 hours harpooning at 95 fishing. Script runs very smooth and I manually stopped the script. Thank you very much! Hopefully I'll get 96 fishing today, 700k exp to go!

  21. #146
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by kozak94 View Post
    Hello! I had a proggy of 4 hours harpooning at 95 fishing. Script runs very smooth and I manually stopped the script. Thank you very much! Hopefully I'll get 96 fishing today, 700k exp to go!
    lol if you had a proggy why not post it :P

    good luck
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  22. #147
    Join Date
    Jan 2012
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Oh! I looked at it and then closed simba and the thought of saving the proggy occurred after I closed simba.

  23. #148
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Mate you should add a power fishing feature! I'd love to use this and build an army.

  24. #149
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by P1nky View Post
    Mate you should add a power fishing feature! I'd love to use this and build an army.
    Yeah I'll try to add that later today. Won't be that hard, but this script wasn't exactly designed with future upgrade-ability in mind :P

    Edit: Updated!
    Last edited by KeepBotting; 11-04-2014 at 03:01 PM.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

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

    Default

    It would be interesting to have an option to Net fish and drop them, so someone could go from 1->99 using just this script

    Also, should consider left-clicking if you're doing lobsters, since like no one right clicks to choose the first option.
    Last edited by Harry; 11-06-2014 at 08:15 PM.


    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!

Page 6 of 19 FirstFirst ... 4567816 ... LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

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