53 - Separate the display of the item level and item id
I want to see the item level, but not the item id.
Currently, there's only the option to either turn them both on or both off.
| User | When | Change |
|---|---|---|
| Aezay | Nov 04, 2011 at 13:40 UTC | Changed status from New to Waiting |
| spiralofhope | Oct 09, 2011 at 19:24 UTC | Create |
- 1 comment
- 1 comment
Facts
- Last updated
- Mar 30, 2012
- Reported
- Oct 09, 2011
- Status
- Waiting - Waiting for more information.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 1
- Reply
- #1
Aezay Nov 04, 2011 at 13:40 UTC - 0 likesReason I didn't separate this option into two, was that the ItemRef configuration category already had so many options, and barely had room for more.
It's been a while since I last tested out TipTac within WoW, but I believe that if you disable the option "Show Item Level & ID", TipTac will not remove the tooltip itemlevel line the Blizzard UI adds by default.
If the above was not the case, here is how to fix it, if you're feeling up for editing the Lua file yourself that is: Edit "TipTacItemRef\core.lua" @ line 274, and replace it by the following: self:AddLine(format("ItemLevel: %d",itemLevel or 0),unpack(cfg.if_infoColor));