Welcome, Guest. Please login or register.
Did you miss your activation email?
April 30, 2024, 02:30:05 am *

Login with username, password and session length
Pages: [1]
Print
Author Topic: Accurate hp and other goodies  (Read 3301 times)
bellen
Newbie
*
Posts: 1


View Profile
« on: October 29, 2015, 08:04:16 pm »

Hey all,

Someone asked me to share the mq2hud I use so here it is. Make sure you have mq2hud loaded. Then you can type /loadhud psych to load this particular hud. I did not write this, just made some modifications to it.

Put this into mq2hud.ini found in your mq2 directory. If you don't have the ini just create it.

Code:
/////////////////////////////////////////////////////
//                      Psych v1.1                         
//                                                               
//  ~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                       
//                                                             
//            a Bloodfire1020 production                                       
/////////////////////////////////////////////////////
[Psych]
 //General Benchmark
GeneralInfoAreaText=3,5,50,0,255,255,***** General *****

 //Time
Time=3,5,60,0,255,0,The Time Is
Time2=3,120,60,0,255,255,${Time.Time12}

//Play Time This Session
Played=3,5,70,0,255,0,You've been Playing for:
Played2=3,120,70,0,255,255,${Int[${Math.Calc[${MacroQuest.Running}/60000]}]}m / ${Math.Calc[${MacroQuest.Running}/60000/60]}h

//Zone
ZoneShortName=3,5,80,0,255,0,Zone:
ZoneText=3,120,80,0,255,255,${Zone.ShortName}

//Running Macro
MacroText=3,5,90,0,255,0,Macro Running:
Macro=3,5,90,0,255,255,${If[${Macro.Name.NotEqual["NULL"]},${Macro.Name},]}

//Utility Benchmark
UtilityAreaInfoText=3,5,110,0,255,255,*****Utility*****

//Last Tell
LastTellText=3,5,120,25,255,0,Last Tell From:
LastTellName=3,120,120,0,255,255,${If[${MacroQuest.LastTell.NotEqual["NULL"]},${MacroQuest.LastTell},]}

//GM
GMInd1=3,5,130,0,255,0,${If[${Spawn[gm].ID},GM,]}:
GMInd2=3,5,130,0,255,0,${If[${Spawn[gm].ID},,GM]}:
GMInd3=3,120,130,0,255,255,${If[${Spawn[gm].ID},GM ALERT!!!,]}
GMInd4=3,120,130,0,255,255,${If[${Spawn[gm].ID},,None In Zone]}

//Runspeed
SpeedText=3,5,140,0,255,0,Your RunSpeed Is:
Speed=3,120,140,0,255,255,${Int[${Me.Speed}]}

//Location (YXZ Format)
LocationText=3,5,150,0,255,0,Your YXZ(Loc) is:
Locationyxz=3,120,150,0,255,255,Y: ${Me.Y} X: ${Me.X} Z: ${Me.Z}

//Guild
GuildText=3,5,160,0,255,0,Guildies In Zone:
Guild=3,120,160,0,255,255,${Math.Calc[${SpawnCount[pc guild]}-1]}

SW=3,190,190,255,255,000,Stonewall - - - -
SWready=3,305,190,000,255,000,${If[!${Me.CombatAbilityTimer[Stonewall Discipline]},Ready,]}
SWnotready=3,305,190,255,000,000,${If[${Me.CombatAbilityTimer[Stonewall Discipline]},Ready in ${Me.CombatAbilityTimer[Stonewall Discipline].TimeHMS},]}

//Vitals
VitalAreaInfoText=3,5,170,0,255,255,*****Vitals*****

//HP
HPText=3,5,180,0,255,0,HitPoints:
HP=3,120,180,0,255,255,${If[!${Me.PctHPs} / 100, You Are Dead!, ${Me.PctHPs} / 100]}

//END
ENDText=3,5,190,0,255,0,Endurance:
END=3,120,190,0,255,255,${If[!${Me.PctEndurance} / 100, Out of Endurance!, ${Me.PctEndurance} / 100]}

//Damage Over Time
DoTText=3,5,200,0,255,0,HPDrain:
DoT=3,120,200,0,255,255,${If[${Debuff.HPDrain},${Debuff.HPDrain} Per Tick,]}

