Search found 6 matches

by Jiblet
Sat Jun 05, 2004 9:19 am
Forum: MQ2::Custom UI
Topic: Sullon Zek Helpful HUD
Replies: 14
Views: 4380

Note I only list the closest 3 PCs but here's the full code Im using: P1a=3,260,14,255,0,0,${If[${NearestSpawn[2,pc].Level}>${Math.Calc[${Me.Level}+5]},${If[${NearestSpawn[2,pc].Name.NotEqual["NULL"]}, 1: ${NearestSpawn[2,pc].Name} | ${NearestSpawn[2,pc].Level} | ${NearestSpawn[2,pc].Class...
by Jiblet
Sat Jun 05, 2004 8:56 am
Forum: MQ2::Custom UI
Topic: Sullon Zek Helpful HUD
Replies: 14
Views: 4380

oh i also added PC's guild cos im nosey like that...

Code: Select all

${NearestSpawn[2,pc].Guild}
by Jiblet
Sat Jun 05, 2004 8:44 am
Forum: MQ2::Custom UI
Topic: Sullon Zek Helpful HUD
Replies: 14
Views: 4380

Nice work ;)

I've altered it slightly and used:

Code: Select all

${Int[${NearestSpawn[2,pc].Distance}]}
To round the distance.

Also added the direction to the PC

Code: Select all

${NearestSpawn[2,pc].HeadingTo},]}
More offensive than defensive but I like it. And Im not even on a PVP server :)
by Jiblet
Fri Jun 04, 2004 6:44 pm
Forum: MQ2::Custom UI
Topic: Sullon Zek Helpful HUD
Replies: 14
Views: 4380

Thats pretty cool.
Could you add the direction to the pc and change the text color (of just the name) depending on con color?
That'd be even cooler :)

Oh and the moon on a stick please.
by Jiblet
Fri Jun 04, 2004 1:56 pm
Forum: MQ2::Custom UI
Topic: Abilities in HUD
Replies: 7
Views: 3852

Wouldnt be great for discs though...
Youd have to use the disc for the timer to start, though I guess thats no biggy really.
by Jiblet
Thu Jun 03, 2004 3:11 pm
Forum: MQ2::Custom UI
Topic: Abilities in HUD
Replies: 7
Views: 3852

Is this the same problem for Rangers with Trueshot and Weaponshield?
Ie its not possible to get a timer for them on the HUD?