Guide Window Manipulation/Conditions Tutorial

Chatwiththisname

Learning2Code
Joined
Sep 28, 2008
Messages
1,234
Reaction score
54
Points
48
Location
Texas
Hi all. Made a video on window manipulation via macro and posted to youtube for your viewing pleasure. I recall it taking me a while to tackle this subject when I was learning how to code macros, so hopefully getting this information will assist you moving forward.

YouTube


I also have a video on Conditions.

YouTube
 
Before anyone asks (Assuming anyone wants it)

The code I use for the mouse-over diplay of the window names is

Code:
[Dev]
	LastMouseOverText=	7,2,50,0,			255,0,255		,${If[${EverQuest.LastMouseOver},${EverQuest.LastMouseOver.Name},]}
	LastMouse7bg=		7,2,50,0,			0,0,0			,${If[${EverQuest.LastMouseOver},█████████████████████████,]}

You place that in your MQ2Hud.ini file just below "UseFontSize=on" (I believe it's on by default for MMOBugs)
If UseFontsize=off then you need to take the 2 out of the above two lines of code that immediately follow the 7

IE: LastMouseOverText = 7, 50, 0, 255,0,255, etc etc

Save the MQ2Hud.ini file, then in game

[If MQ2Hud plugin isn't loaded]
/plugin mq2hud

[Once MQ2Hud plugin is loaded]
/loadhud dev
 
Last edited: