I cannot overstate the usefulness of that macro. It has gotten me out
of more scrapes in both PvE and PvP situations than I can count. The
best part is, the macro serves double duty as your normal freeze trap
button when you're out of combat and the feign/freeze trick once you're
in combat. Indispensible.
FoRK wrote:
> pepsi DeleteThis @home.com napisal(a):
> > I just started playing a hunter a couple of weeks ago, and there's one
> > thing I haven't figured out; on my other character I've seen hunters
> > lay ice traps down after combat is initiated by feigning death.
> > I see this used to great effect especially during duels or some
> > situations in battlegrounds.
> >
> > When I feign death during combat, the ice trap is still not available
> > to me; what am I doing wrong?
>
> Try spamming this macro:
>
> /cast Freezing Trap
> /script PetWait(); PetPassiveMode(); ClearTarget();
> /cast Feign Death
>
> Should be working
>
> FoRK