To add to the pissing contest... I soloed him without pots with a 45 druid (mixed feral/resto). No kiting, no gimicks, toe-to-toe fighting and heals.
It was quite close though, and I have excellent gear (inc. Warden Staff).
Now, to add some useful info: I found him at coords (35,71) and I'm pretty sure that's where he hangs out (not all over the place as the map suggests). That location is along the east coast: leave BB by the tunnel, turn right to the coast and run north a bit.
Extra bit of info: if you don't have a coordinate mod installed, you can just make a macro that says the following, and click the macro whenever you need to check coords:
/script local x,y=GetPlayerMapPosition("player"); SELECTED_CHAT_FRAME:AddMessage(string.format("Location (west to east, north to south) is (%d,%d)",x*100,y*100))
It was quite close though, and I have excellent gear (inc. Warden Staff).
Now, to add some useful info: I found him at coords (35,71) and I'm pretty sure that's where he hangs out (not all over the place as the map suggests). That location is along the east coast: leave BB by the tunnel, turn right to the coast and run north a bit.
Extra bit of info: if you don't have a coordinate mod installed, you can just make a macro that says the following, and click the macro whenever you need to check coords:
/script local x,y=GetPlayerMapPosition("player"); SELECTED_CHAT_FRAME:AddMessage(string.format("Location (west to east, north to south) is (%d,%d)",x*100,y*100))