transhumandesign / kag-base

King Arthur's Gold base folder.
258 stars 118 forks source link

Show how old a player with cake day is #1142

Open NoNamedNN opened 2 years ago

NoNamedNN commented 2 years ago

Current in-game behaviour.

You can't tell how old is a player when it's their cake day.

Proposed Change

Instead of "Cake Day - it's this player's KAG Birthday!", show "Cake Day - it's this player's Xth KAG Birthday!" and X being player's age when you hover over cake day icon in tab menu.

Additional context

Current in-game behaviour: unknown

terracraft321 commented 2 years ago

You could print that from the API?

Mazey commented 2 years ago

You just edit ScoreboardRender.as where it checks for birthday and if it's birthday overwrite the hover message. You don't need to do anything weird with the API, account age et cetera is already shown/calculated in the game.