Download
(18Kb)
Download
Updated: 09-09-19 04:49 PM
Pictures
File Info
Compatibility:
Rise of Azshara (8.2.0)
Updated:09-09-19 04:49 PM
Created:10-26-08 05:27 PM
Downloads:49,393
Favorites:191
MD5:

Titan Panel [Itemized Deductions]  Popular! (More than 5000 hits)

Version: 8.2.0.2
by: kernighan, HonorGoG

'''Description'''

---
For WoW Classic see Titan Panel Classic [Itemized Deductions]

----
This addon helps you to manage free space in your bags. If you ever searched through your inventory to find cheap junk to drop in favor of new loot or tired of manually stacking items that would take much less space, you will instantly understand how you can benefit from Itemized Deductions, because it does it all for you automatically.

Please use the issue tracker for problem reports.

Features:
- List of items in your bags sorted by price, allowing you to drop cheapest item or sell it if you happen to talk to vendor at the moment.
- Titan Panel integration: cheapest item and, optionally, its price and total price of all items matching your filter will be displayed on Titan Panel. Howering over will show you full list of items, sorted by price, while right-clicking on it will give you access to most of Itemized Deductions' functions.
- Filters to specify what items you want to consider for drop/sale: you can filter items by quality, item type (quest, consumable, etc), or soulbound status.
- Custom prices: you can set any item to use price other than vendor sell price. Right now Auctioneer buyout price is only option, but any number of those can be added on request.
- Mass selling options: with just a single click you can sell to vendor either all the poor quality items or all items that match your filter.
- Stacks combining: you can automatically combine all incomplete stacks of same items either in bags or in bank.
- Mass mailbox operation: a command available to get mass quantites of same item from your mailbox automatically. Additionally, if those items can be stacked, they'll be automatically stacked together. Just try it after you get back dozens of expired enchanting reagents from autction.

Interface:
- Titan Panel:
Most of the functions and options are available from Titan Panel Itemized Deductions' button right-click menu. Some of those options only appear when necessary: for example selling commands only show when you're talking to vendor. Additionally you can click on Itemized Deductions to open all your bags, shift-click do destroy or sell cheapest item, alt-click to ignore cheapest item for this session and alt-doubleclick to ignore it completely.
- Slash commands:
All slash commads start with /itemded, /tpid, or /tid - all those are just aliases and do exactly the same.
* alwaysdrop (alias: ad) / alwaysignore (alias: ai): add or remove item from 'always drop' or 'always ignore list'. This command is followed by word 'add' for adding and 'del' or 'remove' or 'delete' for removing for list, with item link or ID comming last. For example this command will make Ice Cold Milk always droppable, even if you've selected to drop only poor items or filtered consumables: /itemded ad add [Ice Cold Milk]. As another command this command will remove previously ignored Tough Hunk of Bread from list using its ID: /tid ai del 4540.
* combine (aliases: combineall, combineallinv, combineinv) - combines all incomplete stacks in your bags, just like same function in menu.
* combinebank (alias: combineallbank) - combines all incomplete stacks in your bank, just like same function in menu. Does nothing if you don't have bank window open, obviously.
* getmail [ItemLink] (alias: gm) - retrieves all the selected items from mailbox, stacking them together in process. Does nothing if you don't have mailbox window open. In addition to item links you can also use item IDs if you want to put this command in macro or if you're just good at remembering them, as this can save your from finding item link every time. This command, for example, will pull all the Strange Dust out of your mailbox: /itemded gm 10940


'''Usage'''
----

'''From Tool Bar'''
On mouse over = Tool Tip and list of items identified as potential drop
Click = Open Bags
Shift-Click = Drop Displayed Item
Double-Click = Ignore Item
Alt-Double-Click = Always Ignore Item
Right-Click = Open options Menu

'''From Menu'''
Drop Item
Ignore Item
Always Ignore Item
Use Auctioneer Buyout for value
set item quality limit

'''At Vendor'''
Sell item
Sell All Junk (Grey Items)
Sell All Items Listed

Dependencies:
Titan Panel
Auctioneer (Optional)

v8.2.0.2
- Fix Right Click menu
v8.2.0.1
-Fix occasional fromFrame error on login
Post A Reply Comment Options
Unread 09-17-13, 01:41 AM  
HonorGoG
An Aku'mai Servant
 
