All Projects → AdiAddons → AdiBags

AdiAddons / AdiBags

Licence: GPL-3.0 license
WoW Addon — Adirelle's bag addon.

Programming Languages

lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to AdiBags

Wildpants
Shared services between Bagnon and Combuctor. Pants are a dangerous foe indeed.
Stars: ✭ 19 (-79.79%)
Mutual labels:  addon, inventory, world-of-warcraft
Bagnon
Single window displays for you items
Stars: ✭ 125 (+32.98%)
Mutual labels:  addon, inventory, world-of-warcraft
Shestakui classic
ShestakUI for WoW Classic (1.13.2)
Stars: ✭ 108 (+14.89%)
Mutual labels:  addon, world-of-warcraft
Pfui
A User Interface Replacement for World of Warcraft: Vanilla & TBC
Stars: ✭ 226 (+140.43%)
Mutual labels:  addon, world-of-warcraft
TellMeWhen
TellMeWhen is a combat tracking AddOn for World of Warcraft Retail and Classic
Stars: ✭ 69 (-26.6%)
Mutual labels:  addon, world-of-warcraft
Elvui
ElvUI for World of Warcraft - The Burning Crusade (2.4.3)
Stars: ✭ 89 (-5.32%)
Mutual labels:  addon, world-of-warcraft
Tdbattlepetscript
Battle pet combat script for wow.
Stars: ✭ 97 (+3.19%)
Mutual labels:  addon, world-of-warcraft
pfQuest
A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC
Stars: ✭ 109 (+15.96%)
Mutual labels:  addon, world-of-warcraft
Cursebreaker
TUI/CLI addon updater for World of Warcraft.
Stars: ✭ 597 (+535.11%)
Mutual labels:  addon, world-of-warcraft
ElvUI
ElvUI for World of Warcraft - Vanilla (1.12.1)
Stars: ✭ 67 (-28.72%)
Mutual labels:  addon, world-of-warcraft
AIO
AIO is a pure lua server-client communication system for Eluna and WoW.
Stars: ✭ 50 (-46.81%)
Mutual labels:  addon, world-of-warcraft
WoWUnit
A unit testing framework for World of Warcraft
Stars: ✭ 20 (-78.72%)
Mutual labels:  addon, world-of-warcraft
Yaht
Yet another Hunter Timer for WoW Classic
Stars: ✭ 63 (-32.98%)
Mutual labels:  addon, world-of-warcraft
Ajour
A World of Warcraft addon manager written in Rust.
Stars: ✭ 803 (+754.26%)
Mutual labels:  addon, world-of-warcraft
Weakauras2
World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.
Stars: ✭ 731 (+677.66%)
Mutual labels:  addon, world-of-warcraft
Elvui
ElvUI for World of Warcraft - Wrath of the Lich King (3.3.5a)
Stars: ✭ 229 (+143.62%)
Mutual labels:  addon, world-of-warcraft
Dominos
A main actionbar replacement
Stars: ✭ 72 (-23.4%)
Mutual labels:  addon, world-of-warcraft
Dungeontools
Fork of Nnoga's Mythic Dungeon Tools addon to restore mob data and improve upon the base code!
Stars: ✭ 329 (+250%)
Mutual labels:  addon, world-of-warcraft
Ovale
An add-on for World of Warcraft that displays icons based on scripts
Stars: ✭ 46 (-51.06%)
Mutual labels:  addon, world-of-warcraft
AzeriteUI
Custom user interface suite for WoW. Design and code by Lars Norberg and Daniel Troconis.
Stars: ✭ 0 (-100%)
Mutual labels:  addon, world-of-warcraft


AdiBags displays the content of your bags in one view, distributed into several sections using smart filters.

It is heavily inspired by Nargiddley’s Baggins.

Configuration is available through Blizzard addon panel, /adibags chat command or right-clicking on the LDB plugin.

Features

