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

Safer Storm Peaks Route

egaweda

New Member
Joined
Jan 15, 2010
Messages
4
Reaction score
0
Hey everyone. I've been gathering herbs in Storm Peaks using a route I got from one of the forums here, but I've died one too many times gathering in the Harpie-infested zones. I'd gladly pass up the nodes in those areas for a safer route; 100g repair bills and no herbs isn't fun. If anyone could either upload a safer route or a file with the dangerous nodes blacklisted, it would be greatly appreciated.

Thanks.
 
on what profile you got so many deaths?
 
I think the problem here is more of a gear one seeing as I have used most of the Storm Peaks gathering profiles that are available on the forums.
I have used them on all classes with the exception of a priest so that is why I think this is a gear issue.

My advice is to ensure your gear is up to scratch (minimum of blue savage PVP gear), an appropriate spec aimed at both survival and single target damage and of course some good solid DPS macro's.
 
may be this is issue of macroses, talent builds, and aslo gear level )
 
One of the main problems is that I'm on a feral druid. His gear level is more than sufficient (232+) to kill mobs in Storm Peaks, but in order to get him to shapeshift into cat form I have to put that in actionbar3 slot#6, so every ten seconds he shifts OUT of catform and is meleeing harpies. There's no macro that can prevent him from doing that, so when he takes on two-three mobs there's a chance of death. This is only occassional, but I also have issues with the nodes on edges of cliffs. Hence, me wanting an xml file with blacklisted nodes.
 
and check if you are using a SP profile that needs Hodirs rep
 
Leaving work and had a small look at the api

Try get a macro exprt to make soming like this:

if(GetShapeshiftForm(1) != 3) {/cast FeralForm} else {/cast Mangle}

That can theoretically be put in the "clicked once every second" button.
 
You should use a macro like this :

Bar 3 Button 1 :
Code:
/use Crystallized Shadow
/use Crystallized Fire
/use Crystallized Water
/use Crystallized Life
/use Crystallized Earth
/use Crystallized Air
/script UIErrorsFrame:Clear()
/cast Swift Flight Form(Shapeshift)

Bar 3 Button 6 :
Code:
/cast [stance:0]!Cat Form

Bar 3 Button 7 :
Code:
/cast Berserk

Bar 3 Button 8 :
Code:
/startattack
/castsequence reset=target Mangle (Cat), Mangle (Cat), Mangle (Cat), Mangle (Cat), Mangle (Cat), Ferocious Bite, Mangle (Cat), Mangle (Cat), Mangle (Cat), Mangle (Cat), Mangle (Cat), Ferocious Bite

Bar 3 Button 9 :
Code:
/cast Mark of the Wild

Been using it for months on 4 druids :)
 
The shapeshifting macro was all I needed to take care of the mobs, but I'm still dying from falls =/. Any advice on how to get those nodes blacklisted?
 
Back
Top