2 - Gem comparing
I would like an option for dual gemming options
IE feral druids might gem a pure stam or pure agility or a mixed stam agi gem into red or blue sockets..
i would like to be able to choose 2 or 3 (MAX) types of gems to be shown...
maybe this could show someone the stats on their items (in the tooltips) if they regemmed without regemming the said item... (like maybe an additional option called socket compare?)
cause as a feral druid i have to look for 2 different ways to socket... bear health bear agi/armor or cat stuff...
To do this at the moment i have to open the options window and change the gem assignment then reopen the link window (of the same type of item i am already wearing} and constantly reopen the options page each time
Ignis
---------------------------------------------------
Suggestion noted, but I'm not sure whats the best way to do this.
| User | When | Change |
|---|---|---|
| Corwin_MacGregor | Sun, 26 Jul 2009 11:03:52 | Changed status from Waiting to Replied |
| Whitetooth | Sat, 27 Sep 2008 21:45:35 | Changed description:To do this at the moment i have to open the options window and change the gem assignment then reopen the link window (of the same type of item i am already wearing} and constantly reopen the options page each time Ignis - + --------------------------------------------------- + Suggestion noted, but I'm not sure whats the best way to do this. |
| Whitetooth | Sat, 27 Sep 2008 21:44:29 | Changed status from New to Waiting |
- 2 comments
- 2 comments
Facts
- Last updated on
- 02 Sep 2009
- Reported on
- 04 Aug 2008
- Status
- Replied - Someone has replied after waiting for more information.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- #2
mikk Wed, 02 Sep 2009 11:39:26I do this with profiles myself. You could even have a macro that changes rb's profile when you go cat/bear if you like.
- #1
Corwin_MacGregor Sun, 26 Jul 2009 11:03:51This sounds like a job for... a profile DB! ok ok, not a /standard/ profile DB, but a special gem profile DB. I leave it up to you, Whitetooth, to figure out how best to incorporate that into the UI.
( I'd like to emphasis that it should prolly be seperate from the standard profiles DB, however somehow tied to said profiles so that switching profiles would switch gem DBs too. Blast my genius that I can see how the code should be set up, but I am unable to articulate it -.- )
Edit: like this
RatingBuster.db.<profile>.gemDB = { <gemProfileName> = { red=<gemItemID>, yellow=..., blue=..., prismatic=..., meta=... }, ... }
when profiles get switched, they load their gemDB into the gemDB-handling system, tada.