Elitist Jerks
Register
Blogs
Urban Rivals
Forums
New Posts


Go Back   Elitist Jerks > Public Discussion > User Interface and AddOns
Elitist Jerks Login

gamerDNA Login

Welcome to Elitist Jerks
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!

If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.

Closed Thread
 
LinkBack Thread Tools
Old 10/01/08, 7:42 AM   #1
 Rerox
Don't FWOOSH me, Bro.
 
Rerox's Avatar
 
Dwarf Rogue
 
Proudmoore (EU)
Macro "options" questions

Hi there,

I am not sure if I am in the right place here, but I'll give it a try ...

I am looking for a tutorial or in depth explanation of the "options" or "cases" you can use in macros - sorry but I even don't know how they are really called.

What I mean are the options in [] like [modifier:alt] or [flyable].

I have never seen a complete list of all that can be used and I have never found an explanation how the syntax should really be in order to use more than one option in a macro.

Thanks a lot for your help and please excuse my ignorance.
 
User is offline.
Old 10/01/08, 8:01 AM   #2
 Cadfael
Playing Nelf until Tauren Priests
 
Cadfael's Avatar
 
Night Elf Priest
 
Perenolde (EU)
They are called conditions or conditionals. It's the mechanism that allows a certain restricted form of "if condition A then do X else if condition B do Y else Z" kind of things. Pre 2.0 one could use the scripting engine's expressions and write if then else statements directly in a macro. However that allowed automatisation of certain behavior (target selection, spell selection) on a level that Blizzard did not want and lead to these conditionals which basically allow the same thing but in a more limited scope.

You can get a good overview of this topic at Making a macro - WoWWiki - Your guide to the World of Warcraft. Note however that not everything written there is necessarily still current and true.
 
User is online.
Old 10/01/08, 8:16 AM   #3
 Rerox
Don't FWOOSH me, Bro.
 
Rerox's Avatar
 
Dwarf Rogue
 
Proudmoore (EU)
Thanks a lot for your help and for the linked article, I'll give it a thorough read.

One other question that came up just now is: has anyone found out if there is a condition that can handle [flyable] if you are not level 77 in Northrend or if you are in Dalaran?

I was using a quite useful mount macro e.g.
/cast [flyable] Albino Drake;Armored Brown Bear

but if you are in dalaran this doesn't work, since Dalaran is per se in a flyable zone, but you can not use the flying mounts there.
Same goes for Northrend if you are below Level 77. In these zones, flying is allowed, but only if you have Cold Weather Flying.
I haven't found any notes on how these two conditions could be bound in a macro.
 
User is offline.
Old 10/01/08, 10:30 AM   #4
Gere
Von Kaiser
 
Undead Rogue
 
Bloodhoof
It would probably be up to blizzard to add those things into the [flyable] check.

You could add a control modifier to the macro:

/use [modifier:Ctrl] Ground Mount; [flyable] Flying Mount; [] Ground Mount
 
User is offline.
Closed Thread

Go Back   Elitist Jerks > Public Discussion > User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Math] Stat Equivalence in Multi-ability "Rotations" Muphrid Class Mechanics 7 03/13/08 1:53 PM
Infraction for Hornbreakerz: "i" & "cba" Maniq The Banhammer 0 03/03/08 3:45 PM
"What addon hoover macro" Rosvall User Interface and AddOns 5 01/27/08 10:08 AM
"Crits can Miss" vs. "Three Outcomes" Lhivera Class Mechanics 37 05/03/07 6:15 PM