• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

hud reconfiguration (1 Viewer)

lunatic47

New member
Joined
Aug 26, 2006
RedCents
if anyone is familiar with making huds and could possibly help me i would be inclined to /bow to you. i have this hud http://www.redguides.com/community/attachment.php?attachmentid=2677 and in that hud there is a section at the top of the screen and then another towards the bottom of the screen, sorry for being so elementary but thats the best way i can describe it. the bottom section lists your targets information - lvl,class,runspeed and loc - if anyone can make that info be underneath the group leader so the hud is all together instead of seperate that would be greatly appriciated.
 
ok no longer need help with that because i found the hud i was using so im happy about that but now for my next question. when i target something it spams in the MQ window No such 'spawn member' 'Na me' anyone know why its doing that, im assuming its not correct because ive never seen that before but then again i dont really know.
 
ok i looked for it in the hud file but didnt see anything so this is the hud code:

[MQ2HUD]

Last=bard
SkipParse=1
CheckINI=10
UpdateInBackground=off
ClassHUD=on
ZoneHUD=on


[Elements]

//Time
Time=3,180,60,255,234,8,The Time Is
Time2=3,300,60,255,234,8,${Time.Time12}


//Date
Datetext=3,180,70,255,234,8,Todays Date Is
Date=3,300,70,255,234,8,${Time.Date}


//Last Tell
LastTellText=3,181,90,255,234,8,Last Tell From
LastTellName=3,300,90,255,0,8,${If[${MacroQuest.LastTell.NotEqual["NULL"]},${MacroQuest.LastTell},]}

//GM
GMInd1=3,180,100,255,234,8,${If[${Spawn[gm].ID},GM,]}
GMInd2=3,180,100,255,234,8,${If[${Spawn[gm].ID},,GM]}
GMInd3=3,300,100,255,25,0,${If[${Spawn[gm].ID},GM is in zone,]}
GMInd4=3,300,100,25,255,0,${If[${Spawn[gm].ID},,None In Zone]}

//Runspeed
Speed=3,180,110,255,234,8,Your RunSpeed Is ${Int[${Me.Speed}]}


//GroupLeader
GroupLeadertext=3,180,120,255,234,8,Group Leader
GroupLeader=3,300,120,255,234,8,${Group.Leader}

ZoneShortName=3,380,50,255,234,8,ZoneShortName
ZoneText=3,500,50,25,255,0,${Zone.ShortName}


//XP
XPText=3,380,70,255,234,8,XP
XP=3,500,70,255,234,8,${Me.PctExp}

//AAXP
AAXPText=3,380,80,255,234,8,AAXP
AAXP=3,500,80,255,234,8,${Me.PctAAExp}

//Group Leader XP
GLXPText=3,380,90,255,234,8,GLXP
GLXP=3,500,90,255,234,8,${Me.GroupLeaderExp}

//Raid Leader XP
RLXPText=3,380,100,255,234,8,RLXP
RLXP=3,500,100,255,234,8,${Me.RaidLeaderExp}

//LoS
LoStext=3,380,110,255,234,8,Line of Sight
LoSinfoF=3,500,110,200,25,200,${LineOfSight[${Me.Y},${Me.X},${Me.Z}:${Target.Y},${Target.X},${ Target.Z}]}

//Target Distance


//HP Regen
HPReglab=3,380,120,255,234,8,Hit Points
HPRegtext=3,500,120,255,234,8,${Me.CurrentHPs}(${M e.PctHPs}%) of ${Me.MaxHPs}, Regen: (${Me.HPRegen})

//ManaRegen
ManaReglab=3,380,130,255,234,8,Mana
ManaRegtext=3,500,130,255,234,8,${Me.CurrentMana}( ${Me.PctMana}%) of ${Me.MaxMana}; Regen: (${Me.ManaRegen})




//Your Location It is displayed as if you did /loc Y=North/South X=East/West
LocationText=3,180,130,255,234,8,Your Loc. is ${Me.Y}, ${Me.X}, ${Me.Z}


// Macro RUnning
Macro=3,180,140,0,127,127,Macro Running: ${Macro.Name}


//TargetInfo
TargetBreak=3,180,150,255,234,8,-----------------------------------------------------------------------------------------------
TargetLevel=3,180,160,255,234,8,Target:${Target.Na me}, Lvl ${Target.Level} ${Target.Class} ${If[${Target.GuildStatus.NotEqual["NULL"]},(${Target.GuildStatus},]} ${If[${Target.Guild.NotEqual["NULL"]},${Target.Guild}),]}
TargDistext=3,180,170,255,234,8,Target Distance: ${Target.Distance}
TargetSpeed=3,180,180,255,234,8,RunSpeed is ${Target.Speed} Loc:${Target.Y}, ${Target.X}, ${Target.Z}
Direction=3,520,190,255,0,0,${If[${Target.ID}==NULL,"",${If[${Math.Calc[((${Me.Heading.Degrees}-${Target.HeadingTo.Degrees}+375)%360)*-1]}>-30," XXX",${If[${Math.Calc[((${Me.Heading.Degrees}-${Target.HeadingTo.Degrees}+360)%360)*-1]}>-180,"<--"," -->"]}]}]}


CursorItem=7,-15,-15,255,255,255,${If[${Cursor.ID},${Cursor},]}
Last=Elements
SkipParse=1
CheckINI=10
UpdateInBackground=on
ClassHUD=on
ZoneHUD=on
Last=Elements
SkipParse=1
CheckINI=10
UpdateInBackground=on
ClassHUD=on
ZoneHUD=on

also, how do you post code in the box like in the first post at this link. http://www.redguides.com/community/showthread.php?t=13594&highlight=a_troll
 
Last edited:
ok done and thanks lol didnt even notice the names there, and i found it, was in this line TargetLevel=3,180,160,255,234,8,Target:${Target.Na me},Lvl ${Target.Level} ${Target.Class}

thanks for the help
 
hud reconfiguration

Users who are viewing this thread

Back
Top