HonorGoG's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 102
Uploads: 6
Update!

Thanks for the update. One of my favorite plugins. Supporting plugin authors is one the main reasons why I continue to update Titan Panel.
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 07:42 AM  
Pelargonia
A Defias Bandit
 
Pelargonia's Avatar

Forum posts: 3
File comments: 11
Uploads: 0
I would love if this was a a general broker and not reliant solely on Titan. I cannot even use Titan any more because it causes the Blizzard bar to constantly pop up in front of my UI but I do still use a broker bar.
Report comment to moderator  
Reply With Quote
Unread 06-29-11, 02:33 PM  
Pennet
An Aku'mai Servant

Forum posts: 32
File comments: 31
Uploads: 0
To fix hex coding on item name display, edit line 341:

Current line:
Code:
TPID_Color[idx+1]={hex, _G["ITEM_QUALITY"..idx.."_DESC"]}
Edited line:
Code:
TPID_Color[idx+1]={"|c" .. hex, _G["ITEM_QUALITY"..idx.."_DESC"]}
Thanks to phoenixp, who got me pointed in the right direction to figure it out.
Last edited by Pennet : 06-30-11 at 03:51 AM.
Report comment to moderator  
Reply With Quote
Unread 06-29-11, 11:53 AM  
phoenixp
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Other addons

Both XLoot 1.0 and GnomishVendorShrinker were doing the same thing, with the hex colors. The fixes posted in their comments involve adding a "|c" somewhere near the GetItemQualityColor(quality).

I tried to figure it out myself, but broke it instead! Hope this helps.
Report comment to moderator  
Reply With Quote
Unread 06-29-11, 07:21 AM  
Pennet
An Aku'mai Servant

Forum posts: 32
File comments: 31
Uploads: 0
This doesn't affect functionality, but there's a glitch in the display of the items on the list. Specifically, the hex code for the rarity color of the item precedes the item name, and all items are listed the same color.

If this isn't a problem with TPID itself, but with where it's grabbing its information, if you could let me know where that is, I'd appreciate it. I've updated all the usual suspects to no avail.



Uploaded with ImageShack.us
Report comment to moderator  
Reply With Quote
Unread 06-05-11, 02:56 PM  
Pennet
An Aku'mai Servant

Forum posts: 32
File comments: 31
Uploads: 0
TPID isn't grabbing values for the gray archaeology artifacts. I reloaded ItemDataCache and checked the vendor sell list, and they're all there, but they're not getting hooked, it seems.
Report comment to moderator  
Reply With Quote
Unread 05-10-11, 05:05 PM  
kernighan
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 97
Uploads: 14
Originally posted by Pennet
Starting on my second 80-85 run and setting up that toon. Threshold is set to Poor; I want to change it to Common, as it is on my first toon. Select Common from the threshold menu, and receive the following error.
This is fixed in the latest release.
Report comment to moderator  
Reply With Quote
Unread 12-16-10, 09:09 PM  
Pennet
An Aku'mai Servant

Forum posts: 32
File comments: 31
Uploads: 0
Starting on my second 80-85 run and setting up that toon. Threshold is set to Poor; I want to change it to Common, as it is on my first toon. Select Common from the threshold menu, and receive the following error. Ended up deleting and reinstalling the addon from scratch, and now both toons are throwing the same error if I attempt to change from Poor to anything else. Has worked flawlessly until now on the first toon. Running latest version as of this date. Any help appreciated.

<Edit> Following another fresh install, I went into TitanItemDed.lua and edited the line

TitanItemDed_InitSettingsVar("Threshold", 1)

to a "2" so it would default to Common, but it would still be nice if the menu actually worked.

Thanks for your work on this, still one of my favorite, most useful addons.

Code:
Date: 2010-12-16 22:04:26
ID: 3
Error occured in: Global
Count: 2
Message: ..\AddOns\TitanItemDed\TitanItemDed.lua line 1018:
   attempt to index global 'self' (a nil value)
Debug:
   (tail call): ?
   [C]: ?
   TitanItemDed\TitanItemDed.lua:1018: func()
   ..\FrameXML\UIDropDownMenu.lua:636:
      ..\FrameXML\UIDropDownMenu.lua:601
   [C]: UIDropDownMenuButton_OnClick()
   [string "*:OnClick"]:1:
      [string "*:OnClick"]:1
