Download
(151Kb)
Download
Updated: 01-23-07 07:12 AM
Pictures
File Info
Updated:01-23-07 07:12 AM
Created:unknown
Downloads:15,025
Favorites:44
MD5:

TBag  Popular! (More than 5000 hits)

Version: 070123
by: TalosWoten [More]

Rejoice!

This is the long awaited expansion to EngBags, which works with 2.0. Yay!

In addition to the auto-sorting you've come to know and love, I've added many new features, including searching for items (in mail, etc.) You can also see and use the original default UI bags, which have slots free overlaid on top of them. There are also many convenience features, like highlighting new items, colored spotlighting, and purchase bank bags without having to unload the addon. A visual edit mode allows you to rearrange categories to your taste, and an advanced customization window enables you to completely configure every aspect of TBag.

Getting Started

TBag can only "see" something you've seen, so for every character:

1) Open your bags
2) Go to the bank
3) Check your mail
4) View your body
5) Open all your trade windows

This allows you to view the bag and bank contents of your characters at any time (sorted according to their trade skills) by clicking the name dropdown in the upper right. It also enables you to do a full item search from the search textbox just to the left of the name dropdown.

Optional Files (0)


Post A Reply Comment Options
Unread 01-12-07, 03:25 PM  
towt
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
My error message on some characters

Date: 2007-01-12 14:22:36
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\TBag\TBag.lua line 3485:
attempt to concatenate field '?' (a nil value)
Debug:
[C]: ?
TBag\TBag.lua:3485: TBag_PickBar()
TBag\TBag.lua:3414: TBag_SortItmCache()
TBag\TBnk.lua:181: TBnk_init()
[string "TBnkFrame:OnEvent"]:3:
[string "TBnkFrame:OnEvent"]:1
AddOns:
Auctioneer, v3.9.0.1304
ClearFont, vv20000-Beta 1
EnhTooltip, v3.9.0.1285
ItemRack
Stubby, v1285
Swatter, v3.9.0.1301
TBag, v2007-01-09
Report comment to moderator  
Reply With Quote
Unread 01-12-07, 11:36 AM  
emgee
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Re: 3469 must die!

Originally posted by TalosWoten
I believe this bug has been fixed in the 070110 version. If it isn't, please let me know.
nope its still in there but kenjos fix worked

thanks alot both of you
Report comment to moderator  
Reply With Quote
Unread 01-12-07, 09:36 AM  
tulla
A Kobold Labourer
 
tulla's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by kenjo
this how you do it
use note pad to open tbag lua file its the one that is about 114kb
goto edit tap then the GOTO

type in 3469

hilight the line and paste this

itm[TBAG_I_CAT] = "EMPTY_"..TBag_GetBagPosName(itm[TBAG_I_BAG]).."_SLOTS";

save the file

restart wow and add addon tbag make sure the load out of date is checked

now play
WAHOOOOOOOOO THANK YOU THANK YOU THANK YOU THANK YOU!!!!! Kenjo thank you so much!

Notepad wouldn't give the option to go to a line (for whatever reason go to was greyed out) so I downloaded an LUA editor and WOOT tbags bank portion (which was my only problem spot) lives again!

TBAGS FTW!!!!

Telos your awesome, keep up the great work.
Report comment to moderator  
Reply With Quote
Unread 01-12-07, 03:45 AM  
vbrokop
A Defias Bandit

Forum posts: 2
File comments: 20
Uploads: 0
i'm confused. with EngBags, i can assign certain pieces items to custom categories. for instance, i have all my FR gear in one, NR gear in another... Mp5 gear in another. i don't necessarily want every single piece of armor that has +X Fire Resistance in this category, however, so i want the option to manually move certain pieces here or there.

can this be done, currently? after messing around with adding new categories, it seems the mod wants to automatically move pieces around based on key words in the tooltip.

thanks!
Report comment to moderator  
Reply With Quote
Unread 01-12-07, 12:13 AM  
TalosWoten
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 5
Uploads: 1
Post 3469 must die!

I believe this bug has been fixed in the 070110 version. If it isn't, please let me know.
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 10:05 PM  
kenjo
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by tulla
I've been a huge fan of the eng mods since way back when it only did your character bags, this is great.

I'm also running in to the same problem with the bank bag bar showing up, but none of the contents. I know the previous poster said he found a fix and gave a line number, but I don't have anyway of pasting that in in the right place bcause nothing shows what line it is in wordpad as well as I'm not 100% sure of which file he's saying to place this in. Any suggestions?


this how you do it
use note pad to open tbag lua file its the one that is about 114kb
goto edit tap then the GOTO

type in 3469

hilight the line and paste this

itm[TBAG_I_CAT] = "EMPTY_"..TBag_GetBagPosName(itm[TBAG_I_BAG]).."_SLOTS";

save the file

restart wow and add addon tbag make sure the load out of date is checked

now play
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 09:45 PM  
Techrev
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Ok, Ima idjit, I just clicked the load out of date add ons box, replaced line 3568 with

if (itm[TBAG_I_BAGTYPE] and itm[TBAG_I_BAGTYPE] ~= "") then

(which is a better fix I think than the replace line 3569 one)

And everything is hunky dory...
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 09:39 PM  
Techrev
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Ok, i think I know whats going on, its saying its out of date, even though I installed the 1/10/07 version. Is there another dload for this, or is there a way to fix the out of date problem?
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 08:20 PM  
Affrinard
A Defias Bandit

Forum posts: 3
File comments: 9
Uploads: 0
Originally posted by emgee
ok i tinkered around a bit with copy&paste
since i have no clue about lua etc...

if i replace line 3469 with
Code:
itm[TBAG_I_CAT] = "EMPTY_"..TBag_GetBagPosName(itm[TBAG_I_BAG]).."_SLOTS";
then it seems to work perfectly

maybe that helps Talos with finding the actual error
Excellent! Tbag seems to be working perfectly fine with this fix
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 07:40 PM  
Techrev
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Ok, I'm stressed.. I can't get any inv mods to work.. Is anyone using this successfully? I'm not getting it to load at all. I don't get any errors, and kaos says its loaded, but when I click my bags they are normal bags, and when I type /tbag I get nothing.. Same with onebag, and aioi...
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 06:29 PM  
kenjo
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
i love this bag


can anyone explain how to apply the fixes they have found
i dont know how to view the file so that the line #'s are there


please if any one could post a few more details on how to find and fix the issue it would be much appreciated
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 04:58 PM  
tulla
A Kobold Labourer
 
tulla's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
I've been a huge fan of the eng mods since way back when it only did your character bags, this is great.

I'm also running in to the same problem with the bank bag bar showing up, but none of the contents. I know the previous poster said he found a fix and gave a line number, but I don't have anyway of pasting that in in the right place bcause nothing shows what line it is in wordpad as well as I'm not 100% sure of which file he's saying to place this in. Any suggestions?
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 04:10 PM  
tumbleweed
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Found the fix - in line 3468, do a nil check before checking the field directly, like this:
if (itm[TBAG_I_BAGTYPE] and itm[TBAG_I_BAGTYPE] ~= "") then

woot !
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 01:20 PM  
Wispirs
A Defias Bandit

Forum posts: 1
File comments: 2
Uploads: 0
i LOVE this addon it makes things so much easier !

But i find that i cant see my bank bags/bank contents at all? is there a fix to this i tried the /realoadui and that didnt work. i also get an error while logging in....

Interface\addons\tbag\tbag.lua:3469:attempt to concatenate '?' (a nil value)

any suggestions?
Wispirs is online now Report comment to moderator Reply With Quote
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 09:46 AM  
emgee
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
ok i tinkered around a bit with copy&paste
since i have no clue about lua etc...

if i replace line 3469 with
Code:
itm[TBAG_I_CAT] = "EMPTY_"..TBag_GetBagPosName(itm[TBAG_I_BAG]).."_SLOTS";
then it seems to work perfectly

maybe that helps Talos with finding the actual error
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: