Thread Tools Display Modes
11-28-14, 02:53 PM   #1
darkancient
A Murloc Raider
Join Date: Sep 2011
Posts: 7
[Bug] Identical items counted as set in bags

Hi,

I encountered a bug with the bags. If I find an item that is identical to one of my gear in a set, it will count both as part of a set in the bags.
For example: "Gutcrusher Greatbelt"(1) is part of my tank set. I looted another "Gutcrusher Greatbelt"(2) and now it is displayed in my bags as part of a set while only (1) is.
There are no error messages to be found, this is purely an algorithmic/sorting bug.

Using RealUI v8.1 r8 a.

Best regards,

Dark
  Reply With Quote
11-28-14, 03:52 PM   #2
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
It's been like this for a while. Unfortunately, there is no easy way to distinguish between one item (set) and an identical item (non-set).
__________________
Knowledge = Power; Be OP

  Reply With Quote
11-28-14, 04:18 PM   #3
darkancient
A Murloc Raider
Join Date: Sep 2011
Posts: 7
I did some googling and found this: http://wowprogramming.com/docs/api/G...ntSetLocations

itemIDs = GetEquipmentSetLocations("name")
"Returns a table listing the locations of the items in an equipment set".

Shouldn't this function be of help by identifying which set item is where in the inventory, thus ruling out others?
  Reply With Quote
11-28-14, 05:16 PM   #4
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
It may help, but with the way that cargBags has sets currently set-up, it would still need major changes to properly determine one identical item from another when only one is in a set.
__________________
Knowledge = Power; Be OP

  Reply With Quote
11-28-14, 05:24 PM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
If I remember right, GetEquipmentSetLocations() only returns the item numbers without the unique IDs that are embedded in regular links. This also means you won't be able to tell the difference between two base items that have different suffixes.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » Featured Projects » RealUI » [Bug] Identical items counted as set in bags


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off