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

    Default Need help shortening macro

    I've got a ton of macros like this, i get this feeling like it could get shortened a fair bit, can someone with a bit more experience with macros help me out please?

    This one in particular does
    1. Cast drain life on hostile target i am targeting, if i'm not already casting drain life
    Cast drain life on hostile target the focus is targeting, if i'm not already casting drain life
    2. Alt modifier - Cast drain mana regardless of whether or not i'm channelling
    3. Ctrl modifier - Cast drain soul (rank 1) regardless of whether or not i'm channelling

    Code:
    #showtooltip
    /cast [target=player-target,nomod,harm,nochanneling: Drain Life][target=focus-target,nomod,nochanneling: Drain Life] Drain Life; [target=player-target,mod:alt,harm][target=focus-target,mod:alt] Drain Mana; [target=player-target,mod:ctrl,harm][target=focus-target,mod:ctrl] Drain Soul(Rank 1)
    SL/SL Warlocks 5 Boxing
    70 Nogman - 70 Noggirl - 70 Noglady - 70 Penii - 70 Nogbog

  2. #2

    Default

    Hmm looks to me like you don't need the "target=player-target", target=target should suffice (i hope). Not even sure if you need it at all for the fist condition.


    Code:
    #showtooltip
    /cast [nomod,harm,nochanneling: Drain Life][target=focus-target,nomod,nochanneling: Drain Life] Drain Life; [mod:alt,harm][target=focus-target,mod:alt] Drain Mana; [mod:ctrl,harm][target=focus-target,mod:ctrl] Drain Soul(Rank 1)
    with target=target just in case

    Code:
    #showtooltip
    /cast [target=target,nomod,harm,nochanneling: Drain Life][target=focus-target,nomod,nochanneling: Drain Life] Drain Life; [target=target,mod:alt,harm][target=focus-target,mod:alt] Drain Mana; [target=target,mod:ctrl,harm][target=focus-target,mod:ctrl] Drain Soul(Rank 1)
    otherwise it doesn't look like one could remove any more
    1--------10---------20---------30---------40---------50---------60---------70---------80
    Kaiya, Ðeceased, Deceased, Decaesed, Deceasead, Deceasaed

  3. #3

    Default

    hi,

    I'think you doesn't ned target=target at all, cause its the default option and can thereby left out.
    Aonother think you could do is eliminate spaces, by doing so, I end up with:


    Code:
    #showtooltip
    /cast [nomod,harm,nochanneling:Drain Life][target=focus-target,nomod,nochanneling:Drain Life]Drain Life;[mod:alt,harm][target=focus-target,mod:alt]Drain Mana; [target=target,mod:ctrl,harm][target=focus-target,mod:ctrl]Drain Soul(Rank 1)

    which is only 248 chars long...

    (another ponit could be replacing focus-target with focustarget, but i'm not shure if thats work)

    EDIT: argh, sry Ðeceased u allready mentioned the target=target
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  4. #4

    Default

    If need be, you can also just remove #showtooltip as it only adds a visual aid.

  5. #5

    Default

    Quote Originally Posted by 'OLIPCS',index.php?page=Thread&postID=96196#post96 196
    hi,

    I'think you doesn't ned target=target at all, cause its the default option and can thereby left out.
    Aonother think you could do is eliminate spaces, by doing so, I end up with:


    Code:
    #showtooltip
    /cast [nomod,harm,nochanneling:Drain Life][target=focus-target,nomod,nochanneling:Drain Life]Drain Life;[mod:alt,harm][target=focus-target,mod:alt]Drain Mana; [target=target,mod:ctrl,harm][target=focus-target,mod:ctrl]Drain Soul(Rank 1)

    which is only 248 chars long...

    (another ponit could be replacing focus-target with focustarget, but i'm not shure if thats work)

    EDIT: argh, sry Ðeceased u allready mentioned the target=target
    np m8y

    ur right about the focus. one should be able to use target=focustarget.. the dash seems to only play a roll when targeting a specific players/characters target etc
    1--------10---------20---------30---------40---------50---------60---------70---------80
    Kaiya, Ðeceased, Deceased, Decaesed, Deceasead, Deceasaed

  6. #6

    Default

    i hate how short macros have to be when using with multiboxing. does anyone know if they ever plan on increasing the limit? I have been using 3 charachters in my new toon's names to make things as short as possible.
    Dana Pain
    Legion of Boom
    Kil'Jaeden



  7. #7

    Default

    nah no announcements as such :S although they did say they are increasing the number of macros to 36
    1--------10---------20---------30---------40---------50---------60---------70---------80
    Kaiya, Ðeceased, Deceased, Decaesed, Deceasead, Deceasaed

  8. #8

    Default

    If you use Trinity Bars you can write macros up to 1023 characters long. And you can write an unlimited number of them.

  9. #9

    Default

    until the release of WOTLK... macros are going server side...
    Realm: Vek'nilash Faction: Alliance

Similar Threads

  1. [MACRO] Arcane Mage DPS Macro
    By heffner in forum Macros and Addons
    Replies: 19
    Last Post: 04-28-2009, 08:26 PM
  2. Replies: 12
    Last Post: 03-25-2009, 04:29 PM
  3. MAcro guru's please help with retri paladin macro
    By Heraveth in forum Macros and Addons
    Replies: 3
    Last Post: 01-07-2009, 05:43 PM
  4. Replies: 5
    Last Post: 09-16-2008, 11:01 PM
  5. Hunter Macro? (Macro + Keyclone)
    By Lost Ninja in forum Macros and Addons
    Replies: 4
    Last Post: 12-29-2007, 06:54 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
  •