Close
Showing results 1 to 6 of 6
  1. #1

    Default Gift of the Naaru

    Hi all

    I've only just registered with this wonderful site, but been reading it for some weeks now, and its all been very useful! So thank you!

    However I do have a query - I've started a triple boxing draenei shamans (had some previous experience with 3 mages, and dual boxing) and wanted to do some what I would call 'proper' macros...But I got stuck. What I'm trying to do is to have on one macro Healing Wave and Gift of the Naaru. And for mana to be spared I would like GotN to be cast first (if available) and then Healing Wave.

    I tried this:

    /castsequence [target=blueberry] reset=180 Gift of the Naaru(Racial), Healing Wave

    It will cast GotN and then Healing Wave, but if I try it again before GotN has cooldown it wont cast Healing Wave

    I also tried this one without the reset of 180seconds:

    /castsequence [target=blueberry] Gift of the Naaru(Racial), Healing Wave

    Still didn't work, would come up with spell is not ready yet.

    So my question is how can I make it Healing Wave work when GotN is not available?

    Any help would be greatly appreciated!

  2. #2

    Default

    A simple macro of:

    /cast Gift of the Naaru
    /cast Healing Wave

    should work... however, it will spam you every time Gift of the Naaru is on cooldown, saying something along the lines of "Spell is not ready yet".
    TBC/Wrath Multiboxer: Velath / Velani / Velathi / Velatti / Velavi / Velarie [Archimonde (US-PvP)]

  3. #3

    Default

    Thank you, I shall try it

  4. #4

    Default

    A macro like the one above will only work if the first spell does not trigger the Global Cooldown. i.e. Wing Clip for a hunter. I believe (but am not certain) that Gift of the Naaru does trigger the GCD.
    In that case, you have a few options. The first is to add modifiers to your macros. I find this perfect for my healing set up, since I use the numpad (1-5 for each group member, 0 for focustarget, 6 for everyone to self heal, etc) Each of these keys I would bind to a macro like the one below.

    /target Toon1
    /cast [modifier:alt] Gift of the Naaru; [modifier:ctrl] Healing Wave; Lesser Healing Wave;
    /targetlasttarget

    This macro will target Toon1, and cast Gift of the Naaru if alt is held, Healing Wave if ctrl is held, and Lesser Healing Wave if pressed without these modifiers.
    My own macros end up being a bit more complex- but this is the basic form if you want to use modifiers. I use the /target command as it saves some characters if its a longer heal macro vs putting target= in each modifier line.

    Another option would be to use /cast random (might require some key spamming, but it will toss Gift of the Naaru in the mix as a heal and save mana)
    i.e.
    /castrandom Gift of the Naaru, Lesser Healing Wave

    Or, you could use /castsequence in the form below, but there are some catches.
    /castsequence reset=180 [target=focustarget] Gift of the Naaru, Healing Wave, Healing Wave, Healing Wave, Healing Wave, Healing Wave, Healing Wave;

    The catches are: reset=number always resets each time your press it. So Gift would not be cast unless you didn't heal for the specified amount of time or you cycled through all the Healing Waves listed.
    You could use different reset conditions, like a modifier key (probably your best option but requires manually resetting it- one more thing for a highly taxed brain to process) or nocombat etc. But I haven't found anything that works well with this scenario. I'm sure there are people with more experience than myself at writing macros, so they might have a solution beyond these- but these are the only ways to pull it off that I know. Best of luck- let me know if Gift triggers the GCD- i'm curious now.


    -Moxy
    PUGS- the other wipe meet

    Druid and 4x Shammies on Boulderfist (Stackin & Thedeck, of <RAGE>)
    'I like a man who laughs when he fights' - Winston Churchill

  5. #5

    Default

    Moxy, I think Vyndree is counting on the GCD to prevent the Heal kicking off the first time the macro is cast
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  6. #6

    Default

    Quote Originally Posted by 'Vyndree',index.php?page=Thread&postID=41351#post4 1351
    A simple macro of:

    /cast Gift of the Naaru
    /cast Healing Wave

    should work... however, it will spam you every time Gift of the Naaru is on cooldown, saying something along the lines of "Spell is not ready yet".
    You can hide the error by wrapping the following around the macro:

    Code:
    /script UIErrorsFrame:Hide()
     /cast Gift of the Naaru
    /cast Healing Wave
     /script UIErrorsFrame:Clear()
     /script UIErrorsFrame:Show()

Similar Threads

  1. Can I gift levels at 60, or must it be done at 59?
    By Perrigrin in forum General WoW Discussion
    Replies: 1
    Last Post: 06-13-2009, 09:14 AM
  2. A gift for the moderators
    By Enndo in forum General WoW Discussion
    Replies: 0
    Last Post: 05-29-2009, 03:41 PM
  3. RAF Gift question
    By lexuspartsdude in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 08-27-2008, 06:47 PM
  4. looking for a gift for my wife!
    By emgee in forum General WoW Discussion
    Replies: 21
    Last Post: 08-17-2008, 10:06 AM
  5. Gift of the Naaru isn't useless
    By magwo in forum PvP Discussion
    Replies: 9
    Last Post: 08-08-2008, 10:40 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
  •