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

    Default Macro Consolidation

    This was posted on another forum I frequent which looks like it was orginally posted on the EU Macros forums. I found it quite handy for shortening up a couple of my macros already.


    Compressing Macros Guide

    This guide will show you how to compress your macros, so you won't reach the macro limit.

    Have you ever reached a Macro Limit and was unable to complete your Uber Macro?

    Here are some Tips you may find useful to save those precious few macro characters!

    IMPORTANT NOTE: All spells and macros here are purely EXAMPLES and are not 'decent' or 'to be used' macros. So please don't say "Why did you do <this> macro when its completely useless or could be done better?"

    Replacements:

    Use "/use" instead of "/cast". It works exactly the same, but is one character shorter!
    Use "/userandom" instead of "/userandom"
    Use "/s" "/p" "y" "/w or /t" "/g" etc instead of "/say" "/party" "/yell" "/whisper" "/guild" etc
    Use "[btn:#]" instead of "[button:#]"
    Use "[mod:###]" instead of "[moderator:###]"
    Use "[worn:####]" instead of "[equipped:####]"
    Use "[form:#]" instead of "[stance:#]"
    Use "/cast <Spell>" instead of "/cast <Spell>(Rank #)" if you want to cast the maximum rank of that spell
    Use "/use ##" instead of "/use <ItemNameHere>" when using an equipped item (EG: trinket). Info here: * http://www.wowwiki.com/InventorySlotId
    Use "/use item:#####" instead of "/use <VeryLongItemNameHere>" when using a non-equipped item (EG: Mount)
    Use "[bar:#]" instead of "[actionbar:#]"
    Use "[nostance:3]" instead of "[stance:1/2/4/5]". Same goes for other similar situations like: "[equipped:One-Handed * Axes/One-Handed Swords/...etc]" is far better if it was just "[noequipped:shields]"
    Use "/run" instead of "/script"
    Use "/tar" instead of "/target"
    Use "/a" instead of "/assist"
    Formatting:

    Reduce the use of repeated spell names. For example:

    /cast [target=targettarget,help][help][target=mouseover,help] Flash Heal
    Is much shorter and works the same as:
    /cast [target=targettarget,help] Flash Heal; [help] Flash Heal; [target=mouseover,help] Flash Heal
    Reduce the use of repeated slash commands. For example:

    /cast [stance:1] Retaliation
    /cast [stance:2] Shield Wall
    /cast [stance:3] Recklessness
    Is much shorter if it was written:
    /cast [stance:1] Retaliation; [stance:3] Recklessness; Shield Wall
    Do not use: /cast [help,exists] Flash Heal
    Because [help], [harm], [dead], [party], and [raid] all include the effect of [exists].
    Reversing the order of conditions may produce a shorter macro:

    /cast [noequipped:shields] Revenge; Shield Slam
    Is shorter if reversed:
    /cast [equipped:shields] Shield Slam; Revenge


    http://forums.wow-europe.com/thread....geNo=1&sid=1#0

  2. #2
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default RE: Macro Consolidation

    Quote Originally Posted by 'Caspian',index.php?page=Thread&postID=74589#post7 4589
    This was posted on another forum I frequent which looks like it was orginally posted on the EU Macros forums. I found it quite handy for shortening up a couple of my macros already.


    Compressing Macros Guide

    This guide will show you how to compress your macros, so you won't reach the macro limit.

    Have you ever reached a Macro Limit and was unable to complete your Uber Macro?

    Here are some Tips you may find useful to save those precious few macro characters!

    IMPORTANT NOTE: All spells and macros here are purely EXAMPLES and are not 'decent' or 'to be used' macros. So please don't say "Why did you do <this> macro when its completely useless or could be done better?"

    Replacements:

    Use "/use" instead of "/cast". It works exactly the same, but is one character shorter!
    Use "/userandom" instead of "/castrandom"
    Use "/s" "/p" "y" "/w or /t" "/g" etc instead of "/say" "/party" "/yell" "/whisper" "/guild" etc
    Use "[btn:#]" instead of "[button:#]"
    Use "[mod:###]" instead of "[modifier:###]"
    Use "[worn:####]" instead of "[equipped:####]"
    Use "[form:#]" instead of "[stance:#]"
    Use "/cast <Spell>" instead of "/cast <Spell>;(Rank #)" if you want to cast the maximum rank of that spell
    Use "/use ##" instead of "/use <ItemNameHere>" when using an equipped item (EG: trinket). Info here: * http://www.wowwiki.com/InventorySlotId
    Use "/use item:#####" instead of "/use <VeryLongItemNameHere>" when using a non-equipped item (EG: Mount)
    Use "[bar:#]" instead of "[actionbar:#]"
    Use "[nostance:3]" instead of "[stance:1/2/4/5]". Same goes for other similar situations like: "[equipped:One-Handed * Axes/One-Handed Swords/...etc]" is far better if it was just "[noequipped:shields]"
    Use "/run" instead of "/script"
    Use "/tar" instead of "/target"
    Use "/a" instead of "/assist"
    Formatting:

    Reduce the use of repeated spell names. For example:

    /cast [target=targettarget,help][help][target=mouseover,help] Flash Heal
    Is much shorter and works the same as:
    /cast [target=targettarget,help] Flash Heal; [help] Flash Heal; [target=mouseover,help] Flash Heal
    Reduce the use of repeated slash commands. For example:

    /cast [stance:1] Retaliation
    /cast [stance:2] Shield Wall
    /cast [stance:3] Recklessness
    Is much shorter if it was written:
    /cast [stance:1] Retaliation; [stance:3] Recklessness; Shield Wall
    Do not use: /cast [help,exists] Flash Heal
    Because [help], [harm], [dead], [party], and [raid] all include the effect of [exists].
    Reversing the order of conditions may produce a shorter macro:

    /cast [noequipped:shields] Revenge; Shield Slam
    Is shorter if reversed:
    /cast [equipped:shields] Shield Slam; Revenge


    http://forums.wow-europe.com/thread....geNo=1&sid=1#0
    Couple of spelling errors fixed.
    Now playing: WoW (Garona)

  3. #3

    Default RE: RE: Macro Consolidation

    Quote Originally Posted by 'Ughmahedhurtz',index.php?page=Thread&postID=74599 #post74599
    Couple of spelling errors fixed.
    I just copy pasted but thanks!.

    I am Dallas area too.

  4. #4

    Default

    One more for the list...

    /f as opposed to /follow

    You know you've been playing to much WoW when your Girlfriend's pants are a rare drop.

  5. #5

    Default

    Of course if you use trinity2 this is just for style as the 1023 chars per macro allow you to be lazy and write macros for readability instead of having to compress them into illegibility
    [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 RE: Macro Consolidation

    Use "/userandom" instead of "/userandom"
    That's my favourite tip. It's improved things for me immensly
    Outland EU - Orc Shamans: Toth[aeiou]
    Al'Akir EU - Night Elf Hunters: Venatrix[aeiou]
    Core i7 920 - Intel DX58SO board - 6GB Corsair DDR3-1333 - GeForce GTX285 1GB - 2x Dell 2407FPW LCD
    Windows 7 Ultimate RC 64-bit - Keyclone

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. [Macro] Handy healing macro
    By Vicker in forum Macros and Addons
    Replies: 1
    Last Post: 05-18-2008, 01:08 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
  •