LuaNinja Macro Collection menu

User Tag List

Page 40 of 42 FirstFirst ... 36373839404142 LastLast
Results 586 to 600 of 629
  1. #586
    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 pkaa4eva_jr View Post
    Hey, i am looking for a macro for my felhunter as a warlock so it can silence the instant something is being casted kind of like the kick macro for rogues but i don't know how to set it up for my felhunter, anyone know a way? Please and Thank You.
    You use pet abilities just as if they were your own:
    Code:
    /run if GetSpellCooldown("Spell Lock")==0 and (UnitCastingInfo("target") or UnitChannelInfo("target")) then CastSpellByName("Spell Lock") end
    ViralFly-by

    LuaNinja Macro Collection
  2. #587
    pkaa4eva_jr's Avatar Banned
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    85
    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
    You use pet abilities just as if they were your own:
    Code:
    /run if GetSpellCooldown("Spell Lock")==0 and (UnitCastingInfo("target") or UnitChannelInfo("target")) then CastSpellByName("Spell Lock") end
    Oh, wow thanks alot. Iv really noticed all the help you have been doing in these forums +rep for you.

    Also do you know a way i can set it so felhunter will auto detect poly's and to dispell them?

    Thanks.

  3. #588
    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 pkaa4eva_jr View Post
    Oh, wow thanks alot. Iv really noticed all the help you have been doing in these forums +rep for you.
    Glad I could help.

    Originally Posted by pkaa4eva_jr View Post
    Also do you know a way i can set it so felhunter will auto detect poly's and to dispell them?
    As a general rule, I won't help with PVP. But I will say that it is possible to do that.
    ViralFly-by

  4. #589
    sg1master's Avatar Active Member
    Reputation
    22
    Join Date
    Jan 2007
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +3 rep for feral tank macro ^_^

  5. #590
    handnavi's Avatar Member
    Reputation
    13
    Join Date
    Jan 2009
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am actually using 3 tanking macros for my feral druid. they are definately not perfect. but they work for heroics and icc (10).

    Note:
    The macros are atm in german. Atm i am to drunk to translate them.
    I have no defensive Spells included in my macros like Barkskin.


    1-mob-tanking:
    logic:
    1. Pull Mob with fearie fire.
    2. Use Mangle if its not on cooldown.
    3. Use Lacerate until u have 5 stacks on your target.
    4. Use demo shout.
    5. Malm if energy > 35.
    6. Swipe if energy > 35.

    /run if not UnitDebuff('target','Feenfeuer') and not UnitDebuff('target','Feenfeuer (Tiergestalt)') then CastSpellByName('Feenfeuer (Tiergestalt)')end
    /run local _,d,_ = GetSpellCooldown("Zerfleischen (Bär)") if (d == 0) then CastSpellByName("Zerfleischen (Bär)") end
    /run i=1 d=120 while(i<=40)do a={UnitDebuff("target",i)} if a[1]=="Aufschlitzen" and a[8]=="player" then d=a[7]- GetTime() if a[4]==5 then break end end i=i+1 end if i>40 or d<4 then CastSpellByName("Aufschlitzen") end
    /run if not UnitDebuff('target','Demoralisierendes Gebrüll') then CastSpellByName('Demoralisierendes Gebrüll')end
    /run if UnitPower("Player") > 35 then CastSpellByName("Zermalmen") end
    /run if UnitPower("Player") > 35 then CastSpellByName("Prankenhieb (Bär)") end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");
    3-mob-tanking:
    logic:
    1. Pull Mob with fearie fire.
    2. Use Berserkt if its not on cooldown.
    2. Use Mangle if its not on cooldown.
    4. Use demo shout.
    5. Malm if energy > 35.
    6. Swipe if energy > 35.

    /run if not UnitDebuff('target','Feenfeuer') and not UnitDebuff('target','Feenfeuer (Tiergestalt)') then CastSpellByName('Feenfeuer (Tiergestalt)')end
    /run local _,d,_ = GetSpellCooldown("Berserker") if (d == 0) then CastSpellByName("Berserker") end
    /run local _,d,_ = GetSpellCooldown("Zerfleischen (Bär)") if (d == 0) then CastSpellByName("Zerfleischen (Bär)") end
    /run if not UnitDebuff('target','Demoralisierendes Gebrüll') then CastSpellByName('Demoralisierendes Gebrüll')end
    /run if UnitPower("Player") > 35 then CastSpellByName("Zermalmen") end
    /run if UnitPower("Player") > 35 then CastSpellByName("Prankenhieb (Bär)") end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");
    4+ -mob-tanking:
    logic:
    1. Pull Mob with fearie fire.
    2. Malm if energy > 35.
    3. Swipe if energy > 35.
    4. Use demo shout.


    /run if not UnitDebuff('target','Feenfeuer') and not UnitDebuff('target','Feenfeuer (Tiergestalt)') then CastSpellByName('Feenfeuer (Tiergestalt)')end
    /run if UnitPower("Player") > 35 then CastSpellByName("Zermalmen") end
    /run if UnitPower("Player") > 35 then CastSpellByName("Prankenhieb (Bär)") end
    /run if not UnitDebuff('target','Demoralisierendes Gebrüll') then CastSpellByName('Demoralisierendes Gebrüll')end
    /run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");
    Last edited by handnavi; 01-01-2010 at 04:04 AM.

  6. #591
    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 handnavi View Post
    I am actually using 3 tanking macros for my feral druid. they are definately not perfect. but they work for heroics and icc (10).
    Those don't look too bad for the basics of generating threat.

    One thing I'd suggest is more checks around Demo Roar. Demoralizing Shout (warrior), Curse of Weakness (warlock), and Vindication (paladin) all give the same debuff and may overwrite your Demo Roar...so you don't want to end up spamming it if a ret pally is putting up a better Vindication. =)
    ViralFly-by

  7. #592
    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 sg1master View Post
    +3 rep for feral tank macro ^_^
    This is on my queue (check out my thread). I play a feral tank (tanking everything including icc25) so I know it well. I was planning on having it do the pretty standard rotation of abilities for threat with mangle/lacerate/swipe/FF and using maul with extra rage ofc...I was going to add in auto-use of defensive cooldowns (barkskin, surv instincs, and regen) as well. I may also make it auto-taunt if you lose aggro on your target. If you wanted to get really fancy, it could even auto-pop berserk for mangle spam if your dps are catching up on threat. =)
    ViralFly-by

  8. #593
    handnavi's Avatar Member
    Reputation
    13
    Join Date
    Jan 2009
    Posts
    26
    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
    One thing I'd suggest is more checks around Demo Roar. Demoralizing Shout (warrior), Curse of Weakness (warlock), and Vindication (paladin) all give the same debuff and may overwrite your Demo Roar...so you don't want to end up spamming it if a ret pally is putting up a better Vindication. =)
    Oh yeah, thanks for pointing that out.

    Originally Posted by Viral Fly-by View Post
    I was going to add in auto-use of defensive cooldowns (barkskin, surv instincs, and regen) as well. I may also make it auto-taunt if you lose aggro on your target. If you wanted to get really fancy, it could even auto-pop berserk for mangle spam if your dps are catching up on threat. =)
    Hm, how do i check my own life in %? Is there any way? And how to check my own aggro?
    Last edited by handnavi; 01-01-2010 at 04:11 AM.

  9. #594
    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 handnavi View Post
    Hm, how do i check my own life in %? Is there any way? And how to check my own aggro?
    Geez...you want all my tricks?!?!?!
    ViralFly-by

  10. #595
    handnavi's Avatar Member
    Reputation
    13
    Join Date
    Jan 2009
    Posts
    26
    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
    Geez...you want all my tricks?!?!?!
    YES! :P

    Well, hm, i can search myself ;P

    edit: found it :P :P
    Last edited by handnavi; 01-01-2010 at 05:41 AM.

  11. #596
    pkaa4eva_jr's Avatar Banned
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I'm having difficulty with this macro I have been working with, it's for warlocks and the shadow trance buff, I need to make it so that it detects my buff "shadow trance" when it's present and make it toss out a shadow bolt because I miss out on it so many times but I have been failing terribly, does anyone have a macro similar to this? Thanks for the help.

  12. #597
    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 pkaa4eva_jr View Post
    Hey, I'm having difficulty with this macro I have been working with, it's for warlocks and the shadow trance buff, I need to make it so that it detects my buff "shadow trance" when it's present and make it toss out a shadow bolt because I miss out on it so many times but I have been failing terribly, does anyone have a macro similar to this? Thanks for the help.
    Code:
    /run if UnitBuff("player","Shadow Trance") then CastSpellByName("Shadow Bolt") end
    ViralFly-by

  13. #598
    a7fold's Avatar Member
    Reputation
    3
    Join Date
    Dec 2006
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello first of all wanted to thank you for all the work on the Macro's. +Rep, Now onto my problem. I am running the Restoration Shaman macro, and everything seems to work perfectly.. except the Earth Shield part. I focus the tank and press the macro and no earth shield goes onto him, even if I do it manually and it is about to wear off or already has it does not replenish. Granted this does not even bug me that much because I can just press 2 and it will refresh it for me, but just letting you know. I don't know if anyone else got it to work, but everything else worked perfect. I love it, it makes heroic's even easier now lol

  14. #599
    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 a7fold View Post
    Hello first of all wanted to thank you for all the work on the Macro's. +Rep, Now onto my problem. I am running the Restoration Shaman macro, and everything seems to work perfectly.. except the Earth Shield part. I focus the tank and press the macro and no earth shield goes onto him, even if I do it manually and it is about to wear off or already has it does not replenish. Granted this does not even bug me that much because I can just press 2 and it will refresh it for me, but just letting you know. I don't know if anyone else got it to work, but everything else worked perfect. I love it, it makes heroic's even easier now lol
    Do you have the latest one from the shaman post on my thread?

    I haven't tested that one but I don't know why the Earth Shield would be failing...that's the only one I'm actively maintaining...if you have problems with the latest version there, post in that thread and I'll investigate.
    ViralFly-by

  15. #600
    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)
    a7fold try grabbing the latest one , i run the resto macro daily and it works flawlessly for me , i have even had some people mention how awesome my healing is lol

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. Addon For LuaNinja Macros
    By Tracerv0 in forum WoW UI, Macros and Talent Specs
    Replies: 7
    Last Post: 01-06-2010, 02:21 PM
  3. /Dump Macro Collection (WIP at mo!)
    By Anotherfox in forum WoW UI, Macros and Talent Specs
    Replies: 97
    Last Post: 01-04-2010, 03:21 PM
  4. [HOW TO] Ascii Macro + my collection
    By wickermanz in forum World of Warcraft Guides
    Replies: 12
    Last Post: 01-05-2009, 12:58 PM
  5. Macro Love - My Collection of useful and/or Space saving Macro's!
    By Anotherfox in forum World of Warcraft Guides
    Replies: 15
    Last Post: 12-28-2008, 12:29 AM
All times are GMT -5. The time now is 01:54 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