Recent comments
| Making Macros - General Information
0 Hello all. I'm writing this guide to help you in creating those useful things that macros are. Open your menu panel(press esc). Press new. Let's start with something classic: 1) Hello WorldOfWarcraft! /y Hello WorldOfWarcraft! Now drag the icon of the macro into one of your bars. We could also make a macro to make our character make any emoticon; just create a new macro and type: For spells and ablities it's very similar: we have to add the command /cast. 2) Cast a spell or ability Now open the spells and abilities panel and shift click the spell you wanna link to the macro. Now we'll see something more interesting, don't worry. 3) More actions at one time Choose carefully the instant spell, we might want it with a very low cost in mana(rage or energy) or with a particolar effect. If your class doesn't use such abilities, you can use this kind of macros to allert people that you are going to cast a particular spell or other funny sentences: So you'll say this sentence while casting. 4) Castsequencing It is very important that we write exactly, or it won't work. Conditionals 5) Reset (yes also the square brakets) 6)Target a_ /target Then u can add the other part of the macro: b_ conditional will cast the spell only if Snowflake is our actual target c_ target commands We can always add "target" at the end of the object we are gonna target, to get it's target. 7) Modifiers
9) Trinkets and general items 10) Equip It's all, for a while. opocaj
| About the author:User loginNavigationWho's onlineThere are currently 3 users and 572 guests online.
Online users |
Warlock Macro
I was wondering it there was a way for me to make a macro that would send in my voidwalker, then use a 3 second CD before letting me start my rotation?
I am using the lowbie rotation as seen on the Affliction/Demo Warlock Leveling guide, which is;
Send in Voidwalker. Curse of Agony, Corruption, Immolate, Life Tap(optional)Drain Life(if needed), Drain Soul.
If this is possible, please let me know, thnx
Edit -- Scratch the timed CD, just saw Jiyambi's reply to another port down below...
sorry becouse i`am offtopic
sorry becouse i`am offtopic but anyone can help me whit a topic or a site where i can find how i can make an addon for wow.
Sorry again
Moderator
You can still use a
You can still use a "castsequence" macro to make all the rotation (or parts of it) go in one button if you like. You can then set it to reset after a number of seconds, or on command, or only when the sequence is complete. I use castsequence and modifiers frequently in my keybinding setup.
I ended up making a cast
I ended up making a cast sequence to run the rotation and an second with just a simple /petattack command so I can send in my Voidwalker with 1 button ease and then begin my rotation.
Honored Member
I was wondering if there was
I was wondering if there was a type of macro or an addon that limits what you loot. E.g. #loot Minion's Scourgestone, Runecloth, Copper, Silver, Gold.
Exalted Member
I don't think there is,
I don't think there is, although I know there is an add-on for it.
It's called Loot Filter
It can filter per quality, per item name and per item value, it's a handy add-on
Honored Member
oh k thanks a lot i
oh k thanks a lot i downloaded it and it works great! Now im wondering if there is a macro that can cast a spell after the a spell duration has run out. E.g. /cast Sacred Sheild (rank 1), then once its duration ends recast.
Moderator
Macros can't do anything
Macros can't do anything that's timed other than reset, as far as I know.
However, there are various addons that will warn you to recast things when they are gone. ZOMGBuffs is one, though I don't really like it. I use PowerAuras, but that's a bit more difficult to configure.
Honored Member
awww man, k so with
awww man, k so with ZOMGbuffs do you just put in a spell and it tells you when to recast or does it only work with certain spells?
Moderator
I honestly don't remember, I
I honestly don't remember, I stopped using it because it was a bit buggy. I know it came with preset spells based on your class, but I think you are able to customize it and add more spells if you like.
Two healing spells, one macro?
Is it possible to have a macro that does two different healing spells one after another? Such as if i wanted to create one that when i pressed it did a rejuvenation, and then a healing touch afterwards, only having to press it once.
Highest crit: Infinite
Moderator
You can't use it to cast it
You can't use it to cast it with one button push, but you can have one button which switches automatically between two spells using "castsequence".
mounts to 1 button
my friend showed me this one, you can summon ur regular mount and flyer to right click and left click
#showtooltip (if u desire)
/cast [button:1] Ice Mammoth
/cast [button:2] Turbo-Charged Flying Machine
thats mine anyways
Trinkets
A good way to use trinkets are by using it's slot number
Like this:
/Use 13
/use 14
With 13 being the first trinket and 14 second trinket slot.
So you use it like this
/Use 13
/use 14
/Use 'Spell*
And remember there is a 255 character limit
Trusted Member
a favorite macro of mine
ok a little time saver that i like to use is:
/use (food name here)
/use (drink name here)
/s nom nom nom
be sure to get rid of brackets
The Author wrote:/Gimme
Wouldn't that be /y , /s or similiar? Or did you do so on purpose?
Member
New macros
If you have any macro to submit, please feel free to do it as comment to the page of the class the macro is referred to, or here, if that page does not exists yet.
I will test it and then publish among the other macros as soon as possible.
opocaj