Help creating XTarget HUD

Morx

Member
Joined
Apr 20, 2009
Messages
576
Reaction score
3
Points
16
It's been recently confirmed to me that XTarget's do work on TLP servers, but of course, just don't have their own window.

I was looking for help creating a HUD that would display this information. I'm simply looking for a list of mobs on the aggro list. Not all the crazy features and settings the Live XTarget window has.

Just an easy way to see list of mobs that are beating on my group. :)

Thank you for your help.
 
Code:
T0=3,170,115,250,250,150,XTarget: ${Me.XTarget}
T1=3,170,130,250,250,150,${If[${Me.XTarget[1].ID},1:${Me.XTarget[1].Name}+${Spawn[id ${Me.XTarget[1].ID}].CurrentHPs}%-ID:${Me.XTarget[1].ID},]}
T2=3,170,140,250,250,150,${If[${Me.XTarget[2].ID},2:${Me.XTarget[2].Name}+${Spawn[id ${Me.XTarget[2].ID}].CurrentHPs}%-ID:${Me.XTarget[2].ID},]}
T3=3,170,150,250,250,150,${If[${Me.XTarget[3].ID},3:${Me.XTarget[3].Name}+${Spawn[id ${Me.XTarget[3].ID}].CurrentHPs}%-ID:${Me.XTarget[3].ID},]}
T4=3,170,160,250,250,150,${If[${Me.XTarget[4].ID},4:${Me.XTarget[4].Name}+${Spawn[id ${Me.XTarget[4].ID}].CurrentHPs}%-ID:${Me.XTarget[4].ID},]}
T5=3,170,170,250,250,150,${If[${Me.XTarget[5].ID},5:${Me.XTarget[5].Name}+${Spawn[id ${Me.XTarget[5].ID}].CurrentHPs}%-ID:${Me.XTarget[5].ID},]}
 
Sweet! now according to the sticky post, I have to replace what I have in my MQ2HUD.ini file, with what you posted above. Is it possible to have them both going?

What I have in there now is just the default that comes with MMOBugs default compile, but I really like some of the things it has, mainly the experience messages.

Thanks a lot dewey!
 
You may have to tweak it a little so that it lines up where you want it though.