Not A Bug Numerical Values for UI Gauges is Decimal

Discussion in 'Resolved' started by Midnite, Aug 21, 2020.

  1. Midnite New Member

    I am not sure you would call this a bug, but I recently came back to play on Rizlona. I had created my own UI, so the first thing I had to do was update it. I got it compatible and started playing and noticed that numerical values for gauges (like hps % and mana %) are decimal out to 2 places. Is that necessary? Is there a property I can set on the element to display whole numbers? This is one of the elements that this is occurring on.

    Code:
    <Label item="Player_HPPercentage">
        <ScreenID>HPPercentage</ScreenID>
        <EQType>19</EQType>
    Decimals make it hard to line things up and make them readable.
  2. GNOME_POWER Augur

    The detailed display is what we wanted.
    I think the best bet is to ask on EQinterface.
  3. svann Augur

    I dont think its possible, but good luck and let us know. Id like to add a decimal place to target hps for those balance them down to half a percent point mobs.
  4. Febb Augur

    You can set the width of whatever element in the xml to hide the decimals if you don't want them.