48 - Add roll on white to the dice settings dropdown menu
Enhancement
How about letting users select "White" as the loot setting? This is already enabled in the game, it's just not in the dropdown menu. It's so simple I think it'd work well in pbInfo.
What is the enhancement in mind? How should it look and feel?
Adds an item to the dice settings dropdown menu
Please provide any additional information below.
Here's my personal code. It needs to be localized, though.
ITEM_QUALITY0_DESC = "White" UnitPopupButtons["ITEM_QUALITY0_DESC"] = { text = ITEM_QUALITY0_DESC } UnitPopupMenus["LOOT_THRESHOLD"][0] = "ITEM_QUALITY0_DESC"
Adds "White" to the bottom of the dropdown list. This is the only way I could get it to work without hooking any functions, as the onclick uses the item index for parameter to SetLootThreshold, and white has to be 0.
| User | When | Change |
|---|---|---|
| novayuna | Jul 31, 2009 at 19:02 UTC | Changed status from New to Accepted |
| Alleris2_0 | Jul 28, 2009 at 11:38 UTC | Create |
- 1 comment
- 1 comment
Facts
- Last updated
- Mar 30, 2012
- Reported
- Jul 28, 2009
- Status
- Accepted - Problem reproduced / Need acknowledged.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 2
- Reply
- #1
novayuna Jul 28, 2009 at 20:40 UTC - 0 likesSo all items are diced? Nice idea :D.
I don't play RoM that much at the moment but I think I'll add it "as-is" to the next update (like the other stuff I'm stacking in the tickets... a bigger update will come soon!) , doesn't need any options in my mind. :D
Thanks for the hint!