Page 1 of 3 123 LastLast
Results 1 to 25 of 67

Thread: [F2P]Karamja Fishing - by footballjds[swordys, lobsters, tuna]

  1. #1
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default [F2P]Karamja Fishing - by footballjds[swordys, lobsters, tuna]

    Karamja Fishing

    Follow this guide to setup RuneScape for botting

    If you have questions ask.

    You need to download image and place it under: Simba/includes/SPS/img/

    takes multiple paths to/from stiles.

    Get the script:
    Last edited by footballjds; 02-06-2014 at 03:28 AM.

  2. #2
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    Very nice script, If only I had an account to try it, lol.

    EDIT: isnt it C:\Simba\Includes\SPS\img\runescape_surface

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

    Default

    Will be using, Rep+
    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

  4. #4
    Join Date
    Nov 2010
    Location
    West Philadelphia, born and raised
    Posts
    522
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    I'll give this a test run and let you know how it goes

    Edit 2: Turns out it was an SPS error. I'll get back to you.
    Long ago, the '90s Nicktoons lived together in harmony. Then, everything changed when the century turned. Only Avatar, the best of the 2000's Nicktoons, could save them. But when the channel needed it most, the show finished. Four years passed and Mike and Bryan created the new Avatar: Legend of Korra. And although the show itself is great, it has a long way to go before it can live up to The Last Airbender. But I believe Korra can save Nickelodeon.

  5. #5
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Tlachtli View Post
    I'll give this a test run and let you know how it goes

    Edit: Sooo it doesn't quite run just yet. SPS seems to be a little disagreeable, giving the error
    Code:
    -- TSPSArea.init()
    ---- Using path "C:\Simba\Includes\SPS\img\karamja.png"
    ---- FATAL ERROR: SPS - Unable to find map image
    ---- Freeing the minimap mask
    ---- Succesfully freed SMART[5428]
    I tried going into sps-rs3 and manually turning the tolerance down from 0.40 to as low as 0.25, but it still wouldn't find the map.
    did you download the image and put it in the correct folder?

  6. #6
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by Silentcore View Post
    Very nice script, If only I had an account to try it, lol.

    EDIT: isnt it C:\Simba\Includes\SPS\img\runescape_surface
    Quote Originally Posted by Tlachtli View Post
    I'll give this a test run and let you know how it goes

    Edit: Sooo it doesn't quite run just yet. SPS seems to be a little disagreeable, giving the error
    Code:
    -- TSPSArea.init()
    ---- Using path "C:\Simba\Includes\SPS\img\karamja.png"
    ---- FATAL ERROR: SPS - Unable to find map image
    ---- Freeing the minimap mask
    ---- Succesfully freed SMART[5428]
    I tried going into sps-rs3 and manually turning the tolerance down from 0.40 to as low as 0.25, but it still wouldn't find the map.
    you're both quoted so I'll reply to both of you at the same time.
    In my script I do the following to initialize SPS:
    [CODE]karamja.setup('karamja', '', __DEFAULT_ACCURACY, __DEFAULT_TOLERANCE, 0.7);[CODE]

    This calls a procedure
    Code:
    procedure TSPSArea.setup(imgName, imgFolder: string; accuracy: integer; tolerance, minMatchPercent: extended);
    the default path for the SPS image I named karamja is "C:\Simba\Includes\SPS\img\". The full path is: "C:\Simba\Includes\SPS\img\karamja.png"

  7. #7
    Join Date
    Nov 2010
    Location
    West Philadelphia, born and raised
    Posts
    522
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    you're both quoted so I'll reply to both of you at the same time.
    In my script I do the following to initialize SPS:
    [CODE]karamja.setup('karamja', '', __DEFAULT_ACCURACY, __DEFAULT_TOLERANCE, 0.7);[CODE]

    This calls a procedure
    Code:
    procedure TSPSArea.setup(imgName, imgFolder: string; accuracy: integer; tolerance, minMatchPercent: extended);
    the default path for the SPS image I named karamja is "C:\Simba\Includes\SPS\img\". The full path is: "C:\Simba\Includes\SPS\img\karamja.png"
    Yeah, turns out it was actually a bad SPS install and not a script problem. I forced an update on it, and it seems to work now. I'll get back with a progress report once I give it a good run.

    Edit: So it definitely runs, but it seems to click a fishing spot every couple seconds. Correct me if I'm wrong, but the wait time int[0] should be in msec, right? If so it seems to be ignoring the player's input wait time and checking for a new spot every 1-2 seconds. If two of the same spots are right next to each other, it looks very bot-like to have it constantly moving between the two. I looked at the waitWhileFishing procedure, but I've had a few to drink tonight and cba to figure out what could be happening there

    Edit2: I also encountered another problem where, after the "You can't carry any more fish" message the script just starts randomly right-clicking different places and never starts the walk to noting procedure. That didn't start until it had already run a few loads, though.
    Long ago, the '90s Nicktoons lived together in harmony. Then, everything changed when the century turned. Only Avatar, the best of the 2000's Nicktoons, could save them. But when the channel needed it most, the show finished. Four years passed and Mike and Bryan created the new Avatar: Legend of Korra. And although the show itself is great, it has a long way to go before it can live up to The Last Airbender. But I believe Korra can save Nickelodeon.

  8. #8
    Join Date
    Nov 2013
    Location
    North of Hell
    Posts
    271
    Mentioned
    7 Post(s)
    Quoted
    171 Post(s)

    Default

    Does it drop the fish, because in Karamja theres an NPC you can do to who will note your fish, though it is kind of far, and would limit the xp/hr some people might want the ability to do that, so they can cook it later/sell it.

  9. #9
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by sparkyownage View Post
    Does it drop the fish, because in Karamja theres an NPC you can do to who will note your fish, though it is kind of far, and would limit the xp/hr some people might want the ability to do that, so they can cook it later/sell it.
    Allow me to quote OP:
    Quote Originally Posted by footballjds View Post
    takes multiple paths to/from stiles.

  10. #10
    Join Date
    Nov 2013
    Location
    North of Hell
    Posts
    271
    Mentioned
    7 Post(s)
    Quoted
    171 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Allow me to quote OP:

    Thankyou xD Didn't see that

  11. #11
    Join Date
    Dec 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude, your script runs good for sometimes, but sometimes, it stops and sometimes it goes to stiles with empty inventory. It also stands there clicking randomly looking for something. The worst part is, it logs out on its own and do nothing. The script run perfectly for 30-40min before it goes haywire, just now it ran about 8min (written at the printprogress part there, and yes its 8min). I'm no expert at scripting, but what i feel that it sometimes skips processes. like when it goes to stiles, exchange, then go to dock, then go back to stiles (when empty) , then stand there clicking at the water, after very long, it goes back to dock to fish, sometimes it just stand there, doing nothing until it logs out.

  12. #12
    Join Date
    Dec 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    DELETED. i double-posted. hehe.

  13. #13
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    When I try to run the script i get this message in the debug;
    "Exception in Script: File "sps/sps-rs3.simba" not found at line 4, column 5"

    How do i get this file? I've tried updating and reupdating everything.

  14. #14
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by fortier4 View Post
    When I try to run the script i get this message in the debug;
    "Exception in Script: File "sps/sps-rs3.simba" not found at line 4, column 5"

    How do i get this file? I've tried updating and reupdating everything.
    get SPS, search google for the SPS github

  15. #15
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by fortier4 View Post
    When I try to run the script i get this message in the debug;
    "Exception in Script: File "sps/sps-rs3.simba" not found at line 4, column 5"

    How do i get this file? I've tried updating and reupdating everything.
    https://github.com/Olly-/SPS3/blob/master/sps.simba

  16. #16
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    Thanks!

    Edit: I checked in my files and I have a sps-rs3 file in my sps/lib folder. Still won't work.

  17. #17
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by fortier4 View Post
    Thanks!

    Edit: I checked in my files and I have a sps-rs3 file in my sps/lib folder. Still won't work.
    Force an update (the sps extension)

  18. #18
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    Force an update (the sps extension)
    Still no luck. I've even uninstalled and reinstalled Simba twice. It has to be with the Simba installer being corrupt. I had to go to the directory and get 1.0.3

  19. #19
    Join Date
    Sep 2013
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    This is the error I'm getting Exception in Script: Operator expected at line 45, column 212.
    Am I missing something?

  20. #20
    Join Date
    Dec 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by fortier4 View Post
    Still no luck. I've even uninstalled and reinstalled Simba twice. It has to be with the Simba installer being corrupt. I had to go to the directory and get 1.0.3

    I have se same problem, I'm using parallels in a mac, this has something to do with the problem?

  21. #21
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    Quote Originally Posted by ganzo View Post
    I have se same problem, I'm using parallels in a mac, this has something to do with the problem?
    I figured out the issue. The file SPS/SPS-RS3 is in the includes/sps/lib folder. Copy it from the lib folder and paste it in the sps folder along side the lib folder. It helped for my script problems.

  22. #22
    Join Date
    Nov 2012
    Location
    OKC
    Posts
    123
    Mentioned
    5 Post(s)
    Quoted
    56 Post(s)

    Default

    Mine just opens up smart and just sits there. I have input my username and password into the script. All my srl and sps files are up to date. So im not sure whats happening.

  23. #23
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by o0Matthius0o View Post
    Mine just opens up smart and just sits there. I have input my username and password into the script. All my srl and sps files are up to date. So im not sure whats happening.
    start logged in

  24. #24
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    start logged in
    sps/lib/sps-rs3.simba is the default folder now, incase you didn't know yet

    Creds to DannyRS for this wonderful sig!

  25. #25
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    sps/lib/sps-rs3.simba is the default folder now, incase you didn't know yet
    so i gotta change my scripts eh?

Page 1 of 3 123 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
  •