1. I have corrected the e-mail settings so that outgoing e-mails from these forums should be sent now. If you tried to Register or Reset your Password, please try again!
    Dismiss Notice

Health!

Discussion in 'EQ2U Players Support & Feedback' started by Feldon, Nov 21, 2017.

  1. Feldon

    Feldon Administrator Staff Member

    Guess I need to change the Health display on EQ2U Signatures...
    • 10 characters over 100m health
    • 56 characters over 50m health
    • 7,091 characters over 10m health
    • 17,811 characters over 5m health
    • 109,719 characters over 1m health
     
    • Like Like x 1
  2. Errrorr

    Errrorr Active Member

    If on Stormhold/Fallen Gate, keep the same.
    If on any other server, do it by the millions. Example below

    [​IMG]

    [​IMG]
     
    • Agree Agree x 1
  3. Feldon

    Feldon Administrator Staff Member

    If ($soe_character->health >= 1000000) {
    echo round(($soe_character->health/1000000), 2).'m';
    } else {
    echo number_format($soe_character_health,0);
    }
     
    • Like Like x 1
  4. Errrorr

    Errrorr Active Member

    May be worth doing similar with potency perhaps, anything over 1000 round to the nearest K.

    By sounds of it, 100k+ is going to be likely in PoP which may begin to scale badly on sig
     
    • Like Like x 2
    • Agree Agree x 1
  5. Sweatypie

    Sweatypie Active Member

    Should just add it to Crit when above 1000 and potency when its above 100k in my opinion. Stat inflation in PoP is gonna run amok and might as well do it before hand.
     

Share This Page