Addon Information
Works with 3.2
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)
Author:
Version:
v0.6.9
Date:
09-22-2009 03:34 PM
Size:
31.65 Kb
Downloads:
11,443
Favorites:
357
MD5:
Pictures
Click to enlarge
Missing mounts window
Click to enlarge
Missing companions window
The Collector   Popular! (More than 5000 hits)
== Introduction ==
The Collector displays a list of all mounts, companions (minipets), and titles that your character hasn't collected yet. It takes into account factors such as your faction, class, or profession.

== Basic Features ==
* Show missing companions (minipets)
* Show missing mounts
* Show missing titles
* Ignore List
* Tooltip information on where to obtain missing items

== Usage ==
=== Opening the Collector window ===
To open the Collector window open the pet/mount tab (Shift-P) from your Character window and click the Toggle button in the upper right corner. Or you can use the slash command "/tc show". This will open a window that shows what you are missing for that tab. With the window open you can easily switch between tabs to see what you still need to collect.

=== Slash Commands ===
* /thecollector or /tc will display the usage text
* /thecollector show or /tc show will bring up the main window
* /thecollector config or /tc config will bring up the configuration window
* /thecollector reset or /tc reset will center the main window on the screen

=== Ignore List ===
You can add items to an ignore list by right-clicking them and selecting Mark as Inactive. This is useful if for some reason you will never be able to obtain that item and don't want to continue tracking it. Inactive items are placed in a list at the bottom of the missing items. To track an item again, simply right-click it in the Inactive list and select Mark as Active.

== Thanks ==
This addon was largely inspired by AckisRecipeList. If you're looking for a similar addon to tell you what tradeskill/profession recipes you're missing, check it out.
  Change Log - The Collector
v0.6.9
- Added new 3.2.2 items.

v0.6.8
- Added new 3.2 items and changes.

v0.6.7
- Added new 3.1.2 items
- Made some changes to support PetListPlus. Should play nicely now.

v0.6.6
- Added in a configuration menu. Open from the Game menu -> Interface -> Addons -> The Collector. This will allow you to decide if you want to show any buttons on the interface, and for the Character window if you want the button located on the left or right of the window.

v0.6.5
- Added in support for Titles. Open from the Toggle button on the character window or with /tc show and select the Title tab.

v0.6
- Tooltip information about where to obtain pets/mounts. Hover your mouse over an item to see where to obtain it.
- Added in all 3.1 pets and mounts.
- Added in Death Knight mounts.
- Removed the Filters button. This was mainly a debugging item and was confusing people on its purpose.

v0.5.9
- Made changes to support new mount restrictions in 3.0.8
- Added button back to pet window

v0.5.8
- Added most pets and mounts from WOTLK

v0.5.7
- Repackaged files and zipped on a PC. No more Mac filesystem cruft problems now.
- Added Headless Horseman's Mount, Rivendare's Deathcharger, Yellow Qiraji Battle Tank.

v0.5.6
- Added new patch 3.0.2 achievement rewards - Stinker, Albino Drake, Black War Bear.
- Changed code to fix possible problem with tabs.

v0.5.4
- Added ability to right-click a missing item and mark it as inactive. Inactive items are tracked in a separate section, and don't count against you as missing items. Right-click an inactive item to mark it as active (missing) again.

v0.5
- Stand-alone window now. Open with "/thecollector show" or "/tc show".
- Kludged together a new GUI. Let me know what you think.
- Added section for "Extras". These are items that are difficult/impossible to obtain.

v0.4.6
- Added checks for engineering in mounts and companions.
- "Extra" items are not included in the number of items you know. Example - If you know 2 mounts, and one is the Black Qiraji Battle Tank, then the status bar at the bottom of the mount page will read "1 / XX - YY%", instead of "2 / XX - YY%".
- Code cleanup, small amount of localization.

v0.4.4
- Companions should be almost complete now. Thanks www.warcraftpets.com!

v0.4.2
- Mounts should be almost complete now. Thanks www.warcraftmounts.com!

v0.4
- Initial public release
  Archived Versions - The Collector
File Name
Version
Size
Author
Date
v0.6.8
31kB
SkeeveSM
08-10-2009 04:33 PM
v0.6.7
30kB
SkeeveSM
05-23-2009 01:55 PM
v0.6.6
30kB
SkeeveSM
05-12-2009 04:51 PM
v0.6.5
28kB
SkeeveSM
05-09-2009 12:39 PM
v0.6
24kB
SkeeveSM
04-18-2009 07:25 PM
v0.5.9
17kB
SkeeveSM
01-23-2009 06:21 AM
v0.5.8
19kB
SkeeveSM
11-22-2008 11:28 AM
  Comments - The Collector