Most of these features may be configured. Check out the configuration panel ! (using the /adibags chat command or clicking on the bag icon, you have any LDB display)

  • Smart filters are used to distribute items into several sections, including:
    • Item sets of the Blizzard’s gear manager (one section per set),
    • Junk items (whitelist and blacklist available),
    • Quest items,
    • Equipment (items your character can wear),
    • Sections based on item category: trade goods, consumables, recipes, …
    • Manual filtering (drag and drop items on section header, or add new section from the configuration panel),
    • Free space.
  • Smart item sorting inside each section.
  • Smart section layout.
  • Track new items; use the [N] button resets the “new” flag.
  • Display slot type.
  • Bag sorting: click on the [S] button.
  • Hide some sections, using the [V] button.
  • Name-based search.
  • Equipped bags (click on the bag icon in the top left corner),
  • Display character money in the backpack.
  • Display character tokens in the backpack.
  • LDB data source, displaying free space.
  • Two bag placement modes (choose one in the configuration panel):
    • Anchored: the bags expand from an anchor towards the center of the screen. The anchor can be unlocked and moved.
    • Manual: move the bags by dragging their title.

Separate modules

I have written two separate modules for AdiBags:

Tips & tricks

  • you can create your own sections using the “manual filter” in filter configuration. You can then drag and drop items on section titles to reassign them ; this works for any section.
  • if you want to highlight new items without putting them into a specific section, edit the “new items” filter priority to put it at the end of the filter list.

Known issues

  • New items detection does not work like it did before 1.8: Ihis is normal. I switched to the NewItems API that Blizzard has added in patch 6.0. This API does not work for bank nor items coming from the bank or the mailbox, but it does not having the timing issue my code had.
  • Protected action/addon blocked error: they sometimes happen with AdiBags. Even though my effort, I can not reproduce these. Blizzard taint reports are very buggy, often blaming the wrong addon. As such they are pretty much useless.

Things that likely will not be implemented

Anything else than the existing “all-in-one” views

AdiBags has been built around, and optimized for, the idea of the “all-in-one” view. Doing anything would require to redesign big parts of the addons, especially the layout code that is quite complex at the first place.

Anything that requires to scan item tooltips

Tooltip scanning is quite CPU-consuming and above all requires asynchronous programming, since item tooltips would not always be available at the time AdiBags should use them. This would raise the complexity of bag filtering be an order of magnitude and turn AdiBags into a CPU hog.

Some examples what requires to scan the item tooltips:

  • detecting the kind and state of binding: unbound, soulbound, bind-on-pickup, bind-on-equip…
  • detecting already known spells/pets/recipes or faction/race/level/skill/class restrictions ; basically any “red text” in the tooltip.

Guild bank

AdiBags presents you a nice view of your bags but actually they are in a complete mess. With AdiBags, there is no need and no way to tidy up the items in the actual bags. Guilds usually try to keep their bank tidy. What would happen if some people in a guild used AdiBags for the guild bank ? Well, they would mess up the guild bank content and people NOT using AdiBags would have to deal with that mess. I can hear the screams from there. So that is why I will not implement guild bank.

Alt bags and bank

AdiBags is not an alt bags/bank viewer. If you want to keep track of what your alt owns, I suggest using an addon like BagSync.

Full bag skinning

Basic skinning is available using LibSharedMedia-1.0: you can choose the bag font, background and border, as well as the color.

Comprehensive in-game filter/section editor

According to my experience with Baggins, comprehensive editor is awful to write as an author and awful to use as an user. Hence I focus on creating filters that have a smart built-in behavior and only a few options. I try to avoid the 20% of features that would require 80% of development effort.

Feedback

Important notice: I highly suggest installing both, BugGrabber and BugSack, to capture errors and then alert/display them to you in the manner of your choosing. However, I ask that you please verify any errors received are actually about AdiBags before reporting them to me.

Some words about submitting bug reports:

  • Reports that tell me “it doesn’t work, fix it!” aren’t helpful. I need to know how it failed and a way to reproduce the bug, so I can identify what’s causing it and make sure it gets fixed properly.
  • These aren’t a “fire and forget” sort of thing. I may have some follow-up questions or require your assistance in some way.
  • Please search through the existing reports and “known issues” section above before submitting new ones. Duplicate reports will be rejected on sight.

Now, with all of that in mind, please report any bug or error you’ve found using the issue tracker.

License

AdiBags is licensed under the GNU General Public License version 3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].