//HOTT
HoTTText=3,5,210,25,255,0,HoTT:
HoTT=3,120,210,0,255,255,${If[${Me.LAHoTT},${Me.TargetOfTarget.PctHPs} / 100,]}

//Slowed
SlowedText=3,5,220,0,255,0,Slowed:
Slowed=3,120,220,0,255,255,${If[${Debuff.Slowed},Slowed,]}${If[${Debuff.SpellSlowed},SPELLSLOWED ,]}

//PullHelper
PullHelpText=3,5,230,0,255,0,Mob(s):
PullHelp=3,120,230,0,255,255,${If[${Target.CleanName.NotEqual[NULL]},${SpawnCount[NPC Loc ${Target.X} ${Target.Y} Radius 30]} Mob(s),]}

//AttackSpeed
AttackSpeedText=3,5,240,0,255,0,Attack Speed:
AttackSpeed=3,120,240,0,255,255,${If[${Me.Combat},${Me.AttackSpeed},]}

//Experience
ExpInfoAreaText=3,5,250,0,255,255,*****Experience*****

//XP
XPText=3,5,260,0,255,0,Exp:
XP=3,120,260,0,255,255,${Me.PctExp}

//AAXP
AAXPText=3,5,270,0,255,0,AAExp:
AAXP=3,120,270,0,255,255,${Me.PctAAExp}
AAPTSText=3,5,280,0,255,0,AA Points:
AAPTS=3,120,280,0,255,255,${Me.AAPoints}

//Amount of mobs around you
MobText=3,5,290,0,255,0,Mob(s):
Mob=3,120,290,0,255,255,${SpawnCount[npc radius 100]} Mob(s)

//---------------------------------------------------------------------------------------------------------\\

//TargetInfo
TargetInfoAreaText=3,5,470,0,255,255,*****Target Information*****

//Name
TargetNameText=3,5,480,0,255,0,Name:
TargetName=3,60,480,0,255,255,${If[${Target.CleanName.NotEqual["NULL"]},${Target.CleanName},]}

//Level
TargetLevelText=3,5,490,0,255,0,Level:
TargetLevel=3,60,490,0,255,255,${Target.Level}

//Class
TargetClassText=3,5,500,0,255,0,Class:
TargetClass=3,60,500,0,255,255,${Target.Class}

//GuildName
TargetGuildNameText=3,5,510,0,255,0,Guild:
TargetGuildName=3,60,510,0,255,255,${If[${Target.Guild.NotEqual["NULL"]},${Target.Guild},]}

//GuildRank
TargetGuildRankText=3,5,520,0,255,0,Rank:
TargetGuildRank=3,60,520,0,255,255,${If[${Target.GuildStatus.NotEqual["NULL"]},${Target.GuildStatus},]}

//Distance
TargetDistanceText=3,5,530,0,255,0,Distance:
TargetDistance=3,60,530,0,255,255,${Target.Distance}

//Location
TargetLocationY=3,5,540,0,255,255,Y: ${If[${Target.Y},${Target.Y},]}
TargetLocationX=3,55,540,0,255,255,X: ${If[${Target.X},${Target.X},]}
TargetLocationZ=3,105,540,0,255,255,Z: ${If[${Target.Z},${Target.Z},]}

CursorItem=7,-15,-15,0,255,255,${If[${Cursor.ID},${Cursor},]}


//---------------------------------------------------------------------------------------------------------\\

//Other Stuff {TO BE ADDED SOON}

//---------------------------------------------------------------------------------------------------------\\

//Credits
CreditAreaInfoText=3,5,550,0,255,255,***** Credits *****
CreditText=3,5,560,0,255,0,Psych v1.1
Logged
Pages: [1]
Print
Jump to:  

Recent

Stats

Members
  • Total Members: 6124
  • Latest: Havicck
Stats
  • Total Posts: 64988
  • Total Topics: 5053
  • Online Today: 79
  • Online Ever: 8678
  • (December 19, 2022, 02:32:09 pm)
Users Online
Users: 0
Guests: 56
Total: 56
TinyPortal v1.0 beta 4 © Bloc