Post A Reply Comment Options
Old 11-11-2009, 07:18 PM  
DesertDwarf
A Kobold Labourer

Forum posts: 1
File comments: 6
Uploads: 0
Re: Error on Login

Contrary to what I posted earlier (see below), it did make a difference if I deleted the creaturecache.wdb file.

I have since found a slight modification posted by smccndl on the Curse page for this same addon:

Quote:
Originally posted by smccandl on The Collector @ Curse
I wrote a batch script to delete my NPC and Creature cahce everytime I start WoW. It helps with the addon _NPCScan. Once I did that I get an error everytime I launch WoW that says...

Message: Interface\AddOns\TheCollector\TheCollector.lua:227: attempt to concatenate local 'creatureName' (a nil value)
Time: 11/08/09 09:04:39
Count: 1

Here is the fix. Change line 226 from...

TheCollectorSpecialCompanionTable[spellID] == nil) then

to ...

TheCollectorSpecialCompanionTable[spellID] == nil and creatureName) then

Love the addon by the way! Great job!

Quote:
Originally posted by DesertDwarf
{Update: It doesn't make any difference if I delete or don't delete the creaturecache.wdb file.}

{Edit: I use _NPCScan to look for rares. To make it effective, I delete the ..\Cache\WDB\enUS\creaturecache.wdb before running WoW. If I feel like experimenting later, I'll update this post again to indicate if that makes a difference or not.}

I installed this today via MMOUI Minion. Once per login (any character so far, every login), I get the following:

Code:
Date: 2009-10-31 20:39:43
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\TheCollector\TheCollector.lua line 227:
   attempt to concatenate local 'creatureName' (a nil value)
__________________
DesertDwarf
"I could be taller, but why?"
DesertDwarf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-05-2009, 05:08 AM  
tinyu
wowui.incgamers staff
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 157
Uploads: 10
new pets added Lil KT and Pandaren Monk.
__________________

Lothaer
Admin @ wowui.incgamers.com
Titan Dev Team Member.
tinyu is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-01-2009, 05:31 PM  
svettleif
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: tittle removed

Quote:
Originally posted by SkeeveSM
Does anyone know if you had the title you retain it, or if it has been pulled from everyone?
those that had obtained it lost it aswell, i was one of them :P
svettleif is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-01-2009, 12:05 AM  
DesertDwarf
A Kobold Labourer

Forum posts: 1
File comments: 6
Uploads: 0
Error on Login

{Update: It doesn't make any difference if I delete or don't delete the creaturecache.wdb file.}

{Edit: I use _NPCScan to look for rares. To make it effective, I delete the ..\Cache\WDB\enUS\creaturecache.wdb before running WoW. If I feel like experimenting later, I'll update this post again to indicate if that makes a difference or not.}

I installed this today via MMOUI Minion. Once per login (any character so far, every login), I get the following:

Code:
Date: 2009-10-31 20:39:43
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\TheCollector\TheCollector.lua line 227:
   attempt to concatenate local 'creatureName' (a nil value)
Debug:
   (tail call): ?
   [C]: ?
   TheCollector\TheCollector.lua:227: TheCollectorCompanionUpdate()
   TheCollector\TheCollector.lua:179: TheCollectorUpdate()
   TheCollector\TheCollector.lua:159: TheCollectorInitialize()
   TheCollector\TheCollector.lua:1140: TheCollectorOnEvent()
   [string "*:OnEvent"]:1:
      [string "*:OnEvent"]:1
AddOns:
  Swatter, v5.6.4424 (KangaII)
  WoWInsider, v
  WowheadLooter, v30203
  NPCScan, v3.2.0.8
  AlphaMap, v3.76.30100
  AlphaMapBattlegrounds, v
  AlphaMapCities, v
  AlphaMapExteriors, v
  AlphaMapInstances, v
  AlphaMapPOIInstances, v
  AlphaMapPOITravelAgents, v
  AlphaMapPOIUtilities, v
  AlphaMapWorldBosses, v
  AlphaQuestHelper, v1.01.30100
  Armory, vv7.4.1
  ArmoryGuildBank, vv7.4.1
  Atlas, v1.15.1
  AtlasBattlegrounds, v1.15.1
  AtlasDungeonLocs, v1.15.1
  AtlasOutdoorRaids, v1.15.1
  AtlasTransportation, v1.15.1
  AtlasLoot, vv5.08.06
  AtlasLootBurningCrusade, vv5.08.06
  AtlasLootCrafting, vv5.08.06
  AtlasLootOriginalWoW, vv5.08.06
  AtlasLootWorldEvents, vv5.08.06
  AtlasLootWrathoftheLichKing, vv5.08.06
  AtlasLootFu, vv5.08.06
  AucAdvanced, v5.6.4424 (KangaII)
  AucDb, v5.1.DEV.3583
  AucFilterBasic, v5.6.4424 (KangaII)
  AucFilterOutlier, v5.6.4424.2531
  AucMatchUndercut, v5.6.4424.2531
  AucStatClassic, v5.6.4424 (KangaII)
  AucStatHistogram, v5.6.4424 (KangaII)
  AucStatiLevel, v5.6.4424 (KangaII)
  AucStatPurchased, v5.6.4424 (KangaII)
  AucStatSales, v5.6.4424.2842
  AucStatSimple, v5.6.4424 (KangaII)
  AucStatStdDev, v5.6.4424 (KangaII)
  AucStatWOWEcon, v5.6.4424.2530
  AucUtilAHWindowControl, v5.6.4424.3311
  AucUtilAppraiser, v5.6.4424.2530
  AucUtilAskPrice, v5.6.4424.3175
  AucUtilAutoMagic, v5.6.4424.3142
  AucUtilCompactUI, v5.6.4424.2530
  AucUtilEasyBuyout, v5.6.4424.3583
  AucUtilFixAH, v5.6.4424 (KangaII)
  AucUtilItemSuggest, v5.6.4424.3108
  AucUtilPriceLevel, v5.6.4424.2545
  AucUtilScanButton, v5.6.4424.2530
  AucUtilScanFinish, v5.6.4424.2530
  AucUtilScanProgress, v5.6.4424.2530
  AucUtilSearchUI, v5.6.4424.3655
  AucUtilSimpleAuction, v5.6.4424.0
  AucUtilVendMarkup, v5.6.4424.2530
  Babylonian, v5.1.DEV.130
  BagnonForever, v1.1.2
  BagnonTooltips, v
  BankStack, vv14
  BeanCounter, v5.6.4424 (KangaII)
  ButtonBin, v1.0.68
  Cartographer, v2.0
  CartographerBattlegrounds, v2.0
  CartographerCoordinates, v2.0
  CartographerFoglight, v2.0
  CartographerGroupColors, v2.0
  CartographerGuildPositions, v2.0
  CartographerInstanceLoot, v2.0
  CartographerInstanceMaps, v2.0
  CartographerInstanceNotes, v2.0
  CartographerLookNFeel, v2.0
  CartographerNotes, v2.0
  CartographerPOI, v2.0
  CartographerQuestInfo, v
  CartographerWaypoints, v2.0
  CartographerZoneInfo, v2.0
  Combuctor, v2.1.2
  CombuctorScrap, v1.3
  CombuctorSets, v
  Configator, v5.1.DEV.130
  CurseProfiler, v
  DBMCore, v
  DebugLib, v5.1.DEV.130
  DFontChatSizes, v3.1
  EMLib, v
  FriendsWithBenefits, v3.2.0.4
  Gatherer, v3.1.14
  GathererDBWowhead, v1.0.2009-02-18
  GnomishVendorShrinker, v3.2.0.3
  GoGoMount, v0003020600
  HealBot, v3.2.2.5
  Informant, v5.6.4424 (KangaII)
  KarniCrap, v3.01
  LightHeaded, v298
  LightHeadedDataD, v298
  LightHeadedDataNPC, v298
  MessageBoard, v
  Multishot, v1.9
  NotesUNeed, v6.58.30200
  Nudist, v3.2.0.4
  nUI, v5.05.02 (Plus)
  nUIInfoPanelHealBot, v1.00.02
  nUIInfoPanelMagePorts, v1.02.03
  nUIInfoPanelProfesions, v1.02.01
  nUISpiel, v1.00
  PetShop, v3.2.6
  Quelevel, v3.2.0.7
  QuestAgent, v
  QuestHelper, v1.2.3
  Scrap, vBeta 5.1
  SharedMedia, v3.0.1-177
  SharedMediaAdditionalFonts, v1.0
  Skada, v1.2-22
  SkadaAbsorbs, v1.0
  SkadaCC, v1.0
  SkadaDamage, v1.0
  SkadaDamageTaken, v1.0
  SkadaDeaths, v1.0
  SkadaDebuffs, v1.0
  SkadaDispels, v1.0
  SkadaEnemies, v1.0
  SkadaFailbot, v1.0
  SkadaHealing, v1.0
  SkadaPower, v1.0
  SkadaThreat, v1.0
  Skillet, v
  SkillsPayBills, v
  SlideBar, v5.6.4424 (KangaII)
  SmartBuff, v3.2b
  StealYourCarbon, v3.0.3.16
  Stubby, v5.6.4424 (KangaII)
  Talented, vv2.4.3-release
  TalentedSpecTabs, vv2.4.3-release
  tekKompare, v3.2.0.7
  teksLoot, v3.2.0.7
  tekticles, v3.0.9.9
  TheCollector, v0.6.9
  TomTom, v226
  TourGuide, v3.2.0.55
  UsefulExtras, v
  VendorBait, v3.2.0.4
  ZoneLevel, v5.11.9
  BlizRuntimeLib_enUS v3.2.2.30200 <us>
  (ck=f38)
__________________
DesertDwarf
"I could be taller, but why?"

Last edited by DesertDwarf : 11-07-2009 at 09:52 PM.
DesertDwarf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-27-2009, 08:33 AM  
SkeeveSM
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 6
Uploads: 1
Re: tittle removed

Quote:
Originally posted by svettleif
the Flawless Victor tittle got removed from the game a while ago, so that one you can remove.
Does anyone know if you had the title you retain it, or if it has been pulled from everyone?
SkeeveSM is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-18-2009, 10:32 PM  
svettleif
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
tittle removed

the Flawless Victor tittle got removed from the game a while ago, so that one you can remove.
svettleif is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-15-2009, 06:26 PM  
pompachomp
A Deviate Faerie Dragon

Forum posts: 16
File comments: 28
Uploads: 0
WARNING - TheCollector didn't have spellID:55068 name:Mr. Chilly in its database. Please contact the mod author.

__________________


pompachomp is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-01-2009, 12:00 AM  
Riamus
A Defias Bandit
 
Riamus's Avatar

Forum posts: 3
File comments: 20
Uploads: 0
Quote:
Originally posted by SkeeveSM
The mouse-over window for a vendor sold item does have the coords of the npc.

e.g. for the Amen Vale Lashling
Bind on Equip
Obtained from: Vendor
Irisee (76.2, 19.3)
Icecrown
Cost: 40 Champion's Seal

The numbers after the vendor name are the coords in Icecrown where you can find this vendor. For mobs that potentially drop an item it is more difficult because mobs tend to wander around so there isn't one specific coordinate I can give.

I would eventually like to integrate with a mapping program, but I have a few other updates I'm working on first.
Yeah, I was thinking of the mobs themselves. What about a general textual description of the location? NW area of map. Center of map. Near the coast. Near the letters "XYZ" in "SOME NAME ON MAP". Etc. Just a thought if you think it will be a long time before integrating into a map addon (or two/three).
Riamus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-29-2009, 12:04 PM  
SkeeveSM
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 6
Uploads: 1
Quote:
Originally posted by Riamus
Just a suggestion. It would be nice to have some kind of go-to feature that would direct you to where the pet/tabard/mount can be obtained (if it's available from a drop or vendor). It could be built-in, or it could be something you work with other mods (if installed). For example, check and see if Carbonite is installed. If it is, send the coordinates to Carbonite's go-to and let that lead the way. Or, if various map addons are available, display the location on the map.

Basically, you could pick a variety of commonly-used addons that have a way to show where things are and send the info to those if you don't want to script the actual go-to part yourself. Not really sure which way would be easiest, though. But something would be really useful when trying to collect everything.

At the absolute minimum, having coordinates for the places to obtain each thing would be at least better. It's easier than having to look up the mobs/npcs on the web to find where they are in a zone if you don't already know.
The mouse-over window for a vendor sold item does have the coords of the npc.

e.g. for the Amen Vale Lashling
Bind on Equip
Obtained from: Vendor
Irisee (76.2, 19.3)
Icecrown
Cost: 40 Champion's Seal

The numbers after the vendor name are the coords in Icecrown where you can find this vendor. For mobs that potentially drop an item it is more difficult because mobs tend to wander around so there isn't one specific coordinate I can give.

I would eventually like to integrate with a mapping program, but I have a few other updates I'm working on first.
SkeeveSM is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-23-2009, 12:57 PM  
Riamus
A Defias Bandit
 
Riamus's Avatar

Forum posts: 3
File comments: 20
Uploads: 0
Just a suggestion. It would be nice to have some kind of go-to feature that would direct you to where the pet/tabard/mount can be obtained (if it's available from a drop or vendor). It could be built-in, or it could be something you work with other mods (if installed). For example, check and see if Carbonite is installed. If it is, send the coordinates to Carbonite's go-to and let that lead the way. Or, if various map addons are available, display the location on the map.

Basically, you could pick a variety of commonly-used addons that have a way to show where things are and send the info to those if you don't want to script the actual go-to part yourself. Not really sure which way would be easiest, though. But something would be really useful when trying to collect everything.

At the absolute minimum, having coordinates for the places to obtain each thing would be at least better. It's easier than having to look up the mobs/npcs on the web to find where they are in a zone if you don't already know.
Riamus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-03-2009, 02:12 PM  
SkeeveSM
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 6
Uploads: 1
Re: Tabards?

Quote:
Originally posted by BJRubino
Any chance you could add tabards to the list of items that this tracks?

Thanks,
BJR
Tabards are fairly low in the todo list. If Blizzard ever adds them into your character the same as the pets and mounts then it will make it that much easier for me to implement.
SkeeveSM is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-01-2009, 06:24 PM  
BJRubino
A Defias Bandit

Forum posts: 2
File comments: 27
Uploads: 0
Tabards?

Any chance you could add tabards to the list of items that this tracks?

Thanks,
BJR
BJRubino is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-11-2009, 02:09 AM  
freimensch
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I have explored all 3.2 content and find some new titles, mounts:

Titles:
Argent Defender (don't know it's id) - from A Tribute to Dedicated Insanity achievement.

Mounts:
Furious Gladiator's Frostwyrm (spellid = 65439) - Reward for Season 6 Arenas
Relentless Gladiator's Frostwyrm (spellid = 67336) - Reward for Season 7 Arenas

Companions:
Plump Turkey (spellid = 61773) from Pilgrim meta achievement

Also found one mistake - NPC Dame Evniki Pasalis is wrong, right - Dame Evniki Kapsalis

Also i have some strange thing - i already have Swift Zhevra, but i see it in TheCollector window. And btw just discovered that wowhead has two spell ids for swift zhevra.

That's all
freimensch is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-10-2009, 04:48 PM  
SkeeveSM
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 6
Uploads: 1
Re: error

I just uploaded a new version. Please try this one and see if you get the error again.

Was this something that happened every time you logged in? Was there more to the error message, or was that all that you got?

Quote:
Originally posted by Casazil
logged in today got this:

Message: Interface\AddOns\TheCollector\TheCollector.lua:227: attempt to concatenate local 'creatureName' (a nil value)
Time: 08/09/09 08:55:02
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
(tail call): ?
[C]: ?
Interface\AddOns\TheCollector\TheCollector.lua:227: in function `TheCollectorCompanionUpdate'
Interface\AddOns\TheCollector\TheCollector.lua:179: in function `TheCollectorUpdate'
Interface\AddOns\TheCollector\TheCollector.lua:159: in function `TheCollectorInitialize'
Interface\AddOns\TheCollector\TheCollector.lua:1140: in function `TheCollectorOnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
Locals:
SkeeveSM is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-09-2009, 08:56 AM  
Casazil
A Murloc Raider
 
Casazil's Avatar

Forum posts: 5
File comments: 16
Uploads: 0
error

logged in today got this:

Message: Interface\AddOns\TheCollector\TheCollector.lua:227: attempt to concatenate local 'creatureName' (a nil value)
Time: 08/09/09 08:55:02
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
(tail call): ?
[C]: ?
Interface\AddOns\TheCollector\TheCollector.lua:227: in function `TheCollectorCompanionUpdate'
Interface\AddOns\TheCollector\TheCollector.lua:179: in function `TheCollectorUpdate'
Interface\AddOns\TheCollector\TheCollector.lua:159: in function `TheCollectorInitialize'
Interface\AddOns\TheCollector\TheCollector.lua:1140: in function `TheCollectorOnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
Locals:
Casazil 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 - 2009, Jelsoft Enterprises Ltd.