AddOns:
  Swatter, v5.9.4960 (WhackyWallaby)
  WowheadLooter, v40011
  Ace3, v
  ACP, v3.3.12 
  AdvancedTradeSkillWindow, v
  Aloft, v4.0.4
  AloftCastWarning, v1.0.2
  ArkInventory, v3.02
  ArkInventoryRules, v
  ArkInventoryRulesExample, v1.00
  Armory, vv9.3.3
  AucAdvanced, v5.9.4960 (WhackyWallaby)
  AucFilterBasic, v5.9.4960 (WhackyWallaby)
  AucFilterOutlier, v5.9.4960.2531
  AucMatchUndercut, v5.9.4960.2531
  AucStatHistogram, v5.9.4960 (WhackyWallaby)
  AucStatiLevel, v5.9.4960 (WhackyWallaby)
  AucStatPurchased, v5.9.4960 (WhackyWallaby)
  AucStatSales, v5.9.4960.2842
  AucStatSimple, v5.9.4960 (WhackyWallaby)
  AucStatStdDev, v5.9.4960 (WhackyWallaby)
  AucStatWOWEcon, v5.9.4960.2530
  AucUtilAHWindowControl, v5.9.4960.3311
  AucUtilAppraiser, v5.9.4960.2530
  AucUtilAskPrice, v5.9.4960.3175
  AucUtilAutoMagic, v5.9.4960.3142
  AucUtilCompactUI, v5.9.4960.2530
  AucUtilEasyBuyout, v5.9.4960.3583
  AucUtilFixAH, v5.9.4960 (WhackyWallaby)
  AucUtilGlypher, v5.9.4960.2545
  AucUtilItemSuggest, v5.9.4960.3108
  AucUtilPriceLevel, v5.9.4960.2545
  AucUtilScanButton, v5.9.4960.2530
  AucUtilScanFinish, v5.9.4960.2530
  AucUtilScanProgress, v5.9.4960.2530
  AucUtilScanStart, v5.9.4960.4819
  AucUtilSearchUI, v5.9.4960.3655
  AucUtilSimpleAuction, v5.9.4960.4546
  AucUtilVendMarkup, v5.9.4960.2530
  AutoRole, v1.0.5
  Babylonian, v5.1.DEV.130
  BadBoy, v6.216
  BadBoyCCleaner, v3.12
  Bartender4, v4.4.15
  BeanCounter, v5.9.4960 (WhackyWallaby)
  BrokerWhoLib, vv1.2 
  Carbonite, v4.032005
  CarboniteTransfer, v1.01
  CensusPlus, v5.0.2
  Configator, v5.1.DEV.282
  CTViewport, v3.300 (CTMod 3.3)
  DBMCore, v
  DebugLib, v5.1.DEV.275
  Decursive, v2.6.0.1
  DoTimer, v4.5
  ElkBuffBars, v2.3.0-165
  EnhancedStackSplit, v40000-1
  EquipCompare, v2.18
  GFWFactionFriend, v4.0
  Grid, v1.40000.1400-beta
  GridManaBars, v1.04
  GridStatusRaidDebuff, vv3.1
  GridStatusRDBC, v1.0.1
  GridStatusRDWotLK, v1.1
  GuildLaunchCTRaidTracker, vv2.4.4
  HealBot, v4.0.3.5
  Informant, v5.9.4960 (WhackyWallaby)
  MikScrollingBattleText, v5.5.91
  NeedToKnow, v3.2.04
  Omen, v3.1.0
  oRA2, v2.0.$Revision: 680 $
  Outfitter, v5.1.2
  PetLeash, v1.5.9.1
  Possessions, v3.0
  Postal, v3.4.4
  Prat30, v3.4.13      
  Prat30HighCPUUsageModules, v
  Prat30Libraries, v
  RaidBuffStatus, vv4.05
  RatingBuster, v
  Recount, v
  SlideBar, v5.9.4960 (WhackyWallaby)
  Stubby, v5.9.4960 (WhackyWallaby)
  Titan, v5.0.1.40000 - Revision 485
  TitanBag, v5.0.1.40000
  TitanClock, v5.0.1.40000
  TitanGold, v5.0.1.40000
  TitanHonor, v1.04
  TitanItemDed, v4.0.13
  TitanLocation, v5.0.1.40000
  TitanLootType, v5.0.1.40000
  TitanPerformance, v5.0.1.40000
  TitanRepair, v5.0.1.40000
  TitanXP, v5.0.1.40000
  Vamp, v1.0
  VampArrow, v2.0
  WIM, v3.5.1
  XPerl, v3.1.1
  XPerlArcaneBar, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerBuffs, v
  XPerlPlayerPet, v
  XPerlRaidFrames, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  BlizRuntimeLib_enUS v4.0.3.40000 <us>
  (ck=bc0)
