Catacylsm FURY WARRIOR LUA macro menu

User Tag List

Results 1 to 3 of 3
  1. #1
    gerry0118's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Catacylsm FURY WARRIOR LUA macro

    To use this baby you'll need wow+ 4.3.4 and Super duper macro
    Single target macro:
    /startattack
    /run if IsUsableSpell("Charge")==1 and GetSpellCooldown("Charge")==0 and IsSpellInRange("Charge", "target")==1 then CastSpellByName("Charge") elseif IsUsableSpell("Intercept")==1 and GetSpellCooldown("Intercept")==0 and IsSpellInRange("Intercept", "target")==1 then CastSpellByName("Intercept") end
    /run if IsUsableSpell("Victory Rush") then CastSpellByName("Victory Rush") end
    /run if UnitBuff("player", "Bloodsurge") then CastSpellByName("Slam") end
    /run if UnitCastingInfo("target") then SpellStopCasting() CastSpellByName("Pummel") end
    /run local _,d,_ = GetSpellCooldown("Battle shout") if (d == 0) then CastSpellByName("Battle shout") end
    /run local _,d,_ = GetSpellCooldown("Colossus Smash") if (d == 0) then CastSpellByName("Colossus smash") end
    /run local _,d,_ = GetSpellCooldown("Bloodthirst") if (d == 0) then CastSpellByName("Bloodthirst") end
    /run if UnitBuff("player", "Enrage") then CastSpellByName("Raging Blow") end
    /run local _,d,_ = GetSpellCooldown("Berserker Rage") if (d == 0) then CastSpellByName("Berserker Rage") end
    /run local _,d,_ = GetSpellCooldown("Inner Rage") if (d == 0) then CastSpellByName("Inner Rage") end
    /run if IsUsableSpell("Execute") then CastSpellByName("Execute") end
    /run if UnitPower("Player") > 55 then CastSpellByName("Heroic Strike") end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");


    AOE macro:
    /startattack
    /run if IsUsableSpell("Victory Rush") then CastSpellByName("Victory Rush") end
    /run if UnitBuff("player", "Bloodsurge") then CastSpellByName("Slam") end
    /run if UnitCastingInfo("target") then SpellStopCasting() CastSpellByName("Pummel") end
    /run local _,d,_ = GetSpellCooldown("Battle shout") if (d == 0) then CastSpellByName("Battle shout") end
    /run local _,d,_ = GetSpellCooldown("Bloodthirst") if (d == 0) then CastSpellByName("Bloodthirst") end
    /run local _,d,_ = GetSpellCooldown("Whirlwind") if (d == 0) then CastSpellByName("whirlwind") end
    /run if UnitBuff("player", "Enrage") then CastSpellByName("Raging Blow") end
    /run local _,d,_ = GetSpellCooldown("Berserker Rage") if (d == 0) then CastSpellByName("Berserker Rage") end
    /run local _,d,_ = GetSpellCooldown("Inner Rage") if (d == 0) then CastSpellByName("Inner Rage") end
    /run if UnitPower("Player") > 50 then CastSpellByName("Cleave") end
    /run local _,d,_ = GetSpellCooldown("Execute") if (d == 0) then CastSpellByName("Execute") end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");

    Catacylsm FURY WARRIOR LUA macro
  2. #2
    thor0118's Avatar Member
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is a little problem with this. 😕 it casts slam sometimes without the bloodsurge procs . But works well in ilvl349 i can pull out 18k dps on random df

    Tapatalk-kal küldve az én GT-I9505-el

  3. #3
    gerry0118's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK so I fixed the problem but it dosn't looks good but it does her job !
    the single :
    /startattack
    /run if(IsSpellInRange('intercept','target')==1 and GetSpellCooldown('intercept')==0)then CastSpellByName('intercept')end
    /run if IsUsableSpell("Victory Rush") then CastSpellByName("Victory Rush") end
    /stopcasting
    /run if UnitBuff("player", "Bloodsurge") then CastSpellByName("Slam") end
    /stopcasting
    /run if UnitCastingInfo("target") then SpellStopCasting() CastSpellByName("Pummel") end
    /run local _,d,_ = GetSpellCooldown("Battle shout") if (d == 0) then CastSpellByName("Battle shout") end
    /run local _,d,_ = GetSpellCooldown("Colossus Smash") if (d == 0) then CastSpellByName("Colossus smash") end
    /run local _,d,_ = GetSpellCooldown("Bloodthirst") if (d == 0) then CastSpellByName("Bloodthirst") end
    /run if UnitBuff("player", "Enrage") then CastSpellByName("Raging Blow") end
    /run local _,d,_ = GetSpellCooldown("Berserker Rage") if (d == 0) then CastSpellByName("Berserker Rage") end
    /run local _,d,_ = GetSpellCooldown("Inner Rage") if (d == 0) then CastSpellByName("Inner Rage") end
    /run if IsUsableSpell("Execute") then CastSpellByName("Execute") end
    /run if UnitPower("Player") > 60 then CastSpellByName("Heroic Strike") end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN


    and the AOE
    /startattack
    /run if IsUsableSpell("Victory Rush") then CastSpellByName("Victory Rush") end
    /stopcasting
    /run if UnitBuff("player", "Bloodsurge") then CastSpellByName("Slam") end
    /stopcasting
    /run if UnitCastingInfo("target") then SpellStopCasting() CastSpellByName("Pummel") end
    /run local _,d,_ = GetSpellCooldown("Battle shout") if (d == 0) then CastSpellByName("Battle shout") end
    /run local _,d,_ = GetSpellCooldown("Bloodthirst") if (d == 0) then CastSpellByName("Bloodthirst") end
    /run local _,d,_ = GetSpellCooldown("Whirlwind") if (d == 0) then CastSpellByName("whirlwind") end
    /run if UnitBuff("player", "Enrage") then CastSpellByName("Raging Blow") end
    /run local _,d,_ = GetSpellCooldown("Berserker Rage") if (d == 0) then CastSpellByName("Berserker Rage") end
    /run local _,d,_ = GetSpellCooldown("Inner Rage") if (d == 0) then CastSpellByName("Inner Rage") end
    /run if UnitPower("Player") > 55 then CastSpellByName("Cleave") end
    /run local _,d,_ = GetSpellCooldown("Execute") if (d == 0) then CastSpellByName("Execute") end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");

Similar Threads

  1. Perfect Fury Warrior Macro (1 button dps)
    By Elitetech in forum WoW UI, Macros and Talent Specs
    Replies: 40
    Last Post: 10-02-2020, 05:37 PM
  2. Need help for arms warrior lua macro for 4.3
    By thor0118 in forum WoW UI, Macros and Talent Specs
    Replies: 3
    Last Post: 09-07-2014, 03:45 PM
  3. Fury Warrior Lua Script
    By CrazyCactuaR in forum WoW UI, Macros and Talent Specs
    Replies: 12
    Last Post: 08-04-2011, 09:36 AM
  4. [Fury Warrior][Macro] DPS Rotation with Instaslam! + Proc bypass method
    By Muramasa in forum WoW UI, Macros and Talent Specs
    Replies: 6
    Last Post: 07-24-2010, 11:56 PM
  5. [Question] Fury warrior macros?
    By klamor in forum WoW Instances & Raiding
    Replies: 2
    Last Post: 06-25-2010, 06:23 AM
All times are GMT -5. The time now is 03:00 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search