Close
Page 1 of 3 1 2 3 LastLast
Showing results 1 to 10 of 27
  1. #1

    Default The ultimate casting macro

    So I finally did my first AB with 4*shamans at level 43.. obviously I was quite humiliated by 49 twinks who were very skilled and so on, BUT I did gain some wisdoms in macroing.

    I present my attempt at the ultimate casting macro (requires use of focus for assisting):

    Code:
    /cleartarget [noharm]
    /cleartarget [dead]
    /targetenemy [target=target,noexists] 
    /cast [target=focustarget, exists, harm, nodead] [harm] Chain Lightning; Chain Lightning
    The whole idea behind the macro is alleviate the difficulties with your main's target lag in tight situations where you are switching target frequently and need to output high amounts of dps.
    It executes like this:
    1. If my current target is friendly, clear my target.
    2. If my current target is dead, clear my target.
    3. If I don't currently have a target, then target an enemy.
    4. If my main has a valid enemy target, cast on that target, otherwise cast on my current target if it is an enemy.

    Pros of this macro:
    • You will always start casting quickly and output high damage, even if some spells might be cast on other targets than your main's. This ensures maximum dps output against a group of enemies.
    Cons of this macro:
    • You will sometimes lose focused dps if you spam casts too quickly after switching target on your main. However, as a shaman in BGs this is not a great problem - usually you will want to output high dps on several targets and do chain lightning as soon as it is up.
    Insanity: doing the same thing over and over again and expecting different results. -- Albert Einstein
    EINSTEIN SUX WHENS RNG!

  2. #2

    Default

    Actually I take it all back - this sucks. :\
    Insanity: doing the same thing over and over again and expecting different results. -- Albert Einstein
    EINSTEIN SUX WHENS RNG!

  3. #3

    Default

    Quote Originally Posted by 'magwo',index.php?page=Thread&postID=59735#post597 35
    Actually I take it all back - this sucks. :\
    I LOL'ed IRL

  4. #4

    Default

    xD, yeah, focus makes us shammies work, removing that will get you eating dust I'm afraid.

    'e' bound to Chain lightning PWNAGE
    Code:
    /use [modifier] 13
    /cast [modifier] Elemental Mastery
    /cast [modifier] Nature's Swiftness
    /cast [target=focustarget,modifier,nodead,harm,exists][modifier][target=focustarget,nodead,harm,exists][] Chain Lightning
    'c' bound to 'follow key
    Code:
    /cleartarget
    /follow focus
    I believe that is my chain lightning macro as it is now, off the top of my head. (I'd have to doublecheck to be entirely sure when i get home.)
    Slowly crawling back towards the experience that is Multiboxing Mayhem

  5. #5
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by 'Kaynin',index.php?page=Thread&postID=60500#post60 500
    'e' bound to Chain lightning PWNAGE
    Code:
    /use [modifier] 13
    /cast [modifier] Elemental Mastery
    /cast [modifier] Nature's Swiftness
    /cast [target=focustarget,modifier,nodead,harm,exists][modifier][target=focustarget,nodead,harm,exists][] Chain Lightning
    Why wouldn't you add a "/stopmacro [noharm]" at the top so you don't burn your trinkets/etc. on an invalid target?
    Now playing: WoW (Garona)

  6. #6

    Default

    *points at Ughmahedhurtz* he speaketh the truth
    1--------10---------20---------30---------40---------50---------60---------70---------80
    Kaiya, Ðeceased, Deceased, Decaesed, Deceasead, Deceasaed

  7. #7

    Default

    Quote Originally Posted by 'Fursphere',index.php?page=Thread&postID=60624#pos t60624
    /cleartarget [noharm]
    /cleartarget [dead]
    These have some value though. Put them in your /follow macro. Why?

    There are many NPC's and mobs in the world that are straight bugged the F out when it comes to following on your mount.

    I have /assist in my /follow macro for when I need melee combat. If one of my alts is targeting one of the bugged NPCs or dead bodies, and I mount of and hit /follow macro (to ensure they are all following) it will randomly cause that player to dismount. Reason being is that it tires to /assist (attack) the current target and dismounts.

    The fix would be to remove /assist from my follow macro, but it makes multibox melee combat pretty simple the way I do it.
    My solution to that is that I put a "/follow focus" at the end of all my melee ability macros.
    Lets me keep my main follow button clean.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  8. #8

    Default

    What if your followers are at range and you hit a melee ability? Do you really want them all to come running over to your main?
    All my codes r belong to you: wow5box

  9. #9

    Default

    Quote Originally Posted by 'Ughmahedhurtz',index.php?page=Thread&postID=60589 #post60589
    Quote Originally Posted by 'Kaynin',index.php?page=Thread&postID=60500#post60 500
    'e' bound to Chain lightning PWNAGE
    Code:
    /use [modifier] 13
    /cast [modifier] Elemental Mastery
    /cast [modifier] Nature's Swiftness
    /cast [target=focustarget,modifier,nodead,harm,exists][modifier][target=focustarget,nodead,harm,exists][] Chain Lightning
    Why wouldn't you add a "/stopmacro [noharm]" at the top so you don't burn your trinkets/etc. on an invalid target?
    Very nice tip I'll add this to my macros when I get a chance!

    Any way to stop the error message "that spell is not ready" in reference to the buff spells? Also the annoying failed spell sound you get.

  10. #10

    Default

    Quote Originally Posted by 'Ughmahedhurtz',index.php?page=Thread&postID=60589 #post60589
    Quote Originally Posted by 'Kaynin',index.php?page=Thread&postID=60500#post60 500
    'e' bound to Chain lightning PWNAGE
    Code:
    /use [modifier] 13
    /cast [modifier] Elemental Mastery
    /cast [modifier] Nature's Swiftness
    /cast [target=focustarget,modifier,nodead,harm,exists][modifier][target=focustarget,nodead,harm,exists][] Chain Lightning
    Why wouldn't you add a "/stopmacro [noharm]" at the top so you don't burn your trinkets/etc. on an invalid target?
    I've not burned them yet on accident. >.> But I'll consider that!
    Slowly crawling back towards the experience that is Multiboxing Mayhem

Similar Threads

  1. Grrr - Combo LB/LHW macro only casting LB
    By Zzyzxx71 in forum Macros and Addons
    Replies: 12
    Last Post: 02-13-2009, 08:47 PM
  2. Macro for casting Rain of Fire?
    By Revith in forum Macros and Addons
    Replies: 1
    Last Post: 08-30-2008, 08:09 AM
  3. Replies: 16
    Last Post: 08-23-2008, 09:49 PM
  4. The ultimate 3-button totem quad-box macro set?
    By Kaynin in forum Macros and Addons
    Replies: 9
    Last Post: 05-19-2008, 07:12 AM
  5. Casting Macro -help me! :(
    By stx in forum Macros and Addons
    Replies: 6
    Last Post: 01-11-2008, 07:49 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •