1. Need help with Macro !

    So basically im an elemental shaman, and i've heard that u can put both shocks into one macro. And i dont really know to work with them so i need your help. I want the macro to first cast flame shock, than frost shock when available, but if target has already flame to cast frost and vice versa.

    Thanks :)

  2. Short answer: What you asked exactly cannot be done. That would be playing the game without your input.

  3. I meant when i press one it either casts flame shock or frost shock mate :).

  4. I am not well versed in macros, but yes you can get a macro that does one shock with one button, second with another button(s), and third with another button(s) etc.

    What you cannot do, is "if target has already flame to cast frost and vice versa". There is no way of auto checking what buff/debuff anyone has.

    PS: Something like

    #showtooltip
    /startattack
    /cast [nomod]spell1; [mod:shift]spell2; [mod:ctrl]spell3; [mod:alt]Spell4

    would work for you, I guess? Replace spellx with your shock.

  5. naudid's Avatar
    naudid
    Guest
    I meant when i press one it either casts flame shock or frost shock mate :).
    There are three possibilities:

    A)Castsequence: Alternating between both shocks

    B) Randomsequence: Chooses at random wich Shock to cast

    C) Modifier: Having one macro doing both shocks with different inputs

    As I think you dont want a random shock being cast or alternating what you really asked for was option C.

    #showtooltip
    /cast [mod:ctrl] Flame Shock
    /cast [nomod] Frost Shock
    This macro (should, not ingame right now to test) cast Frost Shock if you press it normally, but when you hold down ctrl simultanously it casts Flame Shock

  6. Yes i often use a triple mod macro for my shocks, there is no way for the game to work out of a certain shock has been used before another one in a macro except for castsequence macros.

    So you either Castsequence which will only ever do the shocks in order and never does anything but (which is going to annoy the crap out of you).

    Or do a triple mod macro using shift, alt, no mod.

  7. Why don't u use more keybinds or macro this?
    Middle mouse - FL Shock
    Shift + MM = FR Shock
    CTRL + MM = ER Shock

  8. Thanks, the nomod one is the one which i need :)

Posting Permissions

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