Ebabil
Player-
Content count
14 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Ebabil
-
Rank
Lurker
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
if it will be allways 15 sec with clever traps it can be very powerfull in pvp because trap cooldown is 15 sec. this means traplock the enemy
-
i want a one simple macro like this when i spaming this macro if there is no totem pet attacks the target if there is a totem pet attaks the totem when the pet kills the totem immediately attaks the target again. and this macro must include all totems .
-
hi raziya , can you give us a totem pet attack macro , it will be very usefull against shamans in pvp.
-
if its working like that 12 sec vs 18 sec it s a very huge diffrance in pvp especially in 1v1 pvp.
-
hi Raziya is it possible to add tranq shot to this macro ? /script if GetUnitName("target")==nil then TargetNearestEnemy() end /script class=UnitClass("target"); if ((class=="Rogue") or (class=="Warrior")) then CastSpellByName("Scorpid Sting"); else CastSpellByName("Viper Sting"); end scorpid sting to rogue and warrior viper sting to other classes tranq shot to bosses when needed ?
-
base is 20 sec with heartbeat it will be down to 12 sec. then with clever traps it will be base 26 sec and with heartbeat system down to 18 sec right ? because if its working like that this is not a useless talent .
-
is entrapment immoblize only on first proc or it works on each pulse? if its works on each pulse like in vanilla what is the pulse time ? every sec ?
-
in this patch blizz removed cat reflexes from the King Bangalash all cats have same dps ,confirmed ...
-
ty very much , so with 2 point clever trap talent , duration of freezing trap in pvp will be 26 sec right ?
-
thank you so much mate :) it works !!! :) ty ty ty /run local i,x=1,0 while UnitBuff("player",i) do if UnitBuff("player",i)=="Interface\\Icons\\Ability_Mount_JungleTiger" then x=1 end i=i+1 end if x==0 then CastSpellByName("Aspect of the Cheetah") else end /run local i,x=1,0 while UnitBuff("player",i) do if UnitBuff("player",i)=="Interface\\Icons\\Spell_Nature_RavenForm" then x=1 end i=i+1 end if x==0 then CastSpellByName("Aspect of the Hawk") else end
-
thanks for the reply mate but this is not that i want i want the cheetah and hawk version of this macro /run local i,x=1,0 while UnitBuff("player",i) do if UnitBuff("player",i)=="Interface\\Icons\\Ability_Hunter_AspectOfTheMonkey" then x=1 end i=i+1 end if x==0 then CastSpellByName("Aspect of the Monkey") else end i want it because when i spam cheetah and hawk in pvp i dont want to the get toggled off hawk and cheetah. my english is bad sorry for mistakes... thank you so much ...
-
thanks for the reply mate but this is not that i want i want the cheetah and hawk version of this macro /run local i,x=1,0 while UnitBuff("player",i) do if UnitBuff("player",i)=="Interface\\Icons\\Ability_Hunter_AspectOfTheMonkey" then x=1 end i=i+1 end if x==0 then CastSpellByName("Aspect of the Monkey") else end i want it because when i spam cheetah and hawk in pvp i dont want to the get toggled off hawk and cheetah. my english is bad sorry for mistakes... thank you so much ...
-
hi Raziya can you give me a macro that will not be toggled off aspect of the cheetah and aspect of the hawk ? you make the same macro for monkey and its working fine i try to change the name cheetah and hawk in the monkey macro bu it dont worked :( can you help me pls
