View Single Post
10-17-05, 04:12 PM   #33
Gazmik
A Cobalt Mageweaver
 
Gazmik's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 245
hmm... I didn't considered this when I setup the snapshot system up. I may look at redoing it.
A suggestion for a simple workaround: it doesn't look like there's anything that relies on the "stacks", "buys", "mins", etc. tables being sorted... they just end up that way as a result of getBellCurve() sorting its input. If you altered getBellCurve() to work from a copy of the table passed in (or from a variable-length arguments list instead of a single table argument), the "buys", "mins", "stacks", etc. tables would be left as-is, and I could reasonably assume that buys[n] corresponds with stacks[n].

One question Gazmik, has anyone reported a tooltip issue with your mods and mine?
I've had a few reports of tooltip-related errors since I dropped EnhTooltip in favor of maintaining my own tooltip hook library several weeks ago, and most of them have been eliminated in my current releases (save for a couple of reports I can't seem to reproduce), but nobody's mentioned KC_Items.
__________________
Gazmik Fizzwidget's UI Addons: www.fizzwidget.com
  Reply With Quote