36 - Level/Renown patch (display level, points to level)
What does the provided patch do?
Slightly changes the level/renown rank display.
Please provide any additional information below.
This changes Level to show as:
L21+30.45% (-494320)
and Renown Rank to show as:
R12+90.32% (-1200)
Patch (diff against v2.1):
16a17
> local curRenownRank = GameData.Player.Renown.curRank
20c21
< Stats.Rnw:SetText(towstring(string.format("%i / %i (%.2f%%)", curRenownEarned, curRenownNeeded, curRenownPrcent)))
---
> Stats.Rnw:SetText(towstring(string.format("R%i+%.2f%% (%i)", curRenownRank, curRenownPrcent, curRenownEarned - curRenownNeeded)))
23a25
> local curLevel = GameData.Player.level
27c29
< Stats.Exp:SetText(towstring(string.format("%i / %i (%.2f%%)", curExperienceEarned, curExperienceNeeded, curExperiencePrcent)))
---
> Stats.Exp:SetText(towstring(string.format("L%i+%.2
| User | When | Change |
|---|---|---|
| sdfjkl | Wed, 22 Oct 2008 23:33:38 | Create |
Facts
- Last updated on
- 23 Oct 2008
- Reported on
- 22 Oct 2008
- Status
- New - Issue has not had initial review yet.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.