MQ2HUDMove

From the wonderful RedGuides Wiki
MQ2HUDMove
Allows you to move HUDs or sections of HUDs easily
View details
Authors ieatacid, brainiac, ChatWithThisName
Software type Plugin
Config file MQ2HUD.ini


Maintained Yes and supported
Links

🏠Resource (review)
🤝Support •🛠️Repository

Allows you to move HUDs or sections of HUDs easily.

  • Features
- HUDs can be moved to the location of the cursor, or up/down/left/right by the specified number of units.
- Individual elements can be moved, or user-specified sections
- HUD colors can also be changed to a number of preset colors.

Commands

Syntax Description
/hudcolor list | <name> <color name> Lists preset colors, and will change HUD to any of the preset colors
/hudlist List all HUDs in the loaded HUD set and all sections in MQ2HUD.ini
/hudmove <name> <direction> <#> | [ list ] | <name> [delete] Works with the currently loaded HUD. Move or delete elements and sections within MQ2HUD.ini

Settings

HUDMove doesn't have its own settings, it just modified MQ2HUD.ini settings.

For example, if we typed /hudmove ;section1 right 100, it would move the HUD elements "ManaRegen" and "BuffCount" 100 units to the right.

[elements]
Level=3,2,339,649,0,255,255,${If[${Target.ID},${Target.Level} - ${Target.Class} - ${Target.Distance} - ${Target.LineOfSight},]}
Raid=3,2,1263,468,0,255,255,${If[${Raid.Members}>0,In Raid - ${Raid.Members},]}
TarID=3,2,172,337,0,255,0,ID: ${Target.ID}
;<x> section1
ManaRegen=3,2,272,272,0,255,0,MR: ${Me.ManaRegen}
BuffCount=3,2,272,367,0,255,0,Buffs: ${Me.CountBuffs}
;<x> section2
ER=3,2,172,342,0,255,0,ER:  ${Me.AltAbilityTimer[Eldritch Rune].TimeHMS}
MGB=3,2,172,357,0,255,0,MGB:  ${Me.AltAbilityTimer[Mass Group Buff].TimeHMS}

See also