Thread: Patch 9/21/22
View Single Post
Old 09-23-2022, 08:56 AM   #9
shillingworth
A Predatory Creeper
 
Join Date: Dec 2002
Server: Bertoxxulous
Posts: 251
Interface Author - Click to view interfaces
Default

This hack of an implementation for that indicator looks for the ScreenID: ETW_AggroPctN. However the value for a label showing the aggro percent comes from an EQType.

In the screenshot I moved the ScreenID to the layout box I use for the gauges:
Code:
<TileLayoutBox item="ETW_Gauge0InnerLayout"> <ScreenID>ETW_AggroPct0</ScreenID>


But the label itself uses the EQType:
Code:
<Label item="ETW_AggroPct0"> <EQType>314</EQType>


Note the box around the aggro percent label, that's a draw template to demonstrate what it's location and size is set to.
Attached Images
File Type: gif etw-dumb-hack.gif (11.3 KB, 11 views)
__________________

"Computers are like Air Conditioners, they stop working properly when you open Windows."
shillingworth is offline   Reply With Quote