Category: ToolTip
Addon Information
Works with 3.3
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Ne0nguy's Portal Bug Reports Feature Requests
Author:
Version:
3.3.0.20
Date:
12-08-2009 10:22 AM
Size:
5.46 Kb
Downloads:
7,162
Favorites:
151
MD5:
Pictures
Click to enlarge
Item Linked in Chat
Click to enlarge
Positive (green) SwapScore shows the item in the main tooltip is an upgrade for this item.
Doodles by Melanie
StatScore   Popular! (More than 5000 hits)
About StatScore:
All item comparison addons provide you with a different way of measuring gear upgrades. Most of which will tell you that an epic that just dropped is a huge upgrade for you. But after taking a second look at it you find that even though it has a higher item level, it does NOT have the right stats for your paticular class/spec.

StatScore is different. It uses weight tables to analyze which stats are best for you, and which aren't. Using the same calculation methods that Wowhead uses, it will take each stat on the currently shown item, multiply it by its weight value (specific for your class/spec) and add it for its total value. It is then normalized by deviding by the total value of all weights. After all the math is done StatScore will insert the value at the bottom of any equipable item tooltip along with a comparison or off-spec value if applicable.

All you have to do is type /StatScore and select the profile that best describes your character and StatScore will do the rest.

Confused by the math? See the screenshots to the right to see how the profiles affect each class's score or Read Wowheads FAQ about Stat Weighting.

Quote:
Originally posted by Slaxi81
Thank you for this addon! I've used Tankpoints and Pawn, but they have too much garbage : ) Your's is simple and works perfect.
Current Features:
  • Includes 29 Preset stat profiles that are used in Wowheads own Stat Comparison Tool
  • Adds the Stat Score value to equipable item tooltips
  • Displays a 'Swap Score' when comparing items, showing an upgrade value
  • Stat Profiles are saved across sessions so you can set it and forget it
  • Automatically switches between set profile when activating Dual-Spec
  • Shows Offspec StatScore
  • Externally Available Functions (for developer use)

Requirements:
  • Must select a profile before StatScore can begin calculating

