LuaNinja Dks Macro Thread menu

User Tag List

Results 1 to 12 of 12
  1. #1
    angusm's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    LuaNinja Dks Macro Thread

    I love LuaNinja is a awesome tool, and Cypher is the man !

    But having all macros in one place for all classes seems a lil messy for me since im not a programmer or anything like it, im just a regular joe that Copy other macros and tries to addapt for what i need.

    Ive also noticed a lack of Good DK Macros, Warriors have a very nice one thanks to Ssateneth. So i decided to open this Thread to be only about Dks LuaNinja Macros. And try to get one macro to our class just like that.

    I play mainly a Frost DK so heres a good one i didnt find around:

    Casts Howling Blast When KM and Rime Procs together:
    Code:
    /run loadstring("if (UnitBuff(\"player\", \"Killing machine\")) and (UnitBuff(\"player\", \"Freezing Fog\")) then CastSpellByName(\"Howling Blast\") else RunMacro(\"AnotherMacroHere\") end") ()
    I just spam this and i let it follow by my normal /castsequence Macro.
    Again this is an adaptation of another macro i found here.

    Im willing to create a Macro that doesnt Call for other ones u just simply spam it (Using SuperDuperMacro ofc)

    For ppl that dont play DKs but are willing to hlp heres a priority list bout Frost Spec

    -Keep Frost Fever and Blood Plague always on target
    -Check for Killing Machione and Rime Buffs on player, if so Cast Howling Blast
    -Check if there are any blood runes, if so Cast Blood Strike
    -Cast Obliterate Whenever Possible
    -Cast Frost Strike When None of the above possible
    -Cast Horn of Winter of none of the Above Possible

    I thought of something like this, im sure Stuff is missing and its a dumb Macro so far, and cant test atm if it worksTook the model from Ssateneth Warrior one and tried to adapt)

    #showtooltip Obliterate
    /startattack
    /run if(UnitBuff("player", "Killing machine") and UnitBuff("player", "Freezing Fog")) then CastSpellByName("Howling Blast")end
    /run if (not UnitDebuff("target", "Blood Plague")) then CastSpellByName("Plague Strike") end
    /run if (not UnitDebuff("target", "Frost Fever")) then CastSpellByName("Icy Touch") end
    /run a=GetRuneType("1") if (a == 1) then CastSpellByName("blood strike") end
    /run a=GetRuneType("2") if (a == 1) then CastSpellByName("blood strike") end
    /run if(IsSpellInRange('Obliterate','target')==1 then CastSpellByName('Obliterate') end
    /run if(IsSpellInRange('Frost Strike','target')==1 and UnitPower("Player")>32 then CastSpellByName('Frost Strike') end



    Want to make this post all about cooperation beetween Average Joes like my self and ppl that actually know about creating Lua Strings. Any Hlp is welcome for any Spec.
    Last edited by angusm; 12-16-2009 at 06:23 PM.

    LuaNinja Dks Macro Thread
  2. #2
    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)
    The classes in the big thread is highlighted and should be very easy to find. Simply search for the spec/class specific spells like Haunt with Affliction warlocks, Howling blast for Frost DKs, Scourge Strike for unholy etc etc. As for the death knight, no macros have really been needed because of this :

    Originally Posted by Elitetech View Post
    Download FaceSmasher.rar and use the macro
    Code:
    /Run temp=spell
    /Run tamp=miscspell
    /Run tump=intspell
    /Run CastSpellByName(""..temp.."")
    /Run CastSpellByName(""..tamp.."")
    /Run CastSpellByName(""..tump.."")
    or go to http://www.mmowned.com/forums/ui-mac...ollection.html and use the unholy macro there. I use this addon
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

  3. #3
    Evilphtbstrd's Avatar Active Member
    Reputation
    77
    Join Date
    Feb 2008
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think a seperate thread for each class is a good idea personally

  4. #4
    angusm's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elitetech View Post
    The classes in the big thread is highlighted and should be very easy to find. Simply search for the spec/class specific spells like Haunt with Affliction warlocks, Howling blast for Frost DKs, Scourge Strike for unholy etc etc. As for the death knight, no macros have really been needed because of this :
    Elitetech thats an awesome Stuff, just checked it and its doing great so far, the only thing im having Issues is with AoE Stuff, is there a way to run a Macro That will shoose the Best AoE moves instead of Shingle Target ? +Rep to u my friend

  5. #5
    frallan123's Avatar Active Member
    Reputation
    24
    Join Date
    Apr 2007
    Posts
    140
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would love to have a unholy dps macro thats working, the one in the big thread giving me around 2k dps on doll,

  6. #6
    greenthing's Avatar Contributor
    Reputation
    151
    Join Date
    Aug 2008
    Posts
    72
    Thanks G/R
    20/37
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    See Elitetech his post earlier in this thread.... then add stuff to that if you want everything (including presence, ghoul summon etc) in 1 macro.

  7. #7
    frallan123's Avatar Active Member
    Reputation
    24
    Join Date
    Apr 2007
    Posts
    140
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do I copy paste this

    /Run temp=spell
    /Run tamp=miscspell
    /Run tump=intspell
    /Run CastSpellByName(""..temp.."")
    /Run CastSpellByName(""..tamp.."")
    /Run CastSpellByName(""..tump.."")




    into a macro and spam it? cause when I did that I get blizzard block shit, but I can use /Script MoveForwardStart(); thingy

  8. #8
    greenthing's Avatar Contributor
    Reputation
    151
    Join Date
    Aug 2008
    Posts
    72
    Thanks G/R
    20/37
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you have the addon & the tool, yes that's all that is needed.

    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");
    Add this at the bottom for the popups.

  9. #9
    frallan123's Avatar Active Member
    Reputation
    24
    Join Date
    Apr 2007
    Posts
    140
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aha thx alot worked now is that for aoe or single target btw?

  10. #10
    greenthing's Avatar Contributor
    Reputation
    151
    Join Date
    Aug 2008
    Posts
    72
    Thanks G/R
    20/37
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Someone else, forgot his name.... you can find it in the main thread, posted the AOE 1:


    /Run temp=aoespell
    /Run timp=spell
    /Run tamp=miscspell
    /Run tump=intspell
    /run if UnitDebuff("target", "Blood Plague",unitCaster~="player") then CastSpellByName(""..temp.."") else CastSpellByName(""..timp.."") end
    /run CastSpellByName(""..timp.."")
    /Run CastSpellByName(""..tamp.."")
    /Run CastSpellByName(""..tump.."")
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");

  11. #11
    kxy1983's Avatar Member
    Reputation
    7
    Join Date
    May 2008
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i add ghoul summoning, to the aoe and single target macros?

  12. #12
    Evilphtbstrd's Avatar Active Member
    Reputation
    77
    Join Date
    Feb 2008
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just take the lines from the other macros and add them like this

    /use [nopet]Raise Dead
    /run if UnitAffectingCombat("player") then RunMacroText("/petattack") else RunMacroText("/petfollow") end
    /run if (not UnitBuff("player", "Blood Presence")) then CastSpellByName("Blood Presence") end
    /Run temp=aoespell
    /Run timp=spell
    /Run tamp=miscspell
    /Run tump=intspell
    /run local _,g, _ = GetSpellCooldown("Bone Shield") if (g == 0) and (not UnitBuff("player", "Bone Shield")) then CastSpellByName("Bone Shield") end
    /run if UnitDebuff("target", "Blood Plague",unitCaster~="player") then CastSpellByName(""..temp.."") else CastSpellByName(""..timp.."") end
    /run CastSpellByName(""..timp.."")
    /Run CastSpellByName(""..tamp.."")
    /Run CastSpellByName(""..tump.."")
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");

Similar Threads

  1. [PLUA/MACRO] Unofficial PLUA/MACRO Thread
    By Sikas in forum WoW UI, Macros and Talent Specs
    Replies: 105
    Last Post: 12-14-2020, 09:00 AM
  2. Funny/Best Macro THREAD
    By VersaGER in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 10-01-2012, 03:21 AM
  3. Rift Macro Thread
    By Jbob in forum Rift
    Replies: 9
    Last Post: 03-22-2011, 01:41 AM
  4. OFFICIAL G15 Macro Thread
    By Anarchy in forum World of Warcraft General
    Replies: 0
    Last Post: 03-18-2008, 12:36 AM
  5. why not make a Macros thread
    By bait in forum World of Warcraft General
    Replies: 0
    Last Post: 01-22-2007, 07:05 PM
All times are GMT -5. The time now is 05:12 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