• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Distance

Chanticleer

yells at clouds
Creator
Joined
Dec 14, 2010
RedCents
189¢
im looking for a HUD with just distance on it nothing else no named no nothing just Distance help a fella out !
 
Here is what I use. Adjust placement/items as needed

Rich (BB code):
Targ =          1,720,449,255,255,255,${If[${Target.ID},~~~~~ TARGET ~~~~~~,]}
TargetLevel=    1,720,461,255,255,255,${If[${Target.ID},${Target.Level} ${Target.Race} ${Target.Class},]}
TargetDist=     1,720,473,255,255,255,${If[${Target.ID},Distance: ${Target.Distance},]}

LOS=            1,720,485,50,255,0,${If[${Target.ID} && ${Target.LineOfSight},LoS: YES,]}
NOLOS=          1,720,485,255,255,00,${If[${Target.ID} && !${Target.LineOfSight},LoS: NO,]}
Direction=      1,770,485,255,255,255,${If[${Target.ID}==NULL,"",${If[${Math.Calc[((${Me.Heading.Degrees}-${Target.HeadingTo.Degrees}+375)%360)*-1]}>-30,"  /\/\/\",${If[${Math.Calc[((${Me.Heading.Degrees}-${Target.HeadingTo.Degrees}+360)%360)*-1]}>-180,"   <--","    -->"]}]}]}
Above1 =        1,800,485,255,255,255,${If[${Target.ID} && ${Me.Z}<${Target.Z}," --/ \-- (${Math.Calc[${Target.Z}-${Me.Z}]})",]}
Below1 =        1,800,485,255,255,255,${If[${Target.ID} && ${Me.Z}>${Target.Z}," --\ /-- (${Math.Calc[${Me.Z}-${Target.Z}]})",]}

TargetSpeed=    1,720,497,255,255,255,${If[${Target.ID},Speed: ${Target.Speed},]}
 
Distance

Users who are viewing this thread

Back
Top
Cart