Slash Commands:
  • /StatScore (opens the options panel, where you can select a stat profile)
  • /StatScore dump (shows how the last item's StatScore was calculated)
  • /StatScore dump raw (shows how the last item's StatScore was calculated with the original variable names)
  • /StatScore reset (resets all settings)

Frequently Asked Questions:
StatScore - © Ryan West (ne0nguy.com)
  Change Log - StatScore
Version 3.3.0.20 (12/8/09)
- Compatible with Patch 3.2

Version 3.2.2.19 (11/13/09)
- Modified the tooltip output again
- StatScore.GetProfile() will now also return the shortened profile name

Version 3.2.2.18 (11/12/09)
- Increased the number of profiles (rogues now have 3 profiles, up from 1)
- Updated all stat weights to match Wowhead's Item Comparison Tool
- Modified the tooltip output again

NOTE: Due to the addition of profiles, updating from 3.2.2 may require you to reset your profile. (/StatScore Reset)
NOTE: If you see any inconsistencies between in-game data and Wowhead data please leave a comment. I don't play often enough to catch these bugs myself anymore.

Version 3.2.2.17 (10/24/09)
- Updated clarity of /StatScore Dump
- Rearranged the tooltip output to make it easier to read
- Added FAQ: How can I change the default weights?

Version 3.2.2.16 (10/15/09)
- Fixed a bug causing the current profile in the interface options to display as a number, rather than text

Version 3.2.0.15 (9/9/09)
- Attempt to fix a Lua error that occurs when a comparison tooltip happens to load before the main tooltip

Version 3.2.0.14 (9/2/09)
- Fixed an error in handling offspec swapscores

Version 3.2.0.13 (8/29/09)
- Fixed a bug with the last version causing an error on login

Version 3.2.0.12 (8/29/09)
- Fixed a bug causing Swap Scores to display a negative zero (-0)
- Now compatible with AtlasLoot

Version 3.2.0.11 (8/23/09)
- Fixed Attack Power calculations for Druid - Feral (Tanking)

Version 3.2.0.10 (8/23/09)
- Added code preparing StatScore to compare 2 items against 1 (2-hander vs mainhand-offhand)
- Fixed Armor Penetration Rating calculations
- Fixed Agility calculations
- Fixed Attack Power calculations for druid profiles
- Added "/StatScore Dump Raw" command (for testing)

Version 3.2.0.9 (8/15/09)
- Added support for comparison scores against chat-linked items

Version 3.2.0.8 (8/10/09)
- Changed "/StatScore Debug" to "/StatScore Dump"
- "/StatScore Dump" will now fully display all calculations used to obtain the last items score

Version 3.2.0.7 (8/4/09)
- Fixed an issue where StatScore would not load on live realms

Version 3.2.0.6 (8/4/09)
- Compatible with Patch 3.2
- New way of getting stat values (will now work for languages other than english)
- Shows differences in stat scores for comparison tooltips
- Removed iLevel display (now that it is a feature included in the Interface > Display Options)
- Added the options to display your secondary profile's score (offspec) or hide the scores altogether
- API avaiable to those who want to add StatScores to their own addons

Version 3.1.2.5 (5/24/09)
- Fixed an error that occured upon putting your mouse over an item when you have no profile loaded

Version 3.1.2.4 (5/21/09)
- No longer attempts to load profiles that were saved from other characters

Version 3.1.2.3 (5/20/09)
- Fixed a spelling error
- StatScore now correctly switches profiles when changing between dual specs

Version 3.1.2.2 (05/19/09)
- Corrected an issue with loading saved profiles

Version 3.1.2.1 (05/19/09)
- First Release
  Optional Files - StatScore
Sorry, there are currently no optional files available.
  Comments - StatScore
Post A Reply Comment Options
Old 01-19-2010, 09:23 PM  
Ne0nguy
Periodic Developer
 
Ne0nguy's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 19
File comments: 161
Uploads: 18
I am transitioning to developing on more profitable platforms.
For this reason, there may be minimal to no updates until the next expansion or major patch.

For those so inclined, the Optional Files area has been activated.
__________________
Ne0nguy.com
Ne0nguy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-17-2010, 08:06 PM  
AnrDaemon
A Theradrim Guardian
Interface Author - Click to view interfaces

Forum posts: 61
File comments: 1284
Uploads: 4
Main SV:
Lua Code:
  1. StatScoreSettings = {
  2.     ["tooltipData"] = 1,
  3.     ["showOffspec"] = 1,
  4. }

Some char variables. Issue happens for both.

Lua Code:
  1. StatScorePlayer = {
  2.     26, -- [1]
  3.     25, -- [2]
  4.     ["profile"] = 26,
  5. }


Lua Code:
  1. StatScorePlayer = {
  2.     21, -- [1]
  3.     ["profile"] = 21,
  4. }
AnrDaemon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-17-2010, 07:56 AM  
Ne0nguy
Periodic Developer
 
Ne0nguy's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 19
File comments: 161
Uploads: 18
Quote:
Originally posted by AnrDaemon
Well, it often happens whan I close world map. And once happened when I put back interface after hiding if for screenshot.
Haven't caught any more details... though it related to items hovered before/after frame change, but cursor could be even in a clear air...
I'd like to see the Saved Variables for this addon if it isn't too much trouble for you.
All I need is for you to copy/paste the contents of the following files:

\World of Warcraft\WTF\Account\{ACCOUNT_NAME\SavedVariables\StatScore.lua
\World of Warcraft\WTF\Account\{ACCOUNT_NAME}\{REALM_NAME}\{CHARACTER_NAME}\SavedVariables\StatScore.lua
__________________
Ne0nguy.com

Last edited by Ne0nguy : 01-17-2010 at 07:56 AM.
Ne0nguy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-17-2010, 01:52 AM  
AnrDaemon
A Theradrim Guardian
Interface Author - Click to view interfaces

Forum posts: 61
File comments: 1284
Uploads: 4
Quote:
Originally posted by Ne0nguy
I have been completely unable to reproduce this error.
Unless you have anything useful to contribute about the issue your posts are more or less redundant.
Well, it often happens whan I close world map. And once happened when I put back interface after hiding if for screenshot.
Haven't caught any more details... though it related to items hovered before/after frame change, but cursor could be even in a clear air...
AnrDaemon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-16-2010, 09:34 PM  
Ne0nguy
Periodic Developer
 
Ne0nguy's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 19
File comments: 161
Uploads: 18
Quote:
Originally posted by AnrDaemon
Eee.... meh???
I have been completely unable to reproduce this error.
Unless you have anything useful to contribute about the issue your posts are more or less redundant.
__________________
Ne0nguy.com
Ne0nguy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-16-2010, 06:48 PM  
AnrDaemon
A Theradrim Guardian
Interface Author - Click to view interfaces

Forum posts: 61
File comments: 1284
Uploads: 4
Eee.... meh???
Code:
Date: 2010-01-17 03:47:11
ID: 1
Error occured in: Global
Count: 1
Message: ..\FrameXML\UIDropDownMenu.lua line 295:
   attempt to compare nil with number
Debug:
   (tail call): ?
   [C]: ?
   ..\FrameXML\UIDropDownMenu.lua:295: UIDropDownMenu_AddButton()
   StatScore\StatScore.lua:532: initFunction()
   ..\FrameXML\UIDropDownMenu.lua:69: UIDropDownMenu_Initialize()
   StatScore\StatScore.lua:515:
      StatScore\StatScore.lua:514
   [C]: Show()
   ..\FrameXML\UIParent.lua:1532: SetUIPanel()
   ..\FrameXML\UIParent.lua:1601: HideUIPanel()
   ..\FrameXML\UIParent.lua:1312:
      ..\FrameXML\UIParent.lua:1304
   [C]: SetAttribute()
   ..\FrameXML\UIParent.lua:1990: HideUIPanel()
   ..\FrameXML\UIParent.lua:1956:
      ..\FrameXML\UIParent.lua:1954
   [C]: ToggleFrame()
   [string "TOGGLEWORLDMAP"]:1:
      [string "TOGGLEWORLDMAP"]:1
   [C]: RunBinding()
   ..\FrameXML\WorldMapFrame.lua:261:
      ..\FrameXML\WorldMapFrame.lua:258
AddOns:
  Swatter, v5.1.DEV.213
  NPCScan, v3.3.0.2
  ActionBarSaver, v
  AlfaRaid, v30200
  Altoholic, v3.3.001b
  Atlas, v1.15.2
  AtlasBattlegrounds, v1.15.2
  AtlasDungeonLocs, v1.15.2
  AtlasOutdoorRaids, v1.15.2
  AtlasTransportation, v1.15.2
  AtlasLoot, vv5.09.03
  AtlasLootBurningCrusade, vv5.09.03
  AtlasLootCrafting, vv5.09.03
  AtlasLootOriginalWoW, vv5.09.03
  AtlasLootWorldEvents, vv5.09.03
  AtlasLootWrathoftheLichKing, vv5.09.03
  AucAdvanced, v5.1.DEV.2530
  AucFilterBasic, v5.1.DEV.4432
  AucFilterOutlier, v5.1.DEV.4432
  AucMatchUndercut, v5.1.DEV.2531
  AucScanData, v5.1.DEV.4432
  AucStatPurchased, v5.1.DEV.4474
  AucStatSales, v5.1.DEV.2842
  AucStatSimple, v5.1.DEV.4472
  AucUtilAHWindowControl, v5.1.DEV.3311
  AucUtilAppraiser, v5.1.DEV.2530
  AucUtilAskPrice, v5.1.DEV.3175
  AucUtilAutoMagic, v5.1.DEV.3142
  AucUtilCompactUI, v5.1.DEV.2530
  AucUtilEasyBuyout, v5.1.DEV.3583
  AucUtilFixAH, v<%version%> (<%codename%>)
  AucUtilItemSuggest, v5.1.DEV.3108
  AucUtilPriceLevel, v5.1.DEV.2545
  AucUtilScanButton, v5.1.DEV.2530
  AucUtilSearchUI, v5.1.DEV.3655
  AucUtilVendMarkup, v5.1.DEV.2530
  AuldLangSyne, v2.0
  AuldLangSyneFriendList, v2.0
  AuldLangSyneGuildList, v2.0
  AuldLangSyneInfo, v2.0
  AuldLangSyneNote, v2.0
  Babylonian, v5.1.DEV.130
  Bartender4, v4.4.2
  BeanCounter, v5.1.DEV.4548
  BrokerPortals, v1.8.5
  Cartographer, v2.0
  CartographerGroupColors, v2.0
  CartographerGuildPositions, v2.0
  CartographerNotes, v2.0
  ChatSounds, v30200.0.0
  Chatter, v1.0
  ClosetGnome, v1.0.602
  ColorTools, v
  Configator, v5.1.DEV.190
  Constructor, v<%version%> (<%codename%>)
  Cromulent, vv1.3
  DaemonMailAssist, v3.2.8b
  DataStore, v3.3.001
  DebuffFilter, v1.97
  DebugLib, v5.1.DEV.130
  Enchantrix, v5.1.DEV.4432
  FishingBuddy, v0.9.8n
  FramesResized, v2.3.2-47
  Gatherer, v<%version%>
  GearScore, v3.0.17 - Release
  GFWLinkerator, v3.2
  gfxToggle2, v2.3.0-beta2
  GnomishVendorShrinker, v3.2.0.4
  GoldenTicket, v1.0.14
  Gymnast, v
  HealBot, v3.3.0.12
  Informant, v5.1.DEV.3721
  LibExtraTip, v1.1
  LilSparkysWorkshop, v1.00
  Livestock, v1.2.2
  MozzFullWorldMap, v3.36.30300
  MyPrivateStuff0, v$Id$
  OgriLazy, v1.1.0
  OmniCC, v2.5.9
  oRA3, v
  PallyPower, vv3.2.9-release 
  PassLoot, v4.0
  PassLootAtlasLoot, v1.1
  PDFStats, v1.1.0
  QuestHelper, v1.3.8
  RatingBuster, v
  RatingBusterProfilesMap, v.1
  RecipeRadar, v1.32
  RecipeRadarBroker, v30300.0.0
  Recount, v
  RecountThreat, v
  ReloadUI, v1.1.1
  RepWatch, v2.1.16
  SatrinaBuffFrame, v3.1
  SBFOptionsBroker, v30200.0.0
  SharedMedia, v3.0.1-177
  SharedMediaAdditionalFonts, v1.0
  SlideBar, v5.1.DEV.136
  StatScore, v3.3.0.20
  Stubby, v5.1.DEV.130
  Tankadin2, v200
  Tankadin2CS, v100
  TipHelper, v<%version%> (<%codename%>)
  Titan, v4.3.4.30300 - Revision 345
  TitanBag, v4.3.4.30300
  TitanClock, v4.3.4.30300
  TitanCoords, v4.3.4.30300
  TitanGoldTracker, v4.3.4.30300
  TitanHealBot, v3.3.0.1
  TitanLootType, v4.3.4.30300
  TitanReagentTracker, v1.5.1
  TitanRepair, v4.3.4.30300
  TitanSkills, v1.0.9
  TitanVolume, v4.3.4.30300
  TitanXP, v4.3.4.30300
  TomTom, v236
  TooltipItemIcon, v1.56
  TotemTimers, v10.1.5
  TradeskillInfo, v1.6.1
  WowLua, v32 
  XPerl, v3.0.8
  XPerlArcaneBar, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerPet, v
  XPerlRaidAdmin, v
  XPerlRaidFrames, v
  XPerlRaidHelper, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  BlizRuntimeLib_enUS v3.3.0.30300 <eu>
  (ck=d92)
AnrDaemon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-09-2010, 07:33 AM  
Ne0nguy
Periodic Developer
 
Ne0nguy's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 19
File comments: 161
Uploads: 18
Quote:
Originally posted by willgk
I use this addon with both my specs, but I often switch 1 of my specs for a different one. I would love to see this show 3 different stat scores. Is there any way to do this? It seems easy, but i don't know.
It would be kind of difficult for an addon to track that change effectively.
For that reason, I am not going to add the ability to show 3 stat scores.
However, I am looking into better ways of selecting/changing your stat profile, so that may be of use to you once implemented.
__________________
Ne0nguy.com

Last edited by Ne0nguy : 01-19-2010 at 09:18 PM.
Ne0nguy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-09-2010, 04:08 AM  
AnrDaemon
A Theradrim Guardian
Interface Author - Click to view interfaces

Forum posts: 61
File comments: 1284
Uploads: 4
Quote:
Originally posted by willgk
I use this addon with both my specs, but I often switch 1 of my specs for a different one. I would love to see this show 3 different stat scores. Is there any way to do this? It seems easy, but i don't know.
Yes, it's easy: There's no such a way.
I mean, no sane way to track this change, and doing it manually would be alot of work.
AnrDaemon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-09-2010, 01:50 AM  
willgk
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 26
File comments: 111
Uploads: 3
I use this addon with both my specs, but I often switch 1 of my specs for a different one. I would love to see this show 3 different stat scores. Is there any way to do this? It seems easy, but i don't know.
willgk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-03-2010, 03:13 AM  
AnrDaemon
A Theradrim Guardian
Interface Author - Click to view interfaces

Forum posts: 61
File comments: 1284
Uploads: 4
Erm... Did hide UI for a screenshot, when UI came back, it was...
Code:
Date: 2010-01-03 12:12:21
ID: 1
Error occured in: Global
Count: 1
Message: ..\FrameXML\UIDropDownMenu.lua line 295:
   attempt to compare nil with number
Debug:
   (tail call): ?
   [C]: ?
   ..\FrameXML\UIDropDownMenu.lua:295: UIDropDownMenu_AddButton()
   StatScore\StatScore.lua:532: initFunction()
   ..\FrameXML\UIDropDownMenu.lua:69: UIDropDownMenu_Initialize()
   StatScore\StatScore.lua:515:
      StatScore\StatScore.lua:514
   [C]: Show()
   [string "TOGGLEUI"]:8:
      [string "TOGGLEUI"]:1
AddOns:
  Swatter, v5.1.DEV.213
  NPCScan, v3.3.0.2
  ActionBarSaver, v
  AlfaRaid, v30200
  Altoholic, v3.3.001b
  Atlas, v1.15.2
  AtlasBattlegrounds, v1.15.2
  AtlasDungeonLocs, v1.15.2
  AtlasOutdoorRaids, v1.15.2
  AtlasTransportation, v1.15.2
  AtlasLoot, vv5.09.02
  AucAdvanced, v5.1.DEV.2530
  AucFilterBasic, v5.1.DEV.4432
  AucFilterOutlier, v5.1.DEV.4432
  AucMatchUndercut, v5.1.DEV.2531
  AucScanData, v5.1.DEV.4432
  AucStatPurchased, v5.1.DEV.4474
  AucStatSales, v5.1.DEV.2842
  AucStatSimple, v5.1.DEV.4472
  AucUtilAHWindowControl, v5.1.DEV.3311
  AucUtilAppraiser, v5.1.DEV.2530
  AucUtilAskPrice, v5.1.DEV.3175
  AucUtilAutoMagic, v5.1.DEV.3142
  AucUtilCompactUI, v5.1.DEV.2530
  AucUtilEasyBuyout, v5.1.DEV.3583
  AucUtilFixAH, v<%version%> (<%codename%>)
  AucUtilItemSuggest, v5.1.DEV.3108
  AucUtilPriceLevel, v5.1.DEV.2545
  AucUtilScanButton, v5.1.DEV.2530
  AucUtilSearchUI, v5.1.DEV.3655
  AucUtilVendMarkup, v5.1.DEV.2530
  AuldLangSyne, v2.0
  AuldLangSyneFriendList, v2.0
  AuldLangSyneGuildList, v2.0
  AuldLangSyneInfo, v2.0
  AuldLangSyneNote, v2.0
  Babylonian, v5.1.DEV.130
  Bartender4, v4.4.2
  BeanCounter, v5.1.DEV.4548
  BrokerPortals, v1.8.5
  Cartographer, v2.0
  CartographerFoglight, v2.0
  CartographerGroupColors, v2.0
  CartographerGuildPositions, v2.0
  CartographerNotes, v2.0
  CartographerZoneInfo, v2.0
  ChatSounds, v30200.0.0
  Chatter, v1.0
  ClosetGnome, v1.0.602
  ColorTools, v
  Configator, v5.1.DEV.190
  Constructor, v<%version%> (<%codename%>)
  DaemonMailAssist, v3.2.8b
  DataStore, v3.3.001
  DebuffFilter, v1.97
  DebugLib, v5.1.DEV.130
  Enchantrix, v5.1.DEV.4432
  FishingBuddy, v0.9.7d
  FramesResized, v2.3.2-47
  Gatherer, v<%version%>
  GearScore, v3.0.14 - Release
  GFWLinkerator, v3.2
  gfxToggle2, v2.3.0-beta2
  GnomishVendorShrinker, v3.2.0.4
  GoldenTicket, v1.0.14
  Gymnast, v
  HealBot, v3.3.0.2
  Informant, v5.1.DEV.3721
  LibExtraTip, v1.1
  LilSparkysWorkshop, v1.00
  Livestock, v1.2.1
  MyPrivateStuff0, v$Id$
  OgriLazy, v1.1.0
  OmniCC, v2.5.8
  oRA3, v
  PallyPower, vv3.2.9-release 
  PassLoot, v4.0
  PassLootAtlasLoot, v1.1
  PDFStats, v1.1.0
  QuestHelper, v1.3.6
  RatingBuster, v
  RatingBusterProfilesMap, v.1
  RecipeRadar, v1.32
  RecipeRadarBroker, v30300.0.0
  Recount, v
  ReloadUI, v1.1.1
  RepWatch, v2.1.16
  SatrinaBuffFrame, v3.1
  SBFOptionsBroker, v30200.0.0
  SharedMedia, v3.0.1-177
  SharedMediaAdditionalFonts, v1.0
  SlideBar, v5.1.DEV.136
  StatScore, v3.3.0.20
  Stubby, v5.1.DEV.130
  Tankadin2, v200
  Tankadin2CS, v100
  TipHelper, v<%version%> (<%codename%>)
  Titan, v4.3.2.30300 - Revision 339
  TitanBag, v4.3.2.30300
  TitanClock, v4.3.2.30300
  TitanCoords, v4.3.2.30300
  TitanGoldTracker, v4.3.2.30300
  TitanHealBot, v3.3.0.1
  TitanLootType, v4.3.2.30300
  TitanReagentTracker, v1.5.1
  TitanRepair, v4.3.2.30300
  TitanSkills, v1.0.9
  TitanVolume, v4.3.2.30300
  TitanXP, v4.3.2.30300
  TomTom, v236
  TooltipItemIcon, v1.56
  TotemTimers, v10.1.5
  TradeskillInfo, v1.6.1
  WowLua, v32 
  XPerl, v3.0.8
  XPerlArcaneBar, v
  XPerlCustomHighlight, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerPet, v
  XPerlRaidAdmin, v
  XPerlRaidFrames, v
  XPerlRaidHelper, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  BlizRuntimeLib_enUS v3.3.0.30300 <eu>
  (ck=cee)
AnrDaemon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-30-2009, 10:33 AM  
Ne0nguy
Periodic Developer
 
Ne0nguy's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 19
File comments: 161
Uploads: 18
Quote:
Originally posted by AnrDaemon
It sometimes not change presets when you change specs, and when you try to correct it by hands, it backfires.
Thanks for the report, I will see what I can do.
__________________
Ne0nguy.com
Ne0nguy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-30-2009, 05:26 AM  
AnrDaemon
A Theradrim Guardian
Interface Author - Click to view interfaces

Forum posts: 61
File comments: 1284
Uploads: 4
It sometimes not change presets when you change specs, and when you try to correct it by hands, it backfires.
Code:
Date: 2009-12-30 14:23:51
ID: 1
Error occured in: Global
Count: 1
Message: ..\FrameXML\UIDropDownMenu.lua line 295:
   attempt to compare nil with number
Debug:
   (tail call): ?
   [C]: ?
   ..\FrameXML\UIDropDownMenu.lua:295: UIDropDownMenu_AddButton()
   StatScore\StatScore.lua:532: initFunction()
   ..\FrameXML\UIDropDownMenu.lua:69: UIDropDownMenu_Initialize()
   StatScore\StatScore.lua:515:
      StatScore\StatScore.lua:514
   [C]: SetParent()
   ..\FrameXML\InterfaceOptionsFrame.lua:24: InterfaceOptionsList_DisplayPanel()
   ..\FrameXML\InterfaceOptionsFrame.lua:46:
      ..\FrameXML\InterfaceOptionsFrame.lua:31
   [C]: InterfaceOptionsListButton_OnClick()
   [string "*:OnClick"]:2:
      [string "*:OnClick"]:1
AddOns:
  Swatter, v5.1.DEV.213
  NPCScan, v3.3.0.2
  ActionBarSaver, v
  AlfaRaid, v30200
  Altoholic, v3.3.001b
  Atlas, v1.15.2
  AtlasBattlegrounds, v1.15.2
  AtlasDungeonLocs, v1.15.2
  AtlasOutdoorRaids, v1.15.2
  AtlasTransportation, v1.15.2
  AtlasLoot, vv5.09.02
  AtlasLootWrathoftheLichKing, vv5.09.02
  AucAdvanced, v5.1.DEV.2530
  AucFilterBasic, v5.1.DEV.4432
  AucFilterOutlier, v5.1.DEV.4432
  AucMatchUndercut, v5.1.DEV.2531
  AucScanData, v5.1.DEV.4432
  AucStatPurchased, v5.1.DEV.4474
  AucStatSales, v5.1.DEV.2842
  AucStatSimple, v5.1.DEV.4472
  AucUtilAHWindowControl, v5.1.DEV.3311
  AucUtilAppraiser, v5.1.DEV.2530
  AucUtilAskPrice, v5.1.DEV.3175
  AucUtilAutoMagic, v5.1.DEV.3142
  AucUtilCompactUI, v5.1.DEV.2530
  AucUtilEasyBuyout, v5.1.DEV.3583
  AucUtilFixAH, v<%version%> (<%codename%>)
  AucUtilItemSuggest, v5.1.DEV.3108
  AucUtilPriceLevel, v5.1.DEV.2545
  AucUtilScanButton, v5.1.DEV.2530
  AucUtilSearchUI, v5.1.DEV.3655
  AucUtilVendMarkup, v5.1.DEV.2530
  AuldLangSyne, v2.0
  AuldLangSyneFriendList, v2.0
  AuldLangSyneGuildList, v2.0
  AuldLangSyneInfo, v2.0
  AuldLangSyneNote, v2.0
  Babylonian, v5.1.DEV.130
  Bartender4, v4.4.2
  BeanCounter, v5.1.DEV.4548
  BrokerPortals, v1.8.5
  Cartographer, v2.0
  CartographerFoglight, v2.0
  CartographerGroupColors, v2.0
  CartographerGuildPositions, v2.0
  CartographerNotes, v2.0
  CartographerZoneInfo, v2.0
  ChatSounds, v30200.0.0
  Chatter, v1.0
  ClosetGnome, v1.0.602
  ColorTools, v
  Configator, v5.1.DEV.190
  Constructor, v<%version%> (<%codename%>)
  DaemonMailAssist, v3.2.8b
  DataStore, v3.3.001
  DebuffFilter, v1.97
  DebugLib, v5.1.DEV.130
  Enchantrix, v5.1.DEV.4432
  FishingBuddy, v0.9.7d
  FramesResized, v2.3.2-47
  Gatherer, v<%version%>
  GearScore, v3.0.14 - Release
  GFWLinkerator, v3.2
  gfxToggle2, v2.3.0-beta2
  GnomishVendorShrinker, v3.2.0.4
  GoldenTicket, v1.0.14
  Gymnast, v
  HealBot, v3.3.0.2
  Informant, v5.1.DEV.3721
  LibExtraTip, v1.1
  LilSparkysWorkshop, v1.00
  Livestock, v1.2.1
  MyPrivateStuff0, v$Id$
  OgriLazy, v1.1.0
  OmniCC, v2.5.8
  OmniCCOptions, v
  oRA3, v
  PallyPower, vv3.2.9-release 
  PassLoot, v4.0
  PassLootAtlasLoot, v1.1
  PDFStats, v1.1.0
  QuestHelper, v1.3.5
  RatingBuster, v
  RatingBusterProfilesMap, v.1
  RecipeRadar, v1.32
  RecipeRadarBroker, v30300.0.0
  Recount, v
  ReloadUI, v1.1.1
  RepWatch, v2.1.16
  SatrinaBuffFrame, v3.1
  SBFOptionsBroker, v30200.0.0
  SharedMedia, v3.0.1-177
  SharedMediaAdditionalFonts, v1.0
  SlideBar, v5.1.DEV.136
  StatScore, v3.3.0.20
  Stubby, v5.1.DEV.130
  Tankadin2, v200
  Tankadin2CS, v100
  TipHelper, v<%version%> (<%codename%>)
  Titan, v4.3.2.30300 - Revision 339
  TitanBag, v4.3.2.30300
  TitanClock, v4.3.2.30300
  TitanCoords, v4.3.2.30300
  TitanGoldTracker, v4.3.2.30300
  TitanHealBot, v3.3.0.1
  TitanLootType, v4.3.2.30300
  TitanReagentTracker, v1.5.1
  TitanRepair, v4.3.2.30300
  TitanSkills, v1.0.9
  TitanVolume, v4.3.2.30300
  TitanXP, v4.3.2.30300
  TomTom, v236
  TooltipItemIcon, v1.56
  TotemTimers, v10.1.4
  TradeskillInfo, v1.6.1
  WowLua, v32 
  XPerl, v3.0.8
  XPerlArcaneBar, v
  XPerlCustomHighlight, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerPet, v
  XPerlRaidAdmin, v
  XPerlRaidFrames, v
  XPerlRaidHelper, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  BlizRuntimeLib_enUS v3.3.0.30300 <eu>
  (ck=d2a)
AnrDaemon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-17-2009, 12:05 PM  
Haleth
A Fallenroot Satyr

Forum posts: 21
File comments: 37
Uploads: 2
Re: Re: Gems

Quote:
Originally posted by Ne0nguy
StatScore shouldn't be calculating gems and enchants unless Blizzard changed their API's.
If you are curious how it is being calculated, you can find that kind of information by typing /StatScore Dump.

If you think something is incorrect, I will need 3 things:
1. The names of the profiles you are using
2. A screenshot of the items in question
3. (optional) Screenshots of /StatScore Dump
Equipped to iLevel 245 upgrade: http://i48.tinypic.com/sy70g6.jpg
Equipped to iLevel 232 ret-itemized upgrade: http://i45.tinypic.com/33behx3.jpg

Is it possible that hit is prioritized over all other secondary stats? It is indeed true that without the hit cap, hit is the most important secondary stat for ret paladins. However, when you're already capped (which I am), crit comes first, then haste and the other stats.

Maybe you could make StatScore check for character hit rating when using certain profiles (if it doesn't already) to avoid these results?
Haleth is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-17-2009, 10:33 AM  
Ne0nguy
Periodic Developer
 
Ne0nguy's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 19
File comments: 161
Uploads: 18
Re: Gems

Quote:
Originally posted by Haleth
Does StatScore ignore gems/enchants in gear you already have? Because I have some very strange results when I compare an equipped, gemmed, enchanted item with an ungemmed item from a vendor, which is most definitely vastly superior.
StatScore shouldn't be calculating gems and enchants unless Blizzard changed their API's.
If you are curious how it is being calculated, you can find that kind of information by typing /StatScore Dump.

If you think something is incorrect, I will need 3 things:
1. The names of the profiles you are using
2. A screenshot of the items in question
3. (optional) Screenshots of /StatScore Dump
__________________
Ne0nguy.com
Ne0nguy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-17-2009, 10:16 AM  
Haleth
A Fallenroot Satyr

Forum posts: 21
File comments: 37
Uploads: 2
Gems

Does StatScore ignore gems/enchants in gear you already have? Because I have some very strange results when I compare an equipped, gemmed, enchanted item with an ungemmed item from a vendor, which is most definitely vastly superior.

FYI, I was comparing these:

http://www.wowhead.com/?item=45107 (equipped)
http://www.wowhead.com/?item=48604 (upgrade)

Or these:

http://www.wowhead.com/?item=45107 (equipped)
http://www.wowhead.com/?item=47674 (upgrade)

And StatScore indicated a much higher value on the clearly inferior equipped helm.

Last edited by Haleth : 12-17-2009 at 10:17 AM.
Haleth is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.