• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Hunter FD Trap help

Kajinos

New Member
Joined
Aug 18, 2016
Hi all! I am having issues with my FD trap macros. Finding that 80% of the time I cannot trap after using FD. Is there a bug or is something up with macro? Usually says I am in combat right on FD so I cannot lay my trap. Other hunters in my guild have the same issue, sometimes it works on Nef usually it does not.

/script PetPassiveMode()
/script PetFollow()
/script if (UnitAffectingCombat("player")) then CastSpellByName("Feign Death()") elseif not (UnitAffectingCombat("player")) then CastSpellByName("Freezing Trap"); end

is the macro I have been using.
 
I've copy/pasted your macro and it's working like a charm for me, thanks!

-- Edit --

By the way I've noticed that these two lines below are missing ";" at the end, try to add that.

Code:
/script PetPassiveMode()[COLOR=#ff0000];[/COLOR]
/script PetFollow()[COLOR=#ff0000];[/COLOR]
 
Last edited:
Top Bottom