Current label IDs

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

Moderator: MacroQuest Developers

Plazmic
The One
The One
Posts: 800
Joined: Fri Jun 14, 2002 12:31 am
Contact:

Current label IDs

Post by Plazmic » Sat Nov 08, 2003 1:30 am

Current EQType values:
Character (1000-1999) wrote: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)
Target (2000-2999) wrote: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)
Misc (3000-3999) wrote: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)
Special (9999) wrote:9999: Custom PMP strings
Uses the TooltipReference tag to do a custom display label

Code: Select all

<EQType>9999</EQType>
<TooltipReference>$char(stamina,pct)%</TooltipReference>
[Edit: Updated with Teh_ish's additions]
[Edit: Updated with Lax's custom idea]
- Plazmic