MQ2HUD

Need help with a macro you are writing? Ask here!

Moderator: MacroQuest Developers

Mysteryman
a lesser mummy
a lesser mummy
Posts: 39
Joined: Wed Apr 14, 2004 4:11 pm

MQ2HUD

Post by Mysteryman » Fri May 21, 2004 1:19 pm

I have tried to modify the mq2hud.ini file, inserted elements, etc... and I can't get anything to show up on the screen..

When I do a /plugin list, it's loaded.

Is there some secret trick to getting this stuff to show on screen?

Basicly, my mq2hud.ini looks like this...

[Elements]
Blah=3,512,384,255,255,0,SHOWUP


With that i would expec tto get the word "SHOWUP" on the screen at 512,384, with the color 255,255,0 ... i get nothing at all. Any clues?

User avatar
Fuergrissa
a grimling bloodguard
a grimling bloodguard
Posts: 607
Joined: Mon Dec 08, 2003 3:46 pm
Location: UK

Post by Fuergrissa » Fri May 21, 2004 2:09 pm

ok insert this in your hudini file

Code: Select all

GameTime=3,5,35,255,255,255,GameTime - ${GameTime} - ${If[${String[${GameTime.Night}].Equal["TRUE"]},Night Time,]}${If[${String[${GameTime.Night}].NotEqual["TRUE"]},Day Time,]}
the gametime will be displayed TOPLEFT if it is not try pressing F11.
[quote]"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."[/quote]

Mysteryman
a lesser mummy
a lesser mummy
Posts: 39
Joined: Wed Apr 14, 2004 4:11 pm

Post by Mysteryman » Fri May 21, 2004 2:28 pm

Wow... as simple as pressing F11.... I havn't looked at that in so long iI forget the key existed ;)

Thanks.. It was all about the f11