I don't suppose someone could whip up a profile for AutoAngler2 or PB that fishes the sewers to get the giant sewer rat, and also sells all fished up GREY items? I haven't seen one around the forums anywhere, but I've seen many for the turtle, Mr. Pinchy, etc. If something could be done, that would be wonderful. P.S. - Forgot to add that this is for Dalaran. I believe anyway. This: giant sewer rat - Wowhead Search And according to this: Rare catch from open water in Dalaran's Underbelly (sewers). May take hundreds of catches to find. << Not a link.
I would say ok to that, but sadly I haven't the slightest idea on how to make profiles. I did manage to get a profile made by Tony which popped up when I search the string "sewerrat", but it's for Auto Angler. I'll give it a shot and see how it works out.
Just go fish in the fountain in Dal, sit in the left hand corner near the column (google to spot, heaps of piccys). You will get all the fountain achieves and maybe catch a sewer rat at the same time, there is a bug to allow you to catch it in the fountain. Would be good for a plugin for using the coins too G
Well, Tony's profile is working fine. I just had to go into it to change what it sells. He had his profile selling greys, whites, and greens, but I changed it to keep everything except grey items. I'd use the fountain method if I knew how to code a hotspot in to make it stand there, but when using PB or AA and a profile, it tends to move towards the pre programmed hotspots. That's something I just don't know how to do.
No, I think perhaps you misunderstood me maybe, but when I say I can't fish the fountain where he was talking about ("sit in the left hand corner near the column") is because I don't know how to code in a hotspot, or how to find the hotspot to code it in. The profile for Dalaran has a specific hotspot, and the bot returns to that area when I use it. The hotspot is a few steps away from the fishing trainer in front of the fountain. No worries though, because the one Tony made works just fine.
ah gotcha find the profile in the pb profiles folder right click and edit it find your hotspot u want the bot to stand at... (dev tools --> double click 0 0 0 ) you'll this code in 3 places: <CustomAction Code="CTM(5700.00, 618.8751, 646.241);" /> change all 3 to your X Y Z (just the numbers of course) save and bam... ur g2g
well it's 2 ctm's and another one that tries to find the location of where you're at just double click the # and it will highlight all 3 references of it (if ur using notepad++) <If Condition="DistanceTo(5704.737, 618.9039, 646.1779) >1.5" IgnoreCanRun="True"> <While Condition="DistanceTo(5704.737, 618.9039, 646.1779) >1.5" IgnoreCanRun="True"> <CustomAction Code="CTM(5704.737, 618.9039, 646.1779);" /> </While> those are the 3 u wanna change i dunno if u have 5704 or 5700 ... i changed one of the hotspots xD
Yeah, that's the one I'm using Tony. I just had to make a change so that it sells only grey items, but other than that it's working perfectly fine.