Close
Page 1 of 3 1 2 3 LastLast
Showing results 1 to 10 of 29

Hybrid View

  1. #1

    Default Examples of Classic Wow Macros

    Hi Everyone,

    I first want to apologize if this has been asked and answered a thousand times but I am a returning WoW multi boxer and currently using KeyClone to dual box a pally and warlock team on an old laptop. I noticed pretty quick that focus is gone and that my old macros don’t work. I would sincerely appreciate it if someone could give me some examples on how you write some basic macros for assisting in DPS and Heals .

    Thank You So Much In Advance
    Marathoning: the triumph of desire over reason

  2. #2

    Default

    Warlock Classic affliction


    /startattack
    /petattack
    /castsequence reset=target/15 Immolate, null
    /castsequence reset=target/15 Corruption, null
    /cast Shadow Bolt
    If you are using GSE https://wowlazymacros.com/ classic marcos are on right side

    Downranking

    #showtooltip Consecration
    /cast Consecration(rank 2)
    /cast [mod:shift] Consecration(rank 1)
    Hammer of Justice

    #showtooltip Hammer of Justice
    /script SpellStopCasting()
    /cast Hammer of Justice
    Basic Healing Macro

    This macro is the basis of all of your healing and buff spell macros. You simply replace SPELL with the spell you want that should be cast on a friendly unit including healing spells and dispels. It works like this:


    • Holding Alt: Self Cast.
    • Mouseover Friend: Cast on Mouseover.
    • Target Friend: Cast on Target.
    • Target Enemy Targeting Friend: Cast on Enemy's Target.
    • Default casting Behaviour: Casts as if there was no macro, and generates the tooltip.


    • #showtooltip
    • /cast [mod:alt,@player] [@mouseover,help,nodead] [help] [@targettarget,help,nodead] [] SPELL
    Last edited by Tin : 09-01-2019 at 07:44 PM
    Eonar - EU

  3. #3

    Default

    I am not using any add ons. So I guess my question is how do I write the macro for my alt to attack my target and then heal my targets, target . I hope that makes since .

    Thank you again for the support
    Marathoning: the triumph of desire over reason

  4. #4

    Default

    Quote Originally Posted by Tin View Post
    Warlock Classic affliction
    Wow, does that work, 2 castsequence and a cast and it’ll do all 3 in order? Seems OP

    ps: why no CoA?
    2,3,5 boxing wow with Wow Open Box and MAMA, give them a try!
    (was 8 Boxing Wow with HotKeyNet and ISBoxer)
    Was streaming on twitch.tv/MooreaTv

  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 Moorea View Post
    ps: why no CoA?
    Probably because it takes 24 seconds to tick to completion, and nothing but instance bosses will see more than 2-3 ticks of it. Waste of mana as a 5+ boxer, IMO.
    Now playing: WoW (Garona)

  6. #6

    Default

    The post above you literally provides examples of what you are asking for.
    EVE Online Get Ships. Train Skills.

  7. #7

    Default

    I use this macro that will only resummon the pet if it has died - works for any pet just change demon name

    Code:
    #showtooltip
    /cast [@pet,dead][nopet:Voidwalker] summon Voidwalker
    If you want to dismiss the pet for any reason:

    Code:
    /script PetDismiss()
    Last edited by Andreauk : 09-02-2019 at 12:15 PM

  8. #8

    Default

    that castsequence with , null doesn't seem to work in combat

    /castsequence reset=10 Seal of Righteousness, null

    for instance resets after the default reset and doesn't recast every 10s (right value would be 25 but for testing using 10)

    Edit: Nate on discord kindly pointed out it only resets if you stop hitting it (which kinda defeat the point then?)
    Last edited by Moorea : 09-02-2019 at 06:47 PM
    2,3,5 boxing wow with Wow Open Box and MAMA, give them a try!
    (was 8 Boxing Wow with HotKeyNet and ISBoxer)
    Was streaming on twitch.tv/MooreaTv

  9. #9

    Default

    You right - Marcos was taken from https://wowlazymacros.com/t/my-first...eveling/8476/6

    A wand marco that could work
    /castsequence [exists] !Shoot, !Shoot
    Eonar - EU

  10. #10

    Default

    I have a problem with /petattack
    it's the 2nd time I wipe in deadmines because after 1 pull I barely make it one of my warlock pet goes and attack some next random thing

    maybe it needs a /stopmacro [notarget] or some such ?
    or maybe I should just use /assist mytank hardcoded? (or /assist mytank if mytank isn't dead? how would that be in a macro?)
    2,3,5 boxing wow with Wow Open Box and MAMA, give them a try!
    (was 8 Boxing Wow with HotKeyNet and ISBoxer)
    Was streaming on twitch.tv/MooreaTv

Posting Rules

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