What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Giant Sewer Rat

zeldrak

Well-Known Member
Joined
Oct 25, 2010
Messages
3,516
Reaction score
25
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.
 
Last edited:
just open aa2 and add a vendor to a blank profile and make it not fish from pools and add 1 hotspot
 
just open aa2 and add a vendor to a blank profile and make it not fish from pools and add 1 hotspot

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.
 
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.

\as i stated... pb has a profile in it just for the fountain

use the 'bot settings' to find it
 
\as i stated... pb has a profile in it just for the fountain

use the 'bot settings' to find it

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. :D
 
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. :D

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
 
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


Awesome. Thanks Kick. Much appreciated.
 
Awesome. Thanks Kick. Much appreciated.

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) &gt;1.5" IgnoreCanRun="True">

<While Condition="DistanceTo(5704.737, 618.9039, 646.1779) &gt;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
 
Back
Top