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

Shout-Out

User Tag List

Page 30 of 31 FirstFirst ... 262728293031 LastLast
Results 436 to 450 of 464
  1. #436
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah was great Byez for now

    WOW Macro Library (DPS Rotations, Healing, Tanking, etc)
  2. #437
    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)
    Aye. Was fun while it lasted. Thank you Viral appreciate all the work you put into it. Sadly this seems like the end, atleast until the next beginning :3
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

  3. #438
    Silvera's Avatar Member
    Reputation
    10
    Join Date
    Oct 2009
    Posts
    139
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Indeed. Was fun, but this just motivates more

  4. #439
    emericaman012's Avatar Sergeant
    Reputation
    3
    Join Date
    Nov 2009
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol, this was fun when i used it (heroics not raids XD) o well, you guys really did help out tons of ppl... til the ban wave owell, good stuff, would have never changed, woulda done from the beginning :P hope to see you guys come up with something again!
    ~~ Cool Story Bro.... ~~

  5. #440
    ca22ca's Avatar Member
    Reputation
    5
    Join Date
    Oct 2007
    Posts
    22
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any limit? for the amount of "letters" or "characteres" that you can use to create the macro?

  6. #441
    Ultraviolence's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2008
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks so much for all the great work, Viral. I've learned a lot from your scripts.
    Last edited by Ultraviolence; 04-15-2011 at 11:40 PM.

  7. #442
    pinhe1ro's Avatar Member
    Reputation
    7
    Join Date
    Jun 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any of you guys have these lua ViralFly-by's Macros updated to the latest cataclysm patch 4.0.3 that can share? already tried pm ViralFly-by but is inbox is full. I also can pay if someone have skills to update some of them to me in a private way, just pm me, thx.
    Last edited by pinhe1ro; 01-01-2011 at 04:42 AM.

  8. #443
    Stinson's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hez guys, i need macro to spam my profession to trade, or just spam some items thx

  9. #444
    pinhe1ro's Avatar Member
    Reputation
    7
    Join Date
    Jun 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pinhe1ro View Post
    Any of you guys have these lua ViralFly-by's Macros updated to the latest cataclysm patch 4.0.3 that can share? already tried pm ViralFly-by but is inbox is full. I also can pay if someone have skills to update some of them to me in a private way, just pm me, thx.
    So anyone please?

  10. #445
    myndz's Avatar Member
    Reputation
    14
    Join Date
    Jul 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG Alot of work here +REP!

  11. #446
    krapka's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think many people will be grateful, if you'll figure out some none-clicking lightwell macro.
    Anyway +rep.

    p.s. sry for my english

  12. #447
    Diavol's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have been looking everywhere for any information on the possibility of making a lua script that will basically automate Heroic Leap; as far as casting it to wear my cursor is at the time of button click? Not sure if it's even possible given the way it works. But I love using NA's lua capabilities and would just love to add one more time saving macro to my warriors arsenal...

  13. #448
    Ultraviolence's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2008
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure.

    Code:
    if IsUsableSpell("Heroic Leap") and GetSpellCooldown("Heroic Leap")==0 and (IsSpellInRange("Heroic Leap", "target")==1 or IsSpellInRange("Heroic Leap", "target")==nil) then CastSpellByName("Heroic Leap") TurnOrActionStart(); TurnOrActionStop(); CameraOrSelectOrMoveStart(); CameraOrSelectOrMoveStop(); TurnOrActionStart(); end
    This will cast it wherever your mouse cursor is, if the right-mouse button is down (I find that the best way since the right-button is held down most of the time to steer).

  14. #449
    Diavol's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awwww yeeeya thats sexy. Thank you very much!

  15. #450
    ossuaire's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2009
    Posts
    65
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello all,

    Is there a way to cast earth shock only if the duration of frame shock débuff on target is > at 5?

    I have try this but my knowledge is too limited in lua langage

    Code:
    /run if GetSpellCooldown("Earth Shock") ==0 and [UnitDebuff("target","Flame Shock")]-GetTime()>=5 then CastSpellByName("Earth Shock") end
    thank you in advance.

Page 30 of 31 FirstFirst ... 262728293031 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:52 PM. 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