View Poll Results: Does it work for You?

Voters
33. This poll is closed
  • Yes!

    11 33.33%
  • No

    22 66.67%
Page 4 of 10 FirstFirst ... 23456 ... LastLast
Results 76 to 100 of 236

Thread: [ProjecrRS06] Fisher

  1. #76
    Join Date
    Jan 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    The shrimp fisher doesn't do anything at all, and the catherby bignet fisher doesn't drop the fish, just stands there.

  2. #77
    Join Date
    Jul 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Errors I can see so far with Catherby Banker (No selling invovled atm)

    • Run route is far too obvious, stops for 2-4 seconds at range shop on way back from fishing, then stops there again on the way to the Cage fishing area.
    • Script assumes inventory is full when at times it hasn't even got 3 lobsters in it yet.


    Other than that, it's functional, perhaps requires a lot of babysitting but it does work.
    It's all a joke. It's all a big joke.

  3. #78
    Join Date
    Jun 2012
    Posts
    12
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    i keep getting these unkown identify errors

  4. #79
    Join Date
    Jan 2013
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Jokaa View Post
    Errors I can see so far with Catherby Banker (No selling invovled atm)

    • Run route is far too obvious, stops for 2-4 seconds at range shop on way back from fishing, then stops there again on the way to the Cage fishing area.
    • Script assumes inventory is full when at times it hasn't even got 3 lobsters in it yet.


    Other than that, it's functional, perhaps requires a lot of babysitting but it does work.
    I thought it was way too obvious too! I modified the script a little so it doesn't stop in any houses and only uses 2 clicks to get back to the fishing spot instead of the 3 (and strange locations) clicks used in the script. I've had it running for over 30+ runs without any errors and only stopped cause i've done enough for the day.

  5. #80
    Join Date
    Jan 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Janus View Post
    I thought it was way too obvious too! I modified the script a little so it doesn't stop in any houses and only uses 2 clicks to get back to the fishing spot instead of the 3 (and strange locations) clicks used in the script. I've had it running for over 30+ runs without any errors and only stopped cause i've done enough for the day.

    What did you modify in the script? Having a bit of trouble going back to fishing spot so was hoping for an easier method

    After the bot stores the lobs and goes to the house above the fishing spot, it goes to the water sources to the North West instead of walking to lob spot

    Please help!

  6. #81
    Join Date
    Jul 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Janus View Post
    I thought it was way too obvious too! I modified the script a little so it doesn't stop in any houses and only uses 2 clicks to get back to the fishing spot instead of the 3 (and strange locations) clicks used in the script. I've had it running for over 30+ runs without any errors and only stopped cause i've done enough for the day.
    Ideally drop us that piece of code and tell us how to insert it please Janus!

    Any help is appreciated. PM or post! Thanks!
    It's all a joke. It's all a big joke.

  7. #82
    Join Date
    Jan 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Yeah janus. Please drop that code. Thanks

  8. #83
    Join Date
    Jul 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    for the lobster script the bot doesnt walk back

  9. #84
    Join Date
    Jan 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    The script is sooo obvious, I'm not using it till the pathing has been fixed. It's currently stopping in shops when going to bank. Other then that it seems to be working fine.

    Can anyone tell me what I need to change to change the pathing?

    Much appreciated

  10. #85
    Join Date
    Jan 2013
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by TimTam View Post
    The script is sooo obvious, I'm not using it till the pathing has been fixed. It's currently stopping in shops when going to bank. Other then that it seems to be working fine.

    Can anyone tell me what I need to change to change the pathing?

    Much appreciated
    In the GoToFishingSpot procedure I commented out the GoToVetta; line as I don't think it is really needed. In the GoToNuoli procedure I changed the
    Code:
    mMouse(X,Y,1,1);
    to
    Code:
    mMouse(X,Y+23,1,1);
    to make it click below the house instead of running inside it. I also added some more random variables in but I don't have the script open to check what I did.

  11. #86
    Join Date
    Jul 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Who it may concern,

    As soon as you click someone on your friends list whilst the bot is running, the script automatically runs the banking procedure. Is there a simple fix to this?
    It's all a joke. It's all a big joke.

  12. #87
    Join Date
    Jan 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Janus View Post
    In the GoToFishingSpot procedure I commented out the GoToVetta; line as I don't think it is really needed. In the GoToNuoli procedure I changed the
    Code:
    mMouse(X,Y,1,1);
    to
    Code:
    mMouse(X,Y+23,1,1);
    to make it click below the house instead of running inside it. I also added some more random variables in but I don't have the script open to check what I did.
    Thanks alot!

  13. #88
    Join Date
    Jan 2013
    Location
    Finland
    Posts
    130
    Mentioned
    1 Post(s)
    Quoted
    30 Post(s)

    Default

    Fixing everything soon as possible, currently i've lost all of my data because the my harddrive broke...

    Dw guys, update coming to Lobster fisher soon!

  14. #89
    Join Date
    Jan 2013
    Location
    Finland
    Posts
    130
    Mentioned
    1 Post(s)
    Quoted
    30 Post(s)

    Default

    0.44

    *Walking fixed
    *small tweaks on timing and stuff

    0.37

    *Dropping fixed
    Last edited by joulaha; 01-16-2013 at 10:54 AM.

  15. #90
    Join Date
    Jan 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    When I start your catherby powerfisher bot, it just clicks a random square and does nothing afterwards.

  16. #91
    Join Date
    Jan 2013
    Location
    Finland
    Posts
    130
    Mentioned
    1 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by LionKingz0rz View Post
    When I start your catherby powerfisher bot, it just clicks a random square and does nothing afterwards.
    Random square?

  17. #92
    Join Date
    Jan 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    lobsters works for me

    ***************PROGRESS REPORT**************************
    Script has run for : 14 Minutes and 5 Seconds
    You have fished 81 lobsters!
    You have made 4536 GP!


    @joulaha make sharks in fishing guild?
    Last edited by oszolom; 01-16-2013 at 01:33 PM.

  18. #93
    Join Date
    Jan 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I got 40 fishing manually, but now the lobster fisher won't work neither. I press play, it moves the mouse once, and then it stands there doing nothing.

  19. #94
    Join Date
    Jan 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    the shrimp fisher only banks the anchovies XD i tryd to fix it but iam noob in scripting :P does enyone have a fix for me?

  20. #95
    Join Date
    Jan 2013
    Location
    Finland
    Posts
    130
    Mentioned
    1 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by Farnose View Post
    the shrimp fisher only banks the anchovies XD i tryd to fix it but iam noob in scripting :P does enyone have a fix for me?
    Ill take a look at it!

    Quote Originally Posted by LionKingz0rz View Post
    I got 40 fishing manually, but now the lobster fisher won't work neither. I press play, it moves the mouse once, and then it stands there doing nothing.
    Starting at right spot?

  21. #96
    Join Date
    Jan 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    thanks

  22. #97
    Join Date
    Jan 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    After a while, I made it work. Now the problem is that the game freezes when returning to bank, and doesn't unfreeze till I stop the Simba script. So does all your other AwesomeWoodChopper based scripts, I don't know why.

  23. #98
    Join Date
    Jan 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Working really good atm exepect that it does not store the lobs.

  24. #99
    Join Date
    Jan 2013
    Location
    Finland
    Posts
    130
    Mentioned
    1 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by smashbro View Post
    Working really good atm exepect that it does not store the lobs.
    Does it find them at all?
    If it does find them what happens?

  25. #100
    Join Date
    Jan 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by joulaha View Post
    Does it find them at all?
    If it does find them what happens?
    Well it walks back to the bank - opens the bank and then just clicks back onto the map to the fishing spot. so the lobs remain in the inventory

Page 4 of 10 FirstFirst ... 23456 ... 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
  •