Last edited by Pennet : 12-16-10 at 10:19 PM.
Report comment to moderator  
Reply With Quote
Unread 11-08-10, 11:06 AM  
kernighan
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 97
Uploads: 14
Re: Narrowed down my issue.

Originally posted by TomasDR
If there is a grey item in the default Backpack the addon works. It will only list the items in the Backpack but it will sell all your greys to the vendor when you choose "Sell all..."

I even tried other bag types without success.
Thanks, that's a useful tip!
Report comment to moderator  
Reply With Quote
Unread 11-04-10, 09:09 PM  
TomasDR
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Narrowed down my issue.

If there is a grey item in the default Backpack the addon works. It will only list the items in the Backpack but it will sell all your greys to the vendor when you choose "Sell all..."

I even tried other bag types without success.
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 06:00 PM  
Pennet
An Aku'mai Servant

Forum posts: 32
File comments: 31
Uploads: 0
Originally posted by kernighan
I do want to note that Itemized Deductions is no longer a requirement for TPID, so if you have it installed, it is not for this module.
Yeah, I thought about editing again to change all my ID to TPID, but I figured the message was the same.

Another thing I just noticed tonight. When I pulled some Potion of Wild Magic from the mailbox, they showed up on TPID, as they should have. When I alt-rightclicked them to always ignore, I got the "always ignored" message, but it also opened my bags, so it seems to be confusing the modified click with the single bag opening click.
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 10:36 AM  
kernighan
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 97
Uploads: 14
Originally posted by Pennet
This has always been one of my most useful addons, and it'd be great to see its issues worked out. Thanks! [/b]
Now that I have all my other addons working right, getting this working correctly again is high on my list. It doesn't (visually) work correctly for me at all, so it is certainly quite annoying.

I do want to note that Itemized Deductions is no longer a requirement for TPID, so if you have it installed, it is not for this module.

--Kernighan
Report comment to moderator  
Reply With Quote
Unread 10-31-10, 07:39 AM  
Pennet
An Aku'mai Servant

Forum posts: 32
File comments: 31
Uploads: 0
I'm having a problem similar (perhaps the same) as what TomasDR describes below. When I first log in to some toons, ID is displaying correctly, but as soon as anything changes in my bags, looting, selling, anything, it breaks. On other toons, it's broken from login.

Example #1: Shaman -- My threshold is set at Common, and I've perma-ignored the few white items I want to keep. I log in, and have 12 empty slots and 2 gray items in her bag. ID correctly shows the cheapest of those two items and (12). I go to a vendor, and sell those two items, and ID now displays "No item (1)."

Example #2: Mage -- Again, threshold is Common, and items I want to keep are perma-ignored. I have 31 empty slots, but ID reads "No item (4)." I see in my bags a couple of [Honeymint Tea], which should not be on my ignore list, because I vendor them. They don't appear on ID, so I type both commands (/tid ai delete <link> AND /tid ad add <link>). [Honeymint Tea] still doesn't appear on ID. I reset my "always ignore" list, and ~10 items show up on ID, but [Honeymint Tea] is not one of them. I'm not using the "Ignore Item Class" options, since they haven't worked in ~2 years anyway, heh. Also, although all those Common items are now listed, my free bag space is still listed as (4) when it should be (31).

