- Code: Select all
/script if UnitAffectingCombat("player") then CastSpellByName("Feign Death");else CastSpellByName("Freezing Trap");end
/script if UnitAffectingCombat("player") then CastSpellByName("Feign Death");else CastSpellByName("Freezing Trap");end
knotic wrote:wait this is 2015. blizzard didnt do this in 2015. year is non-blizzlike omg omg
5.3 - FREEZING TRAP
The Freezing Trap can be broken by your pet too, so I went ahead and did this to mine:
/cast Freezing Trap
/script if UnitAffectingCombat("player") then CastSpellByName("Feign Death") end
/script if UnitExists("pettarget") and UnitIsUnit("target", "pettarget") then PetPassiveMode(); else end
It adds the Feign Death macro and the line from the Scatter Shot macro which pulls your pet back to you if you're targeting the same thing to a single macro. Note that you don't have to change targets to entrap someone in a freezing trap, but I tend to target whatever's escaped just in case, so feel free to take that line out entirely if you don't plan on changing targets.
|
/script if UnitAffectingCombat("player") then CastSpellByName("Feign Death"); PetFollow(); PetPassiveMode();else CastSpellByName("Freezing Trap");end
knotic wrote:wait this is 2015. blizzard didnt do this in 2015. year is non-blizzlike omg omg
gotmilk0112 wrote:Do pet attacks put you in combat?
gotmilk0112 wrote:Yeah, I have a macro similar to that.
- Code: Select all
/script if UnitAffectingCombat("player") then CastSpellByName("Feign Death"); PetFollow(); PetPassiveMode();else CastSpellByName("Freezing Trap");end
And I have the macro in my first post, which just FD and traps, doesn't change pet status.
It works only half the time, though. I've had so many deaths happen because of my trap macro not working. It properly casts FD, but does not cast trap, even when I'm spamming the macro. I don't know what's going on.
I can only assume it's something putting me back in combat right after I FD. Do pet attacks put you in combat?
|
knotic wrote:wait this is 2015. blizzard didnt do this in 2015. year is non-blizzlike omg omg
knotic wrote:wait this is 2015. blizzard didnt do this in 2015. year is non-blizzlike omg omg
|
knotic wrote:wait this is 2015. blizzard didnt do this in 2015. year is non-blizzlike omg omg