File Details
Bag Ends v1.0.0
- R
- Nov 18, 2010
- 4.87 KB
- 404
- 4.0.3
- Retail
File Name
BagEnds.zip
Supported Versions
- 4.0.3
- New* - Added the ability to show Bag Status with Bank Bag Slots
- New* - Added the ability to hide unequipped bag slots (will no longer show 0/0, etc when no bag is equipped in a slot)
- Improved* - Bag Status Color is now forms a smooth gradient (rather than only full color steps) from green->yellow->red as a bag fills up
- Improved* - Performance and code improvements - reduced the number of function calls and loops per update cycle.
Unequipping a bag from a BANK bag slot will temporarily show an incorrect bag status. This occurs because BagEndsUpdate() is running before GetContainerNumSlots() registers an update. This will fix itself automatically the next time BagEndsUpdate() is called by the addon.