I was about to hit submit, and tried something else. I purchased some random fruit from a vendor, and it immediately appeared on my ID (because it's Common) and my bag space counter dropped to (3). I perma-ignored the other ~10 items on the list, leaving only that fruit, and then told ID to "sell all listed items." It sold the fruit correctly, but also sold ~10 other things that were not shown on the list, but are Common items, such as Runic Mana Potion, Guild Tabard, Frostweave Cloth, and the Honeymint Tea (!). None of those items had appeared on the list when I cleared my "always ignore list" earlier. So, there seems to be a disconnect between what is actually ignored, and what is displayed.

This has always been one of my most useful addons, and it'd be great to see its issues worked out. Thanks!
Last edited by Pennet : 10-31-10 at 07:41 AM.
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 11:34 PM  
TomasDR
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
There seems to be much inconsistency with WoW 4.0.1 & ItemDed 4.0.12.

Sometimes it works fine and I can sell the items, other times it reports nothing to sell eventhough I have greys in my bag. I cannot find a pattern. Most of the time it will work when starting the game (90% of the time) and having a grey item(s) in my bags but as soon as I loot one item it stops working again.

I only get an error if I try to change the Threshold, which normally I don't do. BTW Nothing happens and the Threshold doesn't change, also the sub-menu "Ignore Item Class" doesn't work either. But the other menu items do work such as "Show Item Price in Panel" and will show the item price if the "roll of the dice" is lucky and it is working at that time.

Code:
Message: ..\AddOns\TitanItemDed\TitanItemDed.lua line 1005:
   attempt to index global 'self' (a nil value)
Debug:
   [C]: ?
   TitanItemDed\TitanItemDed.lua:1005: func()
   ..\FrameXML\UIDropDownMenu.lua:636: UIDropDownMenuButton_OnClick()
   [string "*:OnClick"]:1:
      [string "*:OnClick"]:1
AddOns:
  Swatter, v5.9.4960 (WhackyWallaby)
  Titan, v4.3.9.40000 - Revision 386
  TitanItemDed, v4.0.12
  BlizRuntimeLib_enUS v4.0.1.40000 <us>
As you see I went to the bare bones for addons to try to isolate the issue. I also tried deleting the TitanItemDed.lua out of the SavedVariables.

Without Swatter:
Code:
Message: Interface\AddOns\TitanItemDed\TitanItemDed.lua:1005: attempt to index global 'self' (a nil value)
Time: 10/24/10 23:53:51
Count: 1
Stack: Interface\AddOns\TitanItemDed\TitanItemDed.lua:1005: in function `func'
Interface\FrameXML\UIDropDownMenu.lua:636: in function `UIDropDownMenuButton_OnClick'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>

Locals: (*temporary) = <table> {
 IgnoredClass = <table> {
 }
 Threshold = 1
 Droppable = <table> {
 }
 CustomPrice = <table> {
 }
 Ignored = <table> {
 }
 DontUsePoorClass = true
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'self' (a nil value)"
PlayerSettings = <table> {
 IgnoredClass = <table> {
 }
 Threshold = 1
 Droppable = <table> {
 }
 CustomPrice = <table> {
 }
 Ignored = <table> {
 }
 DontUsePoorClass = true
}
TitanItemDed_Chatback = <function> defined @Interface\AddOns\TitanItemDed\TitanItemDed.lua:322
TPID_CHATBACK_THRESHOLD_SET = "Threshold set to %s."
TPID_Color = <table> {
 1 = <table> {
 }
 2 = <table> {
 }
 3 = <table> {
 }
 4 = <table> {
 }
 5 = <table> {
 }
 6 = <table> {
 }
 7 = <table> {
 }
 8 = <table> {
 }
}
TitanItemDed_UpdateList = <function> defined @Interface\AddOns\TitanItemDed\TitanItemDed.lua:520
TitanPanelItemDedButton_UpdateIcon = <function> defined @Interface\AddOns\TitanItemDed\TitanItemDed.lua:576
PS. I just want to say this is one of my favorite Titan Panel addons, to be able to sell all useless materials in one click is great.
Report comment to moderator  
Reply With Quote
Unread 07-28-10, 02:10 PM  
kernighan
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 97
Uploads: 14
Re: Problems with Titan Panel Due to Itemized Deductions

Originally posted by jgore9000
Below is what I posted to the Titan Panel group and the author pointed me toward Itemized Deductions being the Issue:

//Sometimes on login, the space for the bars shows up, but not the bars themselves, nothing to click on to at least use the load feature. Only logging out and logging back in cures this but leaves the bars empty (leading to having to load a particular player setting).
This should hopefully be fixed in 4.0.9.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: