Page 1 of 1

Target.Named

Posted: Thu Dec 16, 2010 7:11 pm
by Fatboy5706
Does this still work? i keep getting NULL when trying it out.

Re: Target.Named

Posted: Sat Dec 18, 2010 7:32 pm
by caj

Re: Target.Named

Posted: Sun Jan 02, 2011 1:50 pm
by PeteSampras
.Named rarely works in HoT. use the following line instead for slightly better results. it is not perfect:

(${Target.Name.Find[#]}||${Target.Named})

Re: Target.Named

Posted: Sat Jan 08, 2011 3:01 pm
by Jastur
Keep in mind that there are many zones where every NPC will show as a named, an example from UF would be Foundation. Target.Named was a working solution for some of the first few expansions of the game, the more recent expansions break the old method of determining if something is a named or not. I would use the stuff from Pete's post, but remove the || ${Target.Named} part. This symbol '#' prefixed on the name indicates one of three things. 1. The NPC is some sort of important NPC (quest, event giver, raid / mission etc.), 2. target is a pseudo named and typically someone you have to kill for a quest. or 3. and actual named mob.