By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now!Is this RS3 or OSRS? Also, were you fishing in Draynor or did you select to fish in another location but started the bot in Draynor?Seems to have a bug when fishing in draynor. Its banked then ran north and then just sat there clicking....
Is this RS3 or OSRS? Also, were you fishing in Draynor or did you select to fish in another location but started the bot in Draynor?
Umm, and another question, did the bot start out doing this on startup or did it do a few runs and then it started running north?
I don't actually play the game, so I'm not sure where/what that is lol. What is supported there? Anything special or just fish and bank? And if someone can provide an account, I can get it up and running pretty quick (provided it's just fish and bank)@proxi Any possibility for piscatoris support?
Umm its just fish and bank, its a location where you fish monkfishes and nowhere else in the game you can do so.. and ehh, account.. hmm.. its a members area and i dont have any throwaways.. maybe someone could help with this? and theres a deposit box and a guy you can right click to talk to, trade and bank.I don't actually play the game, so I'm not sure where/what that is lol. What is supported there? Anything special or just fish and bank? And if someone can provide an account, I can get it up and running pretty quick (provided it's just fish and bank)
Oh! This is monkfish area? @Snufalufugus is letting me use an account to add this location. So it'll be added very soon! (Most likely today )Umm its just fish and bank, its a location where you fish monkfishes and nowhere else in the game you can do so.. and ehh, account.. hmm.. its a members area and i dont have any throwaways.. maybe someone could help with this? and theres a deposit box and a guy you can right click to talk to, trade and bank.
SudoFisher v3 updated to v3.0.4.
Thank you alot mate, you are the champ! I will be pming you soon about a personal donation if you accept. Also remember to update the overview of your bot that it has monkfish support now =)!proxi updated SudoFisher v3 with a new update entry:
SudoFisher v3 v3.0.4 Released!
Read the rest of this update entry...
EDIT: Fishing on my other account in fishing guild, and the bot keeps running forth and back between fishing spots constantly, not catching sharks. Basically right when the character dips the harpoon in the spot the excatly same second the bot will switch the pier and attempt to fish on the othe pier, after that the same occurs just barely the harpoon touvches the water and you get redirected to another spot and this will loop :O? Ive tried restarting bot and stuff but no fix, monkfishes work well tho.Thank you alot mate, you are the champ! I will be pming you soon about a personal donation if you accept. Also remember to update the overview of your bot that it has monkfish support now =)!
Oh that's really weird. It has been a little while since I've been to the Fishing Guild. I'll go there and check it out this afternoon. Thanks for letting me know! Have a great Christmas!Thank you alot mate, you are the champ! I will be pming you soon about a personal donation if you accept. Also remember to update the overview of your bot that it has monkfish support now =)!
EDIT: Fishing on my other account in fishing guild, and the bot keeps running forth and back between fishing spots constantly, not catching sharks. Basically right when the character dips the harpoon in the spot the excatly same second the bot will switch the pier and attempt to fish on the othe pier, after that the same occurs just barely the harpoon touvches the water and you get redirected to another spot and this will loop :O? Ive tried restarting bot and stuff but no fix, monkfishes work well tho.
You too! And no problem =)Oh that's really weird. It has been a little while since I've been to the Fishing Guild. I'll go there and check it out this afternoon. Thanks for letting me know! Have a great Christmas!
Think I figured out the issueYou too! And no problem =)
Care to share =) ?Think I figured out the issue
SudoFisherCare to share =) ?
@watertao876Care to share =) ?
public Npc findFishingSpot(){
ArrayList<Npc> s1 = new ArrayList<>(Arrays.asList(Npcs.newQuery().within(fishSpotArea).names("Fishing spot").actions(fishAction).results().sortByDistance().toArray()));
s1.retainAll(new ArrayList<>(Arrays.asList(Npcs.newQuery().within(fishSpotArea).names("Fishing spot").actions(fishSpotAction).results().sortByDistance().toArray())));
if(s1.size() == 0) {
ArrayList<Npc> s2 = new ArrayList<>(Arrays.asList(Npcs.newQuery().names("Fishing spot").actions(fishAction).results().sortByDistance().toArray()));
s2.retainAll(new ArrayList<>(Arrays.asList(Npcs.newQuery().names("Fishing spot").actions(fishSpotAction).results().sortByDistance().toArray())));
if(s2.size() == 0)
return null;
else
{
if(!seenFishSpots.contains(s2.get(0).getPosition()))
seenFishSpots.add(s2.get(0).getPosition());
return s2.get(0);
}
}
else
{
if(!seenFishSpots.contains(s1.get(0).getPosition()))
seenFishSpots.add(s1.get(0).getPosition());
return s1.get(0);
}
Yeah i got u =) makes all sense, the code not so much xdSudoFisher
- v3.0.5
- Fixed bug related to deposit boxes in RS3
- Fixed bug related to depositing multiple different items in the deposit box.
- Fixed bug related to choosing fishing spots outside of desired fishing area.
@watertao876
The old code looked like this
Code:public Npc findFishingSpot(){ ArrayList<Npc> s1 = new ArrayList<>(Arrays.asList(Npcs.newQuery().within(fishSpotArea).names("Fishing spot").actions(fishAction).results().sortByDistance().toArray())); s1.retainAll(new ArrayList<>(Arrays.asList(Npcs.newQuery().within(fishSpotArea).names("Fishing spot").actions(fishSpotAction).results().sortByDistance().toArray()))); if(s1.size() == 0) { ArrayList<Npc> s2 = new ArrayList<>(Arrays.asList(Npcs.newQuery().names("Fishing spot").actions(fishAction).results().sortByDistance().toArray())); s2.retainAll(new ArrayList<>(Arrays.asList(Npcs.newQuery().names("Fishing spot").actions(fishSpotAction).results().sortByDistance().toArray()))); if(s2.size() == 0) return null; else { if(!seenFishSpots.contains(s2.get(0).getPosition())) seenFishSpots.add(s2.get(0).getPosition()); return s2.get(0); } } else { if(!seenFishSpots.contains(s1.get(0).getPosition())) seenFishSpots.add(s1.get(0).getPosition()); return s1.get(0); }
Basically the s2 list was irrelevant. The code essentially looks for a fishing spot in your area (fishing guild's first dock), and it is doesn't find it, it looks in the entire rendered area in your runescape session (that's how it was picking up the other dock). It works well in other areas like Catherby, but not so much in Fishing Guild. Basically, if there was only one fishing spot in the first dock and it disappears... that was the LAST spot in the first dock, so then the bot looked in the renderable area and found a fishing spot in the other dock. And while it's running to the new fishing spot in dock 2, a fishing spot in dock 1 would repopulate and since it's inside of the priority area, the bot would then run all the back to dock 1.
Kind of hard to explain, but I hope I made sense lol xD
SudoFisher v3 updated to v3.0.5.
It appears you didn't start the bot.Doesn't appear to function properly.
Just stands still in a spot in the fishing guild and remains there.
Does nothing at all when you've got no fish in your inventory.
It appears you didn't start the bot.
Maybe try again?
I'm quite capable of starting a bot.
I'm pretty sure it started because characters don't run to the bank without the bot being started, now do they?
Doesn't appear to function properly.
Just stands still in a spot in the fishing guild and remains there.
Does nothing at all when you've got no fish in your inventory.
We use essential cookies to make this site work, and optional cookies to enhance your experience.