Overlord Norellicus wrote:
[target:player,nodead]
I've never used this, but I'm guessing it's a condition that checks for a player vs. an NPC?
That is different from Target=UnitID, which will always cast on the specified UnitID without changing your current target. "Player" is the UnitID for the current player (you). Here is a list of UnitID's you can use Target= on:
Quote:
arenaN: Opposing arena member with index N (1,2,3,4,5).
focus: The current player's focus target as selected by the /focus command.
mouseover: The unit which the mouse is hovering over.
none: A valid unit token that always refers to no unit.
partyN: The Nth party member excluding the player (1,2,3 or 4).
partypetN: The pet of the Nth party member (N is 1,2,3, or 4)
pet: The current player's pet.
player: The current player.
raidN: The raid member with raidIndex N (1,2,3,...,40).
raidpetN: The pet of the raid member with raidIndex N (1,2,3,...,40)
target: The currently targeted unit.
vehicle: The current player's vehicle.
That's been edited for brevity by me but sourced from
WoWWiki.
Edited, Oct 22nd 2009 1:44pm by teacake