51 - Ranks
Will be there any command for hiding my current Rank and rep. Rank?
| User | When | Change |
|---|---|---|
| Daora | Thu, 09 Oct 2008 02:03:14 | Create |
- 2 comments
- 2 comments
Facts
- Last updated on
- 10 Oct 2008
- Reported on
- 09 Oct 2008
- Status
- New - Issue has not had initial review yet.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- #2
Duffz Sat, 11 Oct 2008 09:46:07Warning: This is a bastardization of someones hard work, could have unintended consequences, and will have to be repeated every time you update the addon.
Here's a quick hack to drop that info from showing. Go to the addon folder and open the CleanPlayerWindow.lua file with a text editor. Search (ctrl+f) for the line: "CleanPlayerWindowLevelText", L""..GameData.Player.level..L" / "..GameData.Player.Renown.curRank - delete the whole line (I didn't delete the parentheses). To remove player name like I wanted in my previous post look one section up (--NAME) and delete the line: GameData.Player.name.
- #1
Duffz Fri, 10 Oct 2008 01:13:03To go a step further I would love an option to hide player (self) name, or better yet move it inside the health bar. Your addons are fantastic btw, thank you for your hard work :)