PDA

View Full Version : Raid Symbols



beyond-tec
10-10-2007, 02:21 AM
I'm still thinking about focusing several targets at once to sheep / re-sheep them or keep damage on them.

so...

1. anyone knows how to set the raid symbols (skull, this orange pizza thing, the pink diamond, .....) on an enemy with a macro?

2. anyone knows how to focus a target with a raid symbol on it?


I don't want to change the focus with my tank when I'm resheeping a mob so the mobs shall get raid symbols and the mages 1-3 will sheep their target while the tank continues aggroing the main mob.

Team_Supa
10-10-2007, 05:10 AM
i accidently stumbled accross the hotkeys for raid symbols

f1 through f5

If not on your client they can be binded through the keybinding menu supplied.

beyond-tec
10-10-2007, 06:45 AM
i accidently stumbled accross the hotkeys for raid symbols

f1 through f5

If not on your client they can be binded through the keybinding menu supplied.

ah, that's excellent

lots of thanks.


any chance to get a macro command that allows me to target a mob with a raid symbol?

/target the stupid mob with the funny pink diamond?

cepheus
10-10-2007, 07:55 AM
i accidently stumbled accross the hotkeys for raid symbols

f1 through f5

If not on your client they can be binded through the keybinding menu supplied.

ah, that's excellent

lots of thanks.


any chance to get a macro command that allows me to target a mob with a raid symbol?

/target the stupid mob with the funny pink diamond?

sadly, I dont think that's possible. However you can make a macro that sets the focus and a raid icon at the same time. I'm not sure about the commands, but I've seen it somewhere on this forum.

DogBaa
10-10-2007, 08:13 AM
/script SetRaidTarget("target", n)

where n is:

1 Yellow 4-point Star
2 Orange Circle
3 Purple Diamond
4 Green Triangle
5 White Crescent Moon
6 Blue Square
7 Red "X" Cross
8 White Skull

use this together with focus on my mages, priestkey sets icon, mage key sets focus

ctrl F1 set star with priest, set focus on mage1
ctrl F2 set circle with priest, set focus on mage2
and so on

Lost Ninja
10-11-2007, 06:54 AM
I came across an addon (possibly on wowace) that allowed all party members to set raid icons. Not sure if that'd help at all, I didn't use it so I no longer have it, but I'll try and track down what it was called.

Kfunk
10-24-2007, 10:26 AM
Can you assist off of other people's focus?

For instance, setting a raid icon and focus of 3 Locks to different targets, then having macro's that do /cast [target=party3focus, nodead] corruption, /cast [target=party4focus, nodead] corruption.. and so on and so forth?

Runiat
10-24-2007, 10:50 AM
Can you assist off of other people's focus?

For instance, setting a raid icon and focus of 3 Locks to different targets, then having macro's that do /cast [target=party3focus, nodead] corruption, /cast [target=party4focus, nodead] corruption.. and so on and so forth?
Think so, yes, but could easily be mistaken. Wouldn't it be the easiest to try it out?

Zaelar
10-24-2007, 02:41 PM
target=party#focus works. You can't use it immediately after setting focus, but after a second it works fine.

beyond-tec
10-24-2007, 03:18 PM
what the hell is this focus stuff?

never heard of it :(

I know the /target, /assist etc. stuff but never heard of /focus

is this something like a variable where you can put one specific mob into?

Bollwerk
10-24-2007, 03:45 PM
Focus is a built-in "alternate" target for WoW. It is extremely useful for classes that do CC. The easiest usage in game is to target a mob you need to CC, then do /focus (or make a macro that has that command). Then you can target the main DPS mob and CC your focus without changing targets, using a macro like /cast [target=focus] Polymorph

Whatever you have "focused" will appear below your current target window, like another target window. You can test it out by just targeting yourself, then /focus to see where the window will be.

Very slick.

beyond-tec
10-25-2007, 02:02 AM
wow.

that sounds very very helpful.

gonna try this later.

thanks for the info :D

cepheus
10-25-2007, 09:45 AM
Focus is very useful indeed, but I found that its better to use focus for all your macros

I allways focus my main before playing and use a /cast [target=focustarget] spell for everything.

This is very useful since all your macros would work even if you're not in party, in a raid or BG. It will allso make it very easy to change main on the fly with just focusing another toon.

However you would loose your ability to use focus as a CC target. But since you'll never have a normal target with the [target=focustarget] macro, you could just use your normal target for CC targeting.