Updated Label IDs????

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

RogerWilco
a ghoul
a ghoul
Posts: 86
Joined: Thu Aug 28, 2003 4:05 am

Updated Label IDs????

Post by RogerWilco » Tue Nov 25, 2003 10:53 am

Does any of the Devs have an updated list... several new ones have been found....

MacroFiend
a grimling bloodguard
a grimling bloodguard
Posts: 662
Joined: Mon Jul 28, 2003 2:47 am

Post by MacroFiend » Tue Nov 25, 2003 11:27 am

As of the 11/23 MQ2 zip, here are the current definitions. I believe using 9999 with the Parser value is the best way to go for all labels but this is where we're at with the defined ones. (I don't think many more will be added)

Code: Select all

	// 1000-1999: $char()
	{1000,   "$char(mana,cur)"},
	{1001,   "$char(mana,max)"},
	{1002,   "$char(state)"},
	{1003,   "$char(speed)"},
	{1004,   "$char(heading)"},
	{1005,   "$char(x)"},
	{1006,   "$char(y)"},
	{1007,   "$char(z)"},
	{1008,   "$char(dar)"},
	{1009,   "$char(cash)"},
	{1010,   "$char(cash,bank)"},
	{1011,   "$char(plat,bank)"},
	{1012,   "$char(plat,shared)"},
	{1013,   "$char(gold,bank)"},
	{1014,   "$char(silver,bank)"},
	{1015,   "$char(copper,bank)"},

	// 2000-2999: $target()
	{2000,   "$target(level)"},
	{2001,   "$target(class)"},
	{2002,   "$target(race)"},
	{2003,   "$target(distance)"},
	{2004,   "$target(lastattacked)"},
	{2005,   "$target(state)"},
	{2006,   "$target(x)"},
	{2007,   "$target(y)"},
	{2008,   "$target(z)"},
	{2009,   "$target(heading)"},
	{2010,   "$target(speed)"},
	{2011,  "$target(id)"},

	// 3000-3999: misc
	{3000,   "$zone()"},
	{3001,   "$zone(zem)"},
	{3002,   "$zone(bound)"},
	{3003,   "$time()"},
	{3004,   "$time(h)"},
	{3005,   "$time(m)"},
	{3006,   "$time(s)"},
	{3007,   "$date()"},
	{3008,   "$date(y)"},
	{3009,   "$date(m)"},
	{3010,   "$date(d)"},
	{3011,   "$gm"},
	{3012,   "$freeinv(space)"},

	// 9999: custom (TooltipReference)
	{9999,   "BrokenParser" }

User avatar
Elric
Cheese Whore
Cheese Whore
Posts: 466
Joined: Sun Nov 23, 2003 12:31 am
Location: Tampa, Fl
Contact:

Post by Elric » Tue Nov 25, 2003 6:38 pm

You have no idea how much that just helped me with my UI buff window.

I was using 45, but using a tooltip reference to try to bring the time left on the buff into view. Shoulda known to use 9999.

Thanks. :-D
-Elric