WOW Macro Library (DPS Rotations, Healing, Tanking, etc) menu

User Tag List

Page 8 of 31 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 464
  1. #106
    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)
    Updated the Warlock Post...

    I fixed the issue with the Felguard/Emberstorm macro. It will no longer double-cast Immolate. It will also eat your healthstone now if you get low on HP.

    Also I've written the Affliction macro and tested it pretty extensively. I will post it tomorrow. The timing on UA and Haunt seem perfect. I've had my haunt going to the target and the previous one ending cross each other midair in testing. I just need to add in a few more limits (probably don't want to dot up fully some low HP targets for example). Once I tweak those few things I'll do the write up and post it tomorrow.
    ViralFly-by

    WOW Macro Library (DPS Rotations, Healing, Tanking, etc)
  2. #107
    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)
    Oh also if people are curious, yes I still plan to go back through the Elemental Shaman and Resto Shaman to add in logic to only use instants while moving.

    Also I have a bigger idea cooking...hope to reveal it soon...hopefully will be interesting to those of you who like to write your own macros or tweak mine.
    ViralFly-by

  3. #108
    garyrbaker's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Viral,

    Ive still been playing with resto druid, but I know by far your will be much better. So do you have any ETA on when you might have one done Just curious and in no way am I trying to push it.

  4. #109
    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 garyrbaker View Post
    Ive still been playing with resto druid, but I know by far your will be much better. So do you have any ETA on when you might have one done Just curious and in no way am I trying to push it.
    That's next up on queue now that Affliction Warlock is done.
    ViralFly-by

  5. #110
    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 Viral Fly-by View Post
    Oh also if people are curious, yes I still plan to go back through the Elemental Shaman and Resto Shaman to add in logic to only use instants while moving.

    Also I have a bigger idea cooking...hope to reveal it soon...hopefully will be interesting to those of you who like to write your own macros or tweak mine.
    Oh gawd. Fly-by lua template :O!
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

  6. #111
    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)
    noticed the pala tanking macros were still awaiting confirmation , so going to run a few instances with these updated macros , will report back in a few hours

  7. #112
    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 Evilphtbstrd View Post
    noticed the pala tanking macros were still awaiting confirmation , so going to run a few instances with these updated macros , will report back in a few hours
    Many thanks kind sir. I haven't had a chance to take my pally prot yet to try them. They are the same logic as before...just reimplemented to be better about variables and stuff. Lemme know if you have any issues.
    ViralFly-by

  8. #113
    johm2's Avatar Active Member CoreCoins Purchaser
    Reputation
    48
    Join Date
    Nov 2007
    Posts
    214
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been using the Mutilate Rogue macro and have done quite a few instances and just through leveling I've noticed that it will not cast Garrote, ever. I have tried numerous situations and variables, but no luck. Otherwise it is 100% awesome. :-)

  9. #114
    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 johm2 View Post
    I've been using the Mutilate Rogue macro and have done quite a few instances and just through leveling I've noticed that it will not cast Garrote, ever. I have tried numerous situations and variables, but no luck. Otherwise it is 100% awesome. :-)
    Really? That's crazy...

    Here's the line that does it:
    Code:
    /run if UnitBuff("player", "Stealth") and UnitPower("player")>= 50 then CastSpellByName("Garrote") end
    So if you have a buff called "Stealth" and you have at least 50 energy, it should Garrote.

    I'll assume you tested all this...but of course you must be stealthed and be behind the target in order to Garrote. The macro can check stealth but not check that you are behind. If you stealth, wait for full energy, run up behind a mob, and hit the macro...it should Garrote for sure...that just doesn't make sense if it doesn't.

    I can see it maybe failing in a few situations failing to garrote and so doing another ability. Therefore I have added a StopMacro() after casting Garrote. Please grab the latest version from the front page. If you are stealthed it should try to garrote and nothing else... If that one still won't garrote please let me know.

    Thanks for testing.
    ViralFly-by

  10. #115
    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)
    More Holy Paladin tweaks:
    1. Don't judge unless focus is in combat (prevents accidental pulls).
    2. Don't Hand of Protection someone who isn't in combat (damn warlocks tapping so low).
    3. Don't Hand of Protection a mage who is already in Ice Block (talk about unnecessary).
    ViralFly-by

  11. #116
    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 Elitetech View Post
    Oh gawd. Fly-by lua template :O!
    Not exactly...but in that line of thinking...very astute.
    ViralFly-by

  12. #117
    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)
    Affliction Warlock is posted on front page. I tested most of the core of it but I've also made some substantial additions since my last round of testing. Therefore it is marked with status Testing until either I or one of you has time to test the latest version.

    It's pretty epic with lots of customizations for how you feel it should behave. Pretty big posting but I hope it all makes sense about what it's doing.

    As always, let me know of any problems.


    EDIT: Typo! There was an extra "if" in one of the lines preventing it from ever casting Shadow Bolts! Just updated (4:43pm Central)...grab latest from front page (always)!
    Last edited by Viral Fly-by; 01-04-2010 at 05:44 PM.
    ViralFly-by

  13. #118
    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)
    @ganzerker: Thanks for the TotW nomination.

    Thanks to the several of you that nominated it before as well. I wish I had waited until January to post so it would have a chance this month rather than only being the last days of December. Hehehe =p
    ViralFly-by

  14. #119
    ganzerker's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    37
    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
    @ganzerker: Thanks for the TotW nomination.

    Thanks to the several of you that nominated it before as well. I wish I had waited until January to post so it would have a chance this month rather than only being the last days of December. Hehehe =p
    no problem ur macros are amazing, i love looking at the code and going "god dam thts precise" lol, anyways the prot pally macro works wonders imo, been tankin with it in over 20 instances so far


    p.s i too am greatly anticipating ur resto druid macro, i'll be one of the first in line to test it
    Last edited by ganzerker; 01-04-2010 at 03:40 PM.

  15. #120
    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)
    viral the prot pala macros are working as intended , no problems so far

    i am going to test your warlock macro asap , been looking forward to this one

    and come on guys , lets nominate this post again and give viral the recognition he deserves

Page 8 of 31 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. [Selling] [DPSEngine] Automated Rotations For Vanilla WoW 1.12.1 (Elysium/Nost/Kronos/Etc)
    By Soapbox in forum WoW Private Server Buy Sell Trade
    Replies: 19
    Last Post: 12-15-2017, 07:40 AM
  2. Frost Spec DK DPS Rotation Macro
    By HonorEtVeritas in forum WoW UI, Macros and Talent Specs
    Replies: 7
    Last Post: 07-30-2011, 12:35 AM
  3. [Guide] How to be a Feral Druid Tank [Bear] (Rotation, spec, prof, etc)
    By Willzy in forum World of Warcraft Guides
    Replies: 7
    Last Post: 09-13-2010, 05:58 PM
  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. DK dps rotation macro(blood/unholy)
    By Shakenbaken2 in forum WoW UI, Macros and Talent Specs
    Replies: 7
    Last Post: 08-05-2009, 11:10 AM
All times are GMT -5. The time now is 10:35 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