P
Priinz94
Guest
Hey Thanks mate! Only Fishing Klafteaal?
Hey Thanks mate! Only Fishing Klafteaal?
Hi all ,
the bot is working great. My main issue is that I want to fish Deepsea Sagefish - Item - World of Warcraft
The problem is that you get it by fishing randomly in the ocean, which i can't do as this bot fishes only in pools.
Some advice would be greatly appreciated.
see the post above me, the MrFishIt HB bot is working, the standalone program is broke right nowok Iggi find some time and put an option for open water fishing coz Mr Fish It is out of date and i dont think is going to be updated soon!!
see the post above me, the MrFishIt HB bot is working, the standalone program is broke right now
Even with "descend on higher reaches" disabled sometimes PoolFishingBuddy tries to land on cliffs. I've added 2 functions to your "Helpers.cs" file which determine the slope and then exclude the point based on whether it is deemed too steep to stand on. I've attached the whole file, it'll probably be easier just to do a diff if you decide to use it. Let me know what you think.
Thanks for your contribution. Much appreciate it! I added it and tweaked the way the bot handles the maximum range to the pools. It's variable now and it seems like we might get a bot which don't need a blacklist.
Currently tweaking and testing. If it goes well I will release the changes within the next hours.
I already realized it and am testing with 1.4 but eel is currently spawning low.. Calculating slopes is working fast for me, even with 20+ valid points. But it might be better not to check every valid point. I think i need some more time for testing, so there will be no release today.
There was a spot in TH where the slope was 1.22 and I was sliding down, so starting with a value lower then that will save some time.
I think it also depends on how accurate the bot is dismounting. It just handled a spot with a slope of 1.1 so I will test with 1.2 now.
I think i'm just really slow today but when i go to Sholazar and fly near the water so i can see a pool on my mini map and then start the bot i get
Starting the bot!
Changing current profile to Sholazar Basin Fishing v1
08:22:28 PM - Pool Fisher 1.0.7 started!
Object reference not set to an instance of an object.
Works decent in Uldum using the Flying mount profile from Page #11 tho.
Any ideas what i'm doing wrong ?
Thanks
I've been doing a lot more testing and it seems that the tolerance was a little too high ( it was still trying to land on some places that were too steep ). I've changed the slope to be < 1.0 instead of 1.6 which seems to work better. Some more extensive testing might need to be done later on to figure out the optimal value but for the next release that number should be changed.
Also I've noticed that when there are a lot of points it can take a few seconds to figure out all the slope values. Currently it's not too bad but with a dynamic range to the pool ( depending on how it's implemented ) there will be a lot more valid points. So my suggestion would be, move the check for the slope to right before you move to the point, that way it will check only the points you intended to travel to instead of all of the points.
If you get a chance to look it over before you release today great, otherwise I'll take a look at it after the release and try to tweak it to make finding the slopes faster.