I"m getting an error when I load my hud.
Due to complete misuse of the String Top-Level Object, it has been removed.
This spams until I unload the mq2hud plugin.
Here is a copy of my .ini
Due to complete misuse of the String Top-Level Object, it has been removed.
This spams until I unload the mq2hud plugin.
Here is a copy of my .ini
Rich (BB code):
[Elements]
GMIndicator=3,140,8,255,255,255,GM - ${NearestSpawn[GM]}
GameTime=3,140,20,255,255,255,GameTime: ${GameTime.Hour}:${GameTime.Minute} - ${If[${String[${GameTime.Night}].Equal["TRUE"]},Night,Day]}
Speed=3,140,32,0,240,0,Speed - ${Int[${Me.Speed}]}
BankCash=3,300,32,240,127,0,Bank - ${Me.PlatinumShared}
LastTell=3,140,44,215,0,215,LastTell - ${If[${MacroQuest.LastTell.NotEqual["NULL"]},${MacroQuest.LastTell},]}
TributePoints=3,205,32,0,240,0,Tribute - ${Me.CurrentFavor}
XP=3,140,56,200,200,200,XP - ${Float[${Me.PctExp}]}% of ${Me.Level}
AAXP=3,240,56,240,240,0,A.A. XP - ${Float[${Me.PctAAExp}]}% Points Available: ${Me.AAPoints} Spent:${Me.AAPointsSpent}
HP=3,140,68,100,255,100,Current HPs: ${Me.CurrentHPs} of ${Me.MaxHPs}
Mana=3,300,68,100,255,100,Current Mana: ${Me.CurrentMana} of ${Me.MaxMana}
Macro=3,15,480,255,255,255,Macro Running: ${Macro.Name}
**Target Loc**=3,600,44,150,250,150,${If[${Target.ID},**Target Loc** ${Target.Y} ${Target.X} ${Target.Z},]}
**Me Loc**=3,600,56,150,250,150,**Me Loc** ${Me.Y} ${Me.X} ${Me.Z}
TargetLevel=3,360,543,255,255,255,${If[${Target.ID},${Target.Name}'s Level is ${Target.Level} - ${Target.Class} - ${Target.Race} - ${Target.PctHPs}% Health,]}
CursorItemName=3,140,158,0,240,0,${If[${Cursor.ID},Cursor - ${Cursor},]}
CursorFollow=7,40,40,0,240,0,${If[${Cursor.ID},${Cursor},]}
Spawn1=3,400,8,255,255,0,#1 ${If[${NearestSpawn[1,npc #].Name.NotEqual["NULL"]},${NearestSpawn[1,npc #].Level},]} - ${If[${NearestSpawn[1,npc #].Name.NotEqual["NULL"]},${NearestSpawn[1,npc #].Name},]}
Spawn2=3,400,20,255,255,0,#2 ${If[${NearestSpawn[2,npc #].Name.NotEqual["NULL"]},${NearestSpawn[2,npc #].Level},]} - ${If[${NearestSpawn[2,npc #].Name.NotEqual["NULL"]},${NearestSpawn[2,npc #].Name},]}
Spawn3=3,400,32,255,255,0,#3 ${If[${NearestSpawn[3,npc #].Name.NotEqual["NULL"]},${NearestSpawn[3,npc #].Level},]} - ${If[${NearestSpawn[3,npc #].Name.NotEqual["NULL"]},${NearestSpawn[3,npc #].Name},]}
Spawn4=3,400,44,255,255,0,#4 ${If[${NearestSpawn[4,npc #].Name.NotEqual["NULL"]},${NearestSpawn[4,npc #].Level},]} - ${If[${NearestSpawn[4,npc #].Name.NotEqual["NULL"]},${NearestSpawn[4,npc #].Name},]}
Direction=3,470,120,200,150,0,${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,"<--"," -->"]}]}]}
ZoneName=3,600,8,255,255,0,Zone - ${Zone}
ShortZoneName=3,600,20,255,255,255,Short Zone Name - ${Zone.ShortName}
GroupLeader=3,600,32,255,255,255,${If[(${Group}>0),GroupLeader ${Group.Leader},]}