Download
(149Kb)
Download
Updated: 03-17-19 10:00 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Shadows of Argus (7.3.0)
Tomb of Sargeras (7.2.0)
Return to Karazhan (7.1.5)
Legion (7.0.3)
Updated:03-17-19 10:00 AM
Created:unknown
Downloads:222,126
Favorites:1,133
MD5:

Combuctor  Popular! (More than 5000 hits)

Version: 8.1.1
by: jaliborc, Tuller



Overview
Combuctor is a bag replacement addon designed to help the player find items as quickly and as easily as possible, while still feeling part of the default interface. Beyond the basic all-bags-in-one functionality, Combuctor provides features such as:

  • Ability to view the items of any character, from anywhere *
  • Inventory, bank, vault and guild bank support
  • Coloring based on item quality and more
  • Intelligent item search engine
  • Tooltip item counts
  • Item rulesets
  • Databroker support
* - Requires the player to login and visit the bank once at each character

Plugins
A wide assortment of plugins has been made by people in the community:
Notes
  • Please submit bugs and feature requests at GitHub.
  • Are you a developer? Combuctor provides a rich API for developing plugins and extra rulesets!
  • Please consider supporting Combuctor by becoming a patron or submitting a donation.
  • Visit me at jaliborc.com.

Optional Files (15)
File Name
Version
Size
Author
Date
Type
CF_6.0.2
3kB
10-19-14 12:59 AM
Addon
1
1kB
12-13-12 04:57 PM
Addon
1.4b
9kB
05-19-11 07:48 AM
Addon
1.3b
12kB
05-19-11 07:47 AM
Addon
1.2b
9kB
05-19-11 07:47 AM
Addon
1.3b
5kB
05-19-11 07:46 AM
Addon
1.3b
12kB
05-19-11 07:46 AM
Addon
1.2b
9kB
05-19-11 07:45 AM
Addon
1.2b
12kB
05-19-11 07:45 AM
Addon
1.2b
12kB
05-19-11 07:44 AM
Addon
1.3b
10kB
05-19-11 07:44 AM
Addon
1.0.00
1kB
01-19-11 11:41 PM
Addon
1.0.01
3kB
01-19-11 05:31 PM
Addon
1.0.00
2kB
01-16-11 09:31 AM
Addon
1.1.02
2kB
01-16-11 04:45 AM
Addon


Post A Reply Comment Options
Unread 05-21-10, 12:15 AM  
Koriel
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Re: Tooltip toggle?

Originally posted by Taronish
One thing... is there a quick/easy way to turn off the item counts in the tooltip? Altoholic is already telling me all that, and it has totals, etc. I glanced through the code briefly but given my lua/UI know-how but I figured it might be quicker to ask.
Just disable the Bagnon_Tooltips mod.
Report comment to moderator  
Reply With Quote
Unread 06-10-10, 11:39 AM  
Spylord
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 1
Hi,

I am trying to add more options to the tab in the default sets.

This is what I have so far;

local function isRing(player, bagType, name, link, quality, level, ilvl, type, subType, stackCount, equipLoc)
return equipLoc == 'INVTYPE_FINGER'
end
CombuctorSet:RegisterSubSet(L.Ring, L.Equipment, nil, isRing)

Everything seems to work fine, but BugSack complain;

1x AceLocale-3.0: Combuctor: Missing entry for 'Ring':
Combuctor_Sets\sets.lua:65: in main chunk

I am still learning LUA, any tip will be great.
Last edited by Spylord : 06-10-10 at 11:39 AM.
Report comment to moderator  
Reply With Quote
Unread 06-10-10, 11:50 AM  
Mock
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 39
Uploads: 3
No doubt this is the best bag addon for me out there but there's one thing it misses I feel. I want to show the gold i have on all the character instead of just the total gold on the realm, anyone knows how i could edit the money frame to show it?
Report comment to moderator  
Reply With Quote
Unread 06-10-10, 12:00 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
@Spylord:
L.Ring is saying, "look in the table L for the entry 'Ring'. Its equivalent to L['Ring'] found in the localization files in Combuctor. You need to define it.

@Mock:
Does that mean you want to see your gold broken down by each character?
Last edited by Tuller : 06-10-10 at 12:00 PM.
Report comment to moderator  
Reply With Quote
Unread 06-10-10, 12:03 PM  
Spylord
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 1
Gotcha!
Thanks for the quick reply
Fixing them now!
Report comment to moderator  
Reply With Quote
Unread 06-11-10, 05:33 AM  
Mock
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 39
Uploads: 3
Originally posted by Tuller

@Mock:
Does that mean you want to see your gold broken down by each character?
Yeah, something like that. Let me show you what i had in mind:

Total Gold: 1234
Char1 : 600
Char2 : 634

Guess it shouldn't be to hard to do since it allready is saved in the bagnon forever db.
Report comment to moderator  
Reply With Quote
Unread 06-28-10, 09:11 AM  
RedshiftNova
A Defias Bandit

Forum posts: 2
File comments: 2
Uploads: 0
Tuller,

When using Combuctor, opening my bags or bank will pull up both the Combuctor'd bagframe/bankframe and the default UI bagframe/bankframe. How do I fix this? ><;
Report comment to moderator  
Reply With Quote
Unread 06-28-10, 04:17 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
That sounds like a conflict with another addon.
Report comment to moderator  
Reply With Quote
Unread 06-30-10, 05:33 AM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
I have a rather silly question.

I would like my tabs to appear on the right side, the same as in your screenshot. When I loaded up Combuctor in-game, the tabs were on the left. How might I go about moving them?
Report comment to moderator  
Reply With Quote
Unread 06-30-10, 05:55 AM  
OttoDeFe
A Chromatic Dragonspawn
 
OttoDeFe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 178
File comments: 195
Uploads: 12
/run CombuctorFrame1:SetLeftSideFilter(false)

It'd buried in the thread several pages back. I just knew where to look.
__________________
"They say
the pen is mightier than any saber -
any sword -
but if there's a war
I just don't know if a Bic will save ya..."

-- Last Offence
Report comment to moderator  
Reply With Quote
Unread 07-01-10, 07:16 AM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Originally posted by OttoDeFe
/run CombuctorFrame1:SetLeftSideFilter(false)

It'd buried in the thread several pages back. I just knew where to look.
Awesome, thank you!
Report comment to moderator  
Reply With Quote
Unread 07-10-10, 03:59 PM  
Advicelol
A Defias Bandit

Forum posts: 2
File comments: 8
Uploads: 0
I have no idea if this has do with me or Combuctor but, since I cleared my cache I can no longer sort my items into their different qualities.

Edit: There used to be an colored outline on the icon of the item but that is no longer there as well.
Last edited by Advicelol : 07-10-10 at 04:27 PM.
Report comment to moderator  
Reply With Quote
Unread 07-29-10, 08:33 AM  
Redeemer32
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Is there a sorting and stacking option or addon compatible with combuctor. ?
Report comment to moderator  
Reply With Quote
Unread 08-06-10, 06:01 AM  
nonameform
A Deviate Faerie Dragon

Forum posts: 16
File comments: 50
Uploads: 0
Trying to disenchant an item with Combuctor and vendor windows opened produces an error (partial output from Swatter):

["message"] = "Error: AddOn Combuctor attempted to call a forbidden function (UNKNOWN()) from a tainted execution path.",
["context"] = "AddOn: Combuctor",
["stack"] = "[C]: ?\n[C]: in function `UseContainerItem'\nInterface\\FrameXML\\ContainerFrame.lua:733: in function `ContainerFrameItemButton_OnClick'\n[string \"*:OnClick\"]:12: in function <[string \"*:OnClick\"]:1>\n",
Closing the vendor window allows to disenchant without a problem.
Report comment to moderator  
Reply With Quote
Unread 08-06-10, 08:28 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Do you get the error with all other addons disabled?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.