Page 14 of 43 FirstFirst ... 4121314151624 ... LastLast
Results 326 to 350 of 1071

Thread: [C]Heavy-Rodder (Barbarian fisher)

  1. #326
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alright, time for a quick progress report from my first run of the script.

    =-=-=-=-=-=-=-= Heavy-rodder 1.35 by Flight =-=-=-=-=-=-=-=
    Time Running: 1 Hours, 53 Minutes and 32 Seconds
    Trout caught: 657
    Salmon caught: 488
    Sturgeon caught 475
    Fishing XP 105010
    Breaks: 0

    I did not have any issues with the script. Once I changed the line 35 error and the drop portion, everything went smoothly. I did have to disable the experience pop ups because it was causing some odd things to happen (mouse was just hovering over it and clicking occasionally).

    I did have to stop the script because of a random. I reran it after and got this:

    =-=-=-=-=-=-=-= Heavy-rodder 1.35 by Flight =-=-=-=-=-=-=-=
    Time Running: 2 Hours, 54 Minutes and 12 Seconds
    Trout caught: 825
    Salmon caught: 635
    Sturgeon caught 619
    Fishing XP 135220
    Breaks: 1

    I had one issue during this one. It got a full inventory and didn't do anything. To fix it, I had to disable SMART and drop a fish manually. When I enabled SMART it started back up fine. Other than that, the only issue is that not all of the fish get dropped. It's pretty consistently leaving 3-6 fish per inventory (and usually the same ones).

    All of the things I mentioned are very minor, and I look forward to using this script in the future!

  2. #327
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Help me when i click play it says: Exception in Script: Unable to find file 'srl/srl.scar' used from '' please help me!

  3. #328
    Join Date
    Feb 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by war_god215 View Post
    There's an edit for that on page 11 by TomTuff.
    Cheers buddy

  4. #329
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by BluFlamez View Post
    Help me when i click play it says: Exception in Script: Unable to find file 'srl/srl.scar' used from '' please help me!
    Did you install srl 5 like was stated in the first post? I'm not really sure if that's the solution, but it's all I can think of.

  5. #330
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by BluFlamez View Post
    Help me when i click play it says: Exception in Script: Unable to find file 'srl/srl.scar' used from '' please help me!
    Use the term "srl 5" in the search option. Should explain your how to fix your problem...
    07Scripter
    I mostly write private scripts

  6. #331
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Anyone else having the issue of the script clicking the fishing spot again, even though you are already fishing? When it happens, all the paint flickers also, not sure on the problem

    EDIT: Updating all of my extensions seemed to fix it although I thought they were all updated in the first place.

    I'm using a different users dropping fix posted here on the forums, and I noticed it doesn't seem random whatsoever. It seems very detectable or am I worrying over nothing?

    EDIT2: Well, it still clicks the fishing spot but not nearly as much as it did before.
    Last edited by Khal Drogo; 02-08-2012 at 05:48 AM.

  7. #332
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    I'll be experimenting a bit with alternative fishing detection methods when I finish my move. At the moment, the script determines whether or not your fishing based on constantly checking your inventory for items, and I don't know about you guys but it sure takes a toll on my CPU.

    Anyways, it currently works by monitoring your inventory, when the number of items you have changes (ex. you caught a fish) a timer will be reset back to 0 and will increase over time until it reaches 6000 (6 seconds). So basically if you don't catch a fish (or get a full inventory) in 6 seconds the script will assume the player has stopped fishing.

    But like I said, I have other ideas on how to detect fishing. So please be patient for a while and eventually I'll have some time to work on this.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  8. #333
    Join Date
    Feb 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I get this message when I hit run [Error] (36:34): Type mismatch at line 35 any one know why I get this?

  9. #334
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by holy angel View Post
    I get this message when I hit run [Error] (36:34): Type mismatch at line 35 any one know why I get this?
    Lamps were changed from strings to integers

    change 'fishing'; to Skill_Fishing;

    Also very much appreciate the script Flight, works beautifully other than when it gets stuck in a random.

  10. #335
    Join Date
    Mar 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    I'll be experimenting a bit with alternative fishing detection methods when I finish my move. At the moment, the script determines whether or not your fishing based on constantly checking your inventory for items, and I don't know about you guys but it sure takes a toll on my CPU.

    Anyways, it currently works by monitoring your inventory, when the number of items you have changes (ex. you caught a fish) a timer will be reset back to 0 and will increase over time until it reaches 6000 (6 seconds). So basically if you don't catch a fish (or get a full inventory) in 6 seconds the script will assume the player has stopped fishing.

    But like I said, I have other ideas on how to detect fishing. So please be patient for a while and eventually I'll have some time to work on this.
    Mine clicks fishing spot, then freezes, then clicks fishing spot and freezes again.
    When inv is full, it just hovers over fish like it wants to drop it.

  11. #336
    Join Date
    Feb 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by cmxz1 View Post
    Mine clicks fishing spot, then freezes, then clicks fishing spot and freezes again.
    When inv is full, it just hovers over fish like it wants to drop it.
    mine does the same exact thing

  12. #337
    Join Date
    Jan 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Originally Posted by cmxz1
    Mine clicks fishing spot, then freezes, then clicks fishing spot and freezes again.
    When inv is full, it just hovers over fish like it wants to drop it.
    mine does the same exact thing
    Same, i just downloaded the script a min ago.. I guess we have to wait a few days

  13. #338
    Join Date
    Feb 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Jameschen1222 View Post
    Same, i just downloaded the script a min ago.. I guess we have to wait a few days
    It's is running like a charm for me, make sure you update to SRL5 and edit the dropping code from page 11 and fix line 35.

    Thanks for the script Flight and the edits TomTuff!

  14. #339
    Join Date
    Mar 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by war_god215 View Post
    It's is running like a charm for me, make sure you update to SRL5 and edit the dropping code from page 11 and fix line 35.

    Thanks for the script Flight and the edits TomTuff!
    Ye i am dumb, i used SLR 4 and that is already added in 1.35 version.

    Using SLR5 and now it just hovers over my char and runs around looking for different fishing spots.

  15. #340
    Join Date
    Dec 2011
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    really one of my fav scripts

    here is a small proggie :d

    =-=-=-=-=-=-=-= Heavy-rodder 1.35 by Flight =-=-=-=-=-=-=-=
    Time Running: 5 Hours, 48 Minutes and 16 Seconds
    Trout caught: 1862
    Salmon caught: 1463
    Sturgeon caught 1511
    Fishing XP 316390
    Breaks: 0

  16. #341
    Join Date
    Dec 2011
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey i've noticed that the xp amount gained showed with debug doesn't match with the real xp gained. Don't know if anyone else noticed, could be just me but just wanted to let you know:

    xp gained shown on debug: 165k
    on tracker ingame: 131k

  17. #342
    Join Date
    Jan 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do people bot for over like 30min-40mins? I cant never bot for more than like 20mins.
    It gets stuck in the fishing skill menu a lot!
    Also, do the scripts solve random events?
    Cuz whenever I get a random, the bot just logs me off or hoover the mouse around and does nothing
    Last edited by Jameschen1222; 02-11-2012 at 02:56 AM.

  18. #343
    Join Date
    Feb 2012
    Posts
    212
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thankyou, works like a charm

    Progress Report:
    =-=-=-=-=-=-=-= Heavy-rodder 1.35 by Flight =-=-=-=-=-=-=-=
    Time Running: 1 Hours, 11 Minutes and 8 Seconds
    Trout caught: 375
    Salmon caught: 232
    Sturgeon caught 230
    Fishing XP 53390
    Breaks: 0
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

  19. #344
    Join Date
    Feb 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    quick proggy would have been longer but rs updated =[
    =-=-=-=-=-=-=-= Heavy-rodder 1.35 by Flight =-=-=-=-=-=-=-=
    Time Running: 3 Hours, 5 Minutes and 41 Seconds
    Trout caught: 972
    Salmon caught: 729
    Sturgeon caught 0
    Fishing XP 99630
    Breaks: 0
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Welcome to Runescape.
    'Client token changed.'
    Runescape has been updated! Please restart Simba.
    Successfully executed.

  20. #345
    Join Date
    Dec 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Won't drop the fish?Just keeps right clicking on them and doing nothing?

  21. #346
    Join Date
    Feb 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    someone help me all it does when i run it it says "Error] (36:32): Type mismatch at line 35
    Compiling failed."

  22. #347
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bobov123 View Post
    someone help me all it does when i run it it says "Error] (36:32): Type mismatch at line 35
    Compiling failed."
    You need to rename 'Fishing' to Skill_Fishing.

    ---

    Thanks a lot Flight, I just got to my goal of level 91 with your script. Here's my final proggy:

    =-=-=-=-=-=-=-= Heavy-rodder 1.35 by Flight =-=-=-=-=-=-=-=
    Time Running: 6 Hours, 36 Minutes and 26 Seconds
    Trout caught: 2196
    Salmon caught: 1613
    Sturgeon caught 1780
    Fishing XP 365110
    Breaks: 2

    Keep up the great work!
    Last edited by Andres; 02-14-2012 at 12:01 AM.

  23. #348
    Join Date
    Oct 2009
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am getting the following error.

    [Error] (941:13): Unknown identifier 'DropRemaining' at line 940
    Compiling failed.
    How can I fix this?

  24. #349
    Join Date
    Mar 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Whoever agreed with me before, i found my mistake.

    My default clothes were same color as fishing spots, that's why it didn't work for me.

    But can you add some waittimers, atm it clicks spots really often.
    Last edited by cmxz1; 02-14-2012 at 03:57 PM.

  25. #350
    Join Date
    Jan 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Keeps clicking different fishing spots one after each other.

Page 14 of 43 FirstFirst ... 4121314151624 ... 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
  •