/Dump Macro Collection (WIP at mo!) menu

User Tag List

Page 7 of 7 FirstFirst ... 34567
Results 91 to 98 of 98
  1. #91
    brustuki's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi! is there a macro that can make the pet attack the totem again? Its really annoying what bliz made to the totems...

    /Dump Macro Collection (WIP at mo!)
  2. #92
    Ylts's Avatar Active Member
    Reputation
    61
    Join Date
    Mar 2007
    Posts
    127
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadca7 View Post
    Updated Gifteds UH DK macro, to work with LuaNinja
    We don't need all the crap anymore

    Code:
    Macro Name: Spam
    /run local p = IsSpellInRange("Plague Strike", "target") if (p == 0) then CastSpellByName("Icy Touch") else RunMacro("BP") end
    /click StaticPopup1Button1
    
    Macro Name: BP
    /run if (not UnitDebuff("target", "Blood Plague")) then RunMacro("DUR1") else RunMacro("FF") end
    /click StaticPopup1Button1
    
    Macro Name: FF
    /run if (not UnitDebuff("target", "Frost Fever")) then RunMacro("DFR1") else RunMacro("UR1") end
    /click StaticPopup1Button1
    
    Macro Name: BPleft
    /run if (not UnitDebuff("target", "Blood Plague")) then CastSpellByName("Blood Strike") else RunMacro("FFleft") end
    /click StaticPopup1Button1
    
    Macro Name: FFleft
    /run if (not UnitDebuff("target", "Frost Fever")) then RunMacro("UR1") else CastSpellByName("Blood Strike") end
    /click StaticPopup1Button1
    
    Macro Name: BPright
    /run if (not UnitDebuff("target", "Blood Plague")) then RunMacro("FR1") else RunMacro("FFright") end
    /click StaticPopup1Button1
    
    Macro Name: FFright
    /run if (not UnitDebuff("target", "Frost Fever")) then CastSpellByName("Blood Strike") else RunMacro("DFR1") end
    /click StaticPopup1Button1
    
    Macro Name: DFR1
    /run local _,_,c = GetRuneCooldown("1") if (GetRuneType("1") == 4) and (c == true) then CastSpellByName("Icy Touch") else RunMacro("DFR2") end
    /click StaticPopup1Button1
    
    Macro Name: DFR2
    /run local _,_,d = GetRuneCooldown("2") if (GetRuneType("2") == 4) and (d == true) then CastSpellByName("Icy Touch") else RunMacro("FR1") end
    /click StaticPopup1Button1
    
    Macro Name: FR1
    /run local _,_,a = GetRuneCooldown("5") if (a == true) then CastSpellByName("Icy Touch") else RunMacro("FR2") end
    /click StaticPopup1Button1
    
    Macro Name: FR2
    /run local _,_,b = GetRuneCooldown("6") if (b == true) then CastSpellByName("Icy Touch") else RunMacro("BPleft") end
    /click StaticPopup1Button1
    
    Macro Name: DUR1
    /run local _,_,i = GetRuneCooldown("1") if (GetRuneType("1") == 4) and (i == true) then CastSpellByName("Plague Strike") else RunMacro("DUR2") end
    /click StaticPopup1Button1
    
    Macro Name: DUR2
    /run local _,_,j = GetRuneCooldown("2") if (GetRuneType("2") == 4) and (j == true) then CastSpellByName("Plague Strike") else RunMacro("UR1") end
    /click StaticPopup1Button1
    
    Macro Name: UR1
    /run local _,_,g = GetRuneCooldown("3") if (g == true) then CastSpellByName("Plague Strike") else RunMacro("UR2") end
    /click StaticPopup1Button1
    
    Macro Name: UR2
    /run local _,_,h = GetRuneCooldown("4") if (h == true) then CastSpellByName("Plague Strike") else RunMacro("BPright") end
    /click StaticPopup1Button1

    when using this, it keeps refreshing Plague Strike and Icy Touch and doesnt cast anything else

  3. #93
    Viral Fly-by's Avatar Contributor
    Reputation
    136
    Join Date
    Dec 2009
    Posts
    376
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ylts View Post
    when using this, it keeps refreshing Plague Strike and Icy Touch and doesnt cast anything else
    I'm guessing there was another DK in your party/raid...that macro isn't checking debuffs properly so it will do everything wrong if another DK is putting up debuffs too.
    ViralFly-by

  4. #94
    Ylts's Avatar Active Member
    Reputation
    61
    Join Date
    Mar 2007
    Posts
    127
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Viral Fly-by View Post
    I'm guessing there was another DK in your party/raid...that macro isn't checking debuffs properly so it will do everything wrong if another DK is putting up debuffs too.
    im pretty sure i was only one on heroic dummy...

  5. #95
    Elitetech's Avatar Contributor
    Reputation
    98
    Join Date
    Oct 2008
    Posts
    279
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ylts View Post
    im pretty sure i was only one on heroic dummy...
    Don't use the macro then. It's horrible in terms of debufftracking and a huge work to get to work and uses up a lot of macro space. (Since it being like 20 macros). It's old as well and the DK rotations change all the time with new specs etc etc.

    Use the method I mentioned in this thread http://www.mmowned.com/forums/ui-mac...ro-thread.html, it's really brilliant
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

  6. #96
    Walacky's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi! If I try any of these /dump macros I get thyis error message: Dump: (the dump macro here) empty result. Do you have any ideas? pls help!

  7. #97
    Viral Fly-by's Avatar Contributor
    Reputation
    136
    Join Date
    Dec 2009
    Posts
    376
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Walacky View Post
    Hi! If I try any of these /dump macros I get thyis error message: Dump: (the dump macro here) empty result. Do you have any ideas? pls help!
    Don't use /dump anymore...just use LuaNinja...it makes it much simpler.

    The original thread on LuaNinja here.

    See Elitetech's guide for setting it up here.

    For macros, check out my Macro Library here.
    ViralFly-by

  8. #98
    Walacky's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Viral Fly-by View Post
    Don't use /dump anymore...just use LuaNinja...it makes it much simpler.

    The original thread on LuaNinja here.

    See Elitetech's guide for setting it up here.

    For macros, check out my Macro Library here.
    Thanks, I owe you! twocents

Page 7 of 7 FirstFirst ... 34567

Similar Threads

  1. [Macro-Collection] All-In-One-Button Macro for all Classes from Level 15-90!
    By Classicclean in forum WoW UI, Macros and Talent Specs
    Replies: 21
    Last Post: 01-21-2014, 08:16 AM
  2. LuaNinja Macro Collection
    By Elitetech in forum WoW UI, Macros and Talent Specs
    Replies: 628
    Last Post: 02-19-2013, 06:24 AM
  3. <ReQuest> protret smash pvp /dump macro
    By marlboroman1982 in forum WoW UI, Macros and Talent Specs
    Replies: 2
    Last Post: 11-10-2009, 11:03 AM
  4. Need help about /dump macro
    By Zanac in forum World of Warcraft General
    Replies: 1
    Last Post: 09-22-2009, 05:20 AM
  5. [DK] EPIC /dump macro for UH PvP
    By gifted in forum World of Warcraft Exploits
    Replies: 30
    Last Post: 08-19-2009, 05:30 PM
All times are GMT -5. The time now is 07:00 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search