My MQ2HUD.ini looks like this :
Code: Select all
[Elements]
GMIndicator=3,570,670,255,0,0,GM - ${NearestSpawn[GM]}
Macro=3,570,680,255,255,255,Macro - ${If[${Macro.Name.NotEqual["NULL"]},${Macro.Name},]}
Speed=3,570,690,255,255,255,Speed - ${Int[${Me.Speed}]}
LastTell=3,570,700,0,255,200,LastTell - ${If[${MacroQuest.LastTell.NotEqual["NULL"]},${MacroQuest.LastTell},]}
BankCash=3,570,710,255,255,255,Bank - ${Me.PlatinumShared} Platinum
Named=3,570,720,52,159,250,Named - ${Spawn[npc #]}
LDoNPoints=3,570,730,255,255,255,LDoN Points - ${Int[${Me.LDoNPoints}]}
Bound=3,570,740,100,255,100,Bound in ${Me.Bound}
Raid =3,570,750,255,0,0,${If[${Raid.Members}>0,In Raid - ${Raid.Members},]} ${If[${Raid.Members}>0,Raid Level - ${Raid.AverageLevel},]}
MGB=3,570,760,255,255,255,${If[${String[${Me.AltAbilityReady[Mass Group Buff]}].Equal["TRUE"]},MGB Ready,MGB available in ${Me.AltAbilityTimer[Mass Group Buff].TimeHMS}]}
CursorItemName=7,-15,-15,255,255,255,${If[${Cursor.ID},${Cursor},]}
I get in game and do /loadhud Elements and absolutly nothing happens...any help?


