View Single Post
  #7  
Unread 10-06-2006, 10:54 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Hmm...

Generally for raiding, I have a macro where I just have /target <Main Tank's Name>

I edit it for each raid (and for each group, sometimes). If theres a particular need for me to target / heal someone else (I'm a healer... if I was DPS I would use the MA's name) I just make a second version of the macro and put it on my "raiding" hotbar (its a hotbar I only open up during raids -- containing whatever additional raiding macros I need -- be it calls to go in/out for jousting, or extra target macros like I've mentioned).

I don't think theres gamedata for the raid window, I think it's hard-coded (which sucks... correct me if im wrong, I didn't see it in eq2ui_gamedata.xml). If there was gamedata for each person, you could create a button with

"target " ## <Gamedata path to playername>

as the OnPress event (or add a second line to cure, if you want to get more technical).

Last edited by lordebon : 10-06-2006 at 10:56 PM.
Reply With Quote