View Single Post
08-22-13, 08:50 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Tormynt View Post
1. Changing chat font sizes in the box? How?
Right-click on the chat tab. There's a Font Size option in the menu.

Originally Posted by Tormynt View Post
2. How can I add new chat boxes, and filter what goes where?
Right-click on a chat tab and select Create New Window.

Originally Posted by Tormynt View Post
3. Any suggestions for new/good add on's for a warlock .. mine was 73 when I left ..
I don't use any class-specific addons for my warlock. Just find a good buff mod (or unit frames that offer aura filtering; I use my own oUF Phanx unit frames) so you can see your debuffs and procs, and a cooldown mod so you can see all your cooldowns in one place (I use CoolLine), and that should be about all you need, especially if you're not aiming to do high-level raiding.

Originally Posted by Tormynt View Post
4. I believe I remember how to make macro's, but I can't remember the command for a pause (3, 5 or more second) between castings
There is no such command, and such a thing has not been possible since before the Burning Crusade expansion. Each spell cast requires a hardware event. If you want to cast multiple spells, you must press multiple keys or click multiple buttons.

You can, however, make a macro that will cycle through spells each time you press it, starting over at the beginning after it gets to the end of the list:
/castsequence First Spell, Second Spell, Third Spell
See also:
If there's something specific you're looking to macro, feel free to describe it more detail, and we can let you know if it's possible, and if so, how to write it.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.

Last edited by Phanx : 08-22-13 at 08:53 PM.
  Reply With Quote