• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

MacroForm

 
Project Updated:
Files Updated: Sun, Dec 13 2009
Supports Game Version: 3.3.0
Category: Development Tools
Tags:

, , , , , and [Edit Tags]

Project Manager: Zaman
Additional Authors: No additional authors
Current Version: v3.3.0.2
License: GNU Lesser General Public License version 3 (LGPLv
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 13
Downloads Total: 8,263
Favorites: 35
Comments: 5
  • About MacroForm
  •  

This addon helps the user write conditional macros using only the mouse.
Not all available conditions have been implemented but the ones that are used the most are.
No more spelling errors when creating macros.

Usage:
type "/mf" to bring up the UI.
Drag a spell/ability from the spellbook to the spell button in the main frame.
Select the conditions that you want to use.
Press add.
Select a new set of conditions (and a new spell if needed).
Press add again.
Repeat until the macro is complete.
Copy and paste into the normal macro window.

For castsequence hit the Sequence button at the top (OneLine to go back).
Set the conditions and reset conditions for your macro.
Drag in a spell from you spell book to the spell button.
Press add.
Drag in a new spell.
Press add and so on until you're done.
Copy the script from the bottom of the window and paste it in to the macro.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  MacroForm v3.3.0.2 Release 3.3.0 1,149 12/13/2009
  MacroForm v3.3.0.1 Release 3.3.0 7 12/13/2009
  MacroForm v3.3.0.0 Release 3.3.0 423 12/9/2009
  MacroForm v3.1.0.0 Release 3.1.0 4,725 4/15/2009
  MacroForm v0.3 Release 3.0.3 1,958 11/11/2008
  • 1 page(s)
  • Screenshots (2)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Hi Zaman I like the idea of the addon but not sure I fully understand it's purpos. I am trying to make a one button cast that will cast three different buffs/spells/moves any of that combination but I can only seem to get my charater to cast the first spell in the macro. please tell me what I am doing wrong. here is my macro I made /cast [] Seal of Wisdom; [] Greater Blessing of Kings; [] Righteous Fury I have auto self cast enabled

    Reply Report Permalink
  • Zaman said

    The way that cast macros work is that they will cast the first spell for which the condition (the stuff inside the []) is met.
    Macros are read from left to right and top to bottom. This means that in your case it reaches the first spell (Seal of Wisdom) and since the condition is met (empty condition) it will fire the spell and then break off and go to the next line.
    To get them to fire separately you have to set a separate condition for each spell so that you have a way of choosing which spell should be fired.
    For example: Start with an empty macro/frame.
    Drag Seal of Wisdom to the addon and check modifier "Alt" before pressing add.
    Drag Greater Blessing of Kings to the addon, unchek "Alt", check "Ctrl" and press add.
    Drag Righteous Fury to the addon, uncheck everything and press add.

    This would create a macro looking like this:
    /cast [mod:alt] Seal of Wisdom; [mod:ctrl] Greater Blessing of Kings; [] Righteous Fury
    To cast SoW you hold down Alt, to cast GBoW you hold down ctrl and anything else will cast Righteous Fury.
    If you want to create a macro that casts them all after each other you'd have to make a /castsequence macro and they work a bit differently.
    Due to GCD you can't create a macro that casts more than one spell per click. The real reason is that Blizz doesn't want people to write addons/macros that lets you click one button, go to sleep and wake up with a dead boss :)

    Hope this helps and who knows, some day I might even implement the castsequence macro into the addon as well (I do get quite a few questions on how to write them) and at that time I'd probably also clean up the old functionality a bit.

    Reply Report Permalink
  • hogit69 said

    1st there could be more info on how too get this too work. i put the spell in there hit add. opend up my macros made a new one for my spell and nothing happin.how do you copy it,too get it too work,what do you hit before you add it.guess what i ned is a step by step thx for the help more info

    Reply Report Permalink
  • Zaman said

    You copy and paste like you do with any other text, mark the text and then press Ctrl+c to copy and Ctrl+v to paste.
    The rest of the information is in the addon description.

    Reply Report Permalink
  • wow awesome addon i wuvs it :D!

    Reply Report Permalink
  • Rockdelver said

    Hmmm, dying to try it, but neither /mf or /macroform brings up any window.

    Reply Report Permalink
  • Zaman said

    Do you get any error messages when you type /mf or /macroform?

    You can also try to bind a key to bring up the UI (among the usual key bindings).

    Reply Report Permalink
  • Rockdelver said

    Ah, if appears that MailTo is thinking that I am trying to use a command relating to one of its functions.

    Binding a key works though - many thanks :)

    Reply Report Permalink
  • Bravozulu said

    This looks like something I'm going to use a lot. Thanks!

    Reply Report Permalink
  • 1 page(s)
  • Addon Packs Containing MacroForm

Most Downloads / Day

MacroForm has not been added to any Addon Packs yet.

  • Similar Addons
  •  

Average downloads per day

  1. 437 Addon Control Panel Libraries, Development Tools...
  2. 345 !BugGrabber Development Tools
  3. 136 BugSack Development Tools
  4. 28 LibOOP Libraries, and Development...
  5. 22 MpqViewer Data Export, and Development...