MQ2HUDMove
From MacroQuest Wiki
(Difference between revisions)
Revision as of 22:31, 28 February 2005
Contents |
[edit]
Developer
[edit]
Requirements
[edit]
What it does
This plugin moves HUDs around from withing EQ -- without manually editing MQ2HUD.ini.
HUDs can be moved to either the current position of the mouse on the screen, or with commands. Single HUD elements can be moved or entire sections at once. Also, HUD colors can be changed to a number of preset colors.
[edit]
Commands
The following are for single elements within a section
- /hudmove <HUD name>
- Move a single HUD
- /hudmove <HUD name> delete
- Delete a single HUD
- /hudmove <HUD name> <up|down|left|right> <#>
- Move a single HUD a specified number of units in whatever direction
- /hudmove list
- List all HUDs in the loaded HUD set and all sections in MQ2HUD.ini
- /hudlist
- Same as above
- /hudcolor <HUD name> <preset color name>
- Change HUD to preset color (red, yellow, green, darkgreen, blue, lightblue, purple, lightgrey, darkgrey)
- /hudcolor list
- List preset colors
The following work for [sections] of HUDs
- /hudmove <section name> <up|down|left|right> <#>
- Move all HUDs within a specified section
- /hudmove ;<comment tag name> <up|down|left|right> <#>
- These comment tags let the user define their own sections, even if they span across multiple ini sections [ ].
- So in the following example ini, if we typed "/hudmove ;section1 right 100", it would move the HUD elements "ManaRegen" and "BuffCount" 100 units to the right.
- Level=3,339,649,0,255,255,${If[${Target.ID},${Target.Level} - ${Target.Class} - ${Target.Distance} - ${Target.LineOfSight},]}
- Raid=3,1263,468,0,255,255,${If[${Raid.Members}>0,In Raid - ${Raid.Members},]}
- TarID=3,172,337,0,255,0,ID: ${Target.ID}
- ;<x> section1
- ManaRegen=3,272,272,0,255,0,MR: ${Me.ManaRegen}
- BuffCount=3,272,367,0,255,0,Buffs: ${Me.CountBuffs}
- ;<x> section2
- ER=3,172,342,0,255,0,ER: ${Me.AltAbilityTimer[Eldritch Rune].TimeHMS}
- MGB=3,172,357,0,255,0,MGB: ${Me.AltAbilityTimer[Mass Group Buff].TimeHMS}
- For now, the only requirement for defining custom sections is that it follows this format:
- ;<x> name
- For now, the only requirement for defining custom sections is that it follows this format:
