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

    Default Moonkin Cast macros

    Can I see what people are using? My moonkin falls behind my mage and elemental shaman in dps by a large margin (he does like 2200dps on bosses compared to consistantly over 3k on my shaman and mage). I would love to squeeze out more dps

    I saw the one in the /click thread but for some reason it isn't working for me (using bartender4).

    My current one is something like:

    /cast [nostance:4] moonkin form (or whatever the spelling is)

    /assist party1

    /use 13

    /use 14

    /castrandom wrath, wrath, wrath, wrath, wrath, wrath, starfire, starfire, starfire, starfire, starfire, starfire, insect swarm, faerie fire

  2. #2

    Default

    using Glyph of Moonfire,Glyph of Insect Swarm

    /castsequence reset=target/combat faerie fire ,null
    /castsequence reset=target/combat insect swarm,moonfire,Starfire,Starfire,Starfire, Starfire,

    depending on how much haste yeh have you and whether or not yeh took nature splendor yeh will have to add more starfires so you dont clip yer moonfire dot.
    Depending on how much haste yeh got yeh might have to much haste for wrath its only a 2 second cast time spell and if yeh picked up startlight wrath its 1.5
    So if yer haste would reduce it below 1 sec it would be better to cast starfire. If yeh picked up nature grace there's even more reason to go with starfire

    Moonfire does a good amount of damage.

    no idea what yer specced but improved faire fire is something yeh really want increases to hit for the entire party and 3% crit for the moonkin.

  3. #3

    Default

    So with the macro you posted what kind of dps do you do? (and approximate gear lvl).


    For comparison my guy is in full iLvl 200 gear from heroics half blues half epics

  4. #4

    Default

    Interesting timing on this since I had just started to make a similar post. I recently dual spec'd my resto druid to moonkin. I keep hearing that moonkin single target dps can be really good but my moonkin brings up the bottom of the meter every time (doesn't help that her hit is a little low but still). I'm way too busy with my other toons to watch for eclipse procs so my rotation has been trying to play the odds. It's like, fingers crossed that eclipse will proc on one of the first three starfires. Unfortunately it doesn't work out that way very often. Here is my current castsequence:

    Code:
    /castsequence [nochanneling:Hurricane] reset=combat Moonfire,Insect Swarm,Starfire,Starfire,Starfire,Insect Swarm,Wrath,Wrath,Wrath,Wrath,Wrath,Wrath
    My moonkin is glyphed for Moonfire, Insect Swarm, and Starfire. Her gear is mostly heroic/Naxx but I'm often getting under 2K dps. I obviously have the formula wrong
    This is my build Moonkin

  5. #5

    Default

    Well I think that perhaps we can create a thread where we post talent build, glyphs, macros and dps (perhaps a gear score too) so people can easily play new casters in their groups?

    I know 4 elemental shaman + 1 paladin was the original and many people are still playing that, but a lot have moved toward mixed class groups as well. Perhaps if there is enough response we can make a formal thread and put it into the wiki or something

  6. #6
    Member
    Join Date
    Dec 2007
    Location
    Southend, Essex, UK
    Posts
    204

    Default

    Quote Originally Posted by Poetry',index.php?page=Thread&postID=202746#post20 2746]Interesting timing on this since I had just started to make a similar post. I recently dual spec'd my resto druid to moonkin. I keep hearing that moonkin single target dps can be really good but my moonkin brings up the bottom of the meter every time (doesn't help that her hit is a little low but still). I'm way too busy with my other toons to watch for eclipse procs so my rotation has been trying to play the odds. It's like, fingers crossed that eclipse will proc on one of the first three starfires. Unfortunately it doesn't work out that way very often. Here is my current castsequence:

    [code]/castsequence [nochanneling:Hurricane] reset=combat Moonfire,Insect Swarm,Starfire,Starfire,Starfire,Insect Swarm,Wrath,Wrath,Wrath,Wrath,Wrath,Wrath[/code]

    My moonkin is glyphed for Moonfire, Insect Swarm, and Starfire. Her gear is mostly heroic/Naxx but I'm often getting under 2K dps. I obviously have the formula wrong :(
    This is my build [url='http://us.wowarmory.com/talent-calc.xml?cid=11&tal=503200312533130321330530103100 00000000000000000000000000002050032120000000000000 00000
    Moonkin[/url]

    Im also trying to find a good cast macro for my druid but Im trying to avoid /castsequence as you then lose a large portion of dps from server lag. At the moment im using /castrandom wrath, wrath, starfire, starfire, starfire. I have Insect swarm on a seperate key thats bound to flameshock for my shamans. I find my druid not coming in too far behind the shamans but he sure runs out of mana much faster. Im not much good at writing macros, but is there some way to make a macro that checks the target for insect swarm and faerie fire and if they aren't present applies them, if they are present continues to spam the /castrandom wrath/starfire?

  7. #7

    Default

    I have separate macros for DoT's and Direct Damage.

    This is my boomkin DoT macro:
    Code:
    /petattack
    /castsequence [harm][target=party1target, harm] reset=target/combat Faerie Fire, null
    /castsequence [harm][target=party1target, harm] reset=target/combat/18 Moonfire, Insect Swarm, Starfire, Starfire, Starfire
    Those starfire spells at the end of macro are there so i have something to cast while waiting for other toons to finish their DoT cast OR i'm too busy to notice when to switch back to DD macro OR I try to cast DoT's before castsequence is reseted. I have /petattack command in there because I usually use treants and DoTs only during boss fights. Trashmobs die too fast for DoTs or treants to be useful.

    Direct Damage macro:
    Code:
    /stopmacro [channeling]
    /use <DPS Trinket>
    /castrandom [harm][target=party1target, harm] Wrath, Wrath, Starfire
    Last night I tested my solo DPS on Boss Dummy and got average of 2,7k. I'm not hit capped and gear is 1/3 blue items and 2/3 naxx epics.

    Currently I'm leveling a mixed group. Final setup should be Prot Pala, Holy Priest, Boomkin, Ele Shaman and a Mage (not sure of spec atm). I hope to boost my groups dps with wide variety of buffs and debuffs.
    Shattered Hand EU - Guilds: Kalmankaarti and Nolife (character park)

  8. #8

    Default

    Quote Originally Posted by 'Nolife',index.php?page=Thread&postID=202876#post2 02876
    I have separate macros for DoT's and Direct Damage.

    This is my boomkin DoT macro:
    Code:
     
    /petattack 
    /castsequence [harm][target=party1target, harm] reset=target/combat Faerie Fire, null 
    /castsequence [harm][target=party1target, harm] reset=target/combat/18 Moonfire, Insect Swarm, Starfire, Starfire, Starfire
    Those starfire spells at the end of macro are there so i have something to cast while waiting for other toons to finish their DoT cast OR i'm too busy to notice when to switch back to DD macro OR I try to cast DoT's before castsequence is reseted. I have /petattack command in there because I usually use treants and DoTs only during boss fights. Trashmobs die too fast for DoTs or treants to be useful.

    Direct Damage macro:
    Code:
     
    /stopmacro [channeling] 
    /use <DPS Trinket> 
    /castrandom [harm][target=party1target, harm] Wrath, Wrath, Starfire
    Last night I tested my solo DPS on Boss Dummy and got average of 2,7k. I'm not hit capped and gear is 1/3 blue items and 2/3 naxx epics.

    Currently I'm leveling a mixed group. Final setup should be Prot Pala, Holy Priest, Boomkin, Ele Shaman and a Mage (not sure of spec atm). I hope to boost my groups dps with wide variety of buffs and debuffs.
    I am using this exact same group makeup and the dps in GROUP is MUCH higher than individual. For me, arcane spec mage is the best and is on par with or outdps's my elemental shaman even though he outgears him moderately.


    DPS #'s: (All on dungeon heroic bosses)

    Mage: 3k (w/heroism 4k+)

    Shaman: 3k (w/heroism 4k+)

    Moonkin: 2200-2600 (w/heroism 3200 to 3400)

    Shadow Priest (when he doesn't need to heal): 1400 (w/heroism 1800)

    I will be posting my druid's current macro and I believe my mage macro is already in this thread. I tried the Frostfire Bolt build and it fails compared to arcane, even with arcane being a castsequence macro!

  9. #9

    Default

    Quote Originally Posted by 'Nolife',index.php?page=Thread&postID=202876#post2 02876
    I have /petattack command in there because I usually use treants and DoTs only during boss fights.
    How do you cast your treants? They are a great dps boost but right now I tend to ignore them because the ground targeting system makes them a pain to use.

    Quote Originally Posted by 'Nolife',index.php?page=Thread&postID=202876#post2 02876
    Code:
    /stopmacro [channeling] 
    /use <DPS Trinket> 
    /castrandom [harm][target=party1target, harm] Wrath, Wrath, Starfire
    Alternating like this definitely seems to be a better way to play the eclipse odds. I just tried it out and saw a nice increase in dps. Thanks for the idea! :thumbsup:

  10. #10

    Default

    Quote Originally Posted by 'Poetry',index.php?page=Thread&postID=202941#post2 02941
    How do you cast your treants? They are a great dps boost but right now I tend to ignore them because the ground targeting system makes them a pain to use.
    Simple answer: InnerSpace :thumbsup:
    Shattered Hand EU - Guilds: Kalmankaarti and Nolife (character park)

Similar Threads

  1. X-Perl, cast bar and macros
    By thinus in forum Macros and Addons
    Replies: 1
    Last Post: 05-07-2009, 01:50 PM
  2. [Moonkin x3 + Shaman x2] vs [Moonkin x5]
    By Owltoid in forum Multiboxing Group Composition Discussion
    Replies: 2
    Last Post: 02-17-2009, 01:25 PM
  3. 3 moonkins vs 2 moonkin & mage vs 2 moonkin & ele shaman (pally tank, shaman healer)
    By Owltoid in forum Multiboxing Group Composition Discussion
    Replies: 3
    Last Post: 01-30-2009, 11:34 AM
  4. Replies: 1
    Last Post: 11-04-2008, 08:33 PM
  5. Replies: 24
    Last Post: 08-30-2008, 11:23 AM

Posting Rules

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