Releases: gerob/AdiBags-Ascension
Release list
v3.3.5-ASCd
AdiBags Ascension 3.3.5-ASCd
Ascension-focused fork of AdiBags for Project Ascension (3.3.5 client).
Changes in 3.3.5-ASCd
- Ascension filter — Profession tools use an ID set. Flavor text is read once per item. Worldforged, tier tokens, and mystic enchants use
GetItemFlavorText(no tooltip scan). Mythic+ usesGetItemMythicLevel(including values like"10@"). Nil-safe checks; leftover globalOwnedremoved. - Bag title hover — Backpack and manual-anchor highlights stay on the bag frame so they no longer cover Split Stack Okay/Cancel.
No new files. /reload is enough.
Changes in 3.3.5-ASCc
- Guild bank gold — Deposit and Withdraw buttons, guild gold total, and your remaining daily gold withdraw, on the guild bank only (not personal or realm bank).
- Guild bank Log / Money Log / Info — Bottom tabs like the stock UI. Log is per item tab. Money Log is the whole-guild gold history and greys the item tabs. Info is the tab’s text (Save if you can edit it).
- Daily item withdrawals — Remaining stacks for the current guild-bank tab, on the Guild Bank and Log views.
- Anchored bags — Extra gap between backpack and personal/guild bank so the tab strip on the right is not covered.
- Stock bank no longer stacks on AdiBags — Opening personal or guild bank should show only AdiBags. The stock window is kept off-screen for the session (hiding it would close the bank).
This release adds a new file. Fully quit and relaunch the client. /reload is not enough.
Features
- Ascension junk auto-sell — When Ascension’s merchant Auto Sell Junk checkbox is enabled, also sell items AdiBags considers junk (including items dragged into the Junk section). Grey items remain handled by Ascension.
- Empty Junk drop target — Optional sticky Junk section header when empty so you can drag items onto it to mark them for sell.
- One-shot drag marks — Drag-to-Junk marks clear after auto-sell so buyback/recover is not sold again; manual Include list entries stay marked.
- Bulk sell confirmation — Selling more than 10 AdiBags junk stacks prompts a warning that Ascension recovery costs more than merchant buyback.
- Reset new items on bag close — Optional Track new items setting to clear “new” status when a bag closes.
- Keyring support — Keyring bag slot, hide-keyring character setting, and safer updates when the keyring is hidden.
- Personal / Guild / Realm bank — Bank type detection, session-safe guild bank tab handling, and layout/anchor fixes for personal bank.
- Stack split — Shift+left-click stack split for backpack, bank, and guild/personal bank without breaking modifier clicks (links, tradeskill use).
- Worldforged section — Items with
@Worldforgedflavor text are sorted into their own Equipment section.
Changes in 3.3.5-ASCb
- Empty equipped bag — Right-click an equipped bag slot to empty it so you can swap in a larger bag. Items are no longer dumped into the keyring, and a pickup no longer tries to equip a non-bag item. If there is not enough room, you get
Not enough room to empty that bag. - Options slash
/adi—/abis no longer registered; Ascension UI tools keep that name even when disabled. Use/adior/adibags. - Currency display — Tokens checked under Plugins → Currency show again at the bottom left of the backpack (gold stays bottom right).
Fixes in 3.3.5-ASCa
- Ascension vanity sorting — Quality-6 Ascension/Vanity items are classified before Worldforged tooltip scanning, and SetHyperlink errors no longer abort the Ascension filter.
Compatibility
- ElvUI AddOnSkins — Personal bank still creates the equipped-bag toggle (then hides it) so ElvUI-WotLK skins that index
HeaderLeftRegion.widgets[1]do not error. This is a nil-guard, not a full ElvUI restyle. - Masque — If Masque is loaded, backpack, bank, and guild-bank item buttons register in Masque groups. Marked experimental in the 3.3.5 backport; not in-game tested on Ascension.
- Scrap / BrainDead — If either addon is present at load, AdiBags can use their junk lists as extra detection sources (sorting and sell-with-Ascension). AdiBags does not run those addons’ sell UIs.
Install
Extract so AdiBags and AdiBags_Ascension sit directly under Interface\AddOns, then fully restart the client.
v3.3.5-ASCc
AdiBags Ascension 3.3.5-ASCc
Ascension-focused fork of AdiBags for Project Ascension (3.3.5 client).
Changes in 3.3.5-ASCc
- Guild bank gold — Deposit and Withdraw buttons, guild gold total, and your remaining daily gold withdraw, on the guild bank only (not personal or realm bank).
- Guild bank Log / Money Log / Info — Bottom tabs like the stock UI. Log is per item tab. Money Log is the whole-guild gold history and greys the item tabs. Info is the tab’s text (Save if you can edit it).
- Daily item withdrawals — Remaining stacks for the current guild-bank tab, on the Guild Bank and Log views.
- Anchored bags — Extra gap between backpack and personal/guild bank so the tab strip on the right is not covered.
- Stock bank no longer stacks on AdiBags — Opening personal or guild bank should show only AdiBags. The stock window is kept off-screen for the session (hiding it would close the bank).
This release adds a new file. Fully quit and relaunch the client. /reload is not enough.
Features
- Ascension junk auto-sell — When Ascension’s merchant Auto Sell Junk checkbox is enabled, also sell items AdiBags considers junk (including items dragged into the Junk section). Grey items remain handled by Ascension.
- Empty Junk drop target — Optional sticky Junk section header when empty so you can drag items onto it to mark them for sell.
- One-shot drag marks — Drag-to-Junk marks clear after auto-sell so buyback/recover is not sold again; manual Include list entries stay marked.
- Bulk sell confirmation — Selling more than 10 AdiBags junk stacks prompts a warning that Ascension recovery costs more than merchant buyback.
- Reset new items on bag close — Optional Track new items setting to clear “new” status when a bag closes.
- Keyring support — Keyring bag slot, hide-keyring character setting, and safer updates when the keyring is hidden.
- Personal / Guild / Realm bank — Bank type detection, session-safe guild bank tab handling, and layout/anchor fixes for personal bank.
- Stack split — Shift+left-click stack split for backpack, bank, and guild/personal bank without breaking modifier clicks (links, tradeskill use).
- Worldforged section — Tooltip-tagged Worldforged items are sorted into their own Equipment section.
Changes in 3.3.5-ASCb
- Empty equipped bag — Right-click an equipped bag slot to empty it so you can swap in a larger bag. Items are no longer dumped into the keyring, and a pickup no longer tries to equip a non-bag item. If there is not enough room, you get
Not enough room to empty that bag. - Options slash
/adi—/abis no longer registered; Ascension UI tools keep that name even when disabled. Use/adior/adibags. - Currency display — Tokens checked under Plugins → Currency show again at the bottom left of the backpack (gold stays bottom right).
Fixes in 3.3.5-ASCa
- Ascension vanity sorting — Quality-6 Ascension/Vanity items are classified before Worldforged tooltip scanning, and SetHyperlink errors no longer abort the Ascension filter.
Compatibility
- ElvUI AddOnSkins — Personal bank still creates the equipped-bag toggle (then hides it) so ElvUI-WotLK skins that index
HeaderLeftRegion.widgets[1]do not error. This is a nil-guard, not a full ElvUI restyle. - Masque — If Masque is loaded, backpack, bank, and guild-bank item buttons register in Masque groups. Marked experimental in the 3.3.5 backport; not in-game tested on Ascension.
- Scrap / BrainDead — If either addon is present at load, AdiBags can use their junk lists as extra detection sources (sorting and sell-with-Ascension). AdiBags does not run those addons’ sell UIs.
Install
Extract so AdiBags and AdiBags_Ascension sit directly under Interface\AddOns, then fully restart the client.
v3.3.5-ASCb
AdiBags Ascension 3.3.5-ASCb
Ascension-focused fork of AdiBags for Project Ascension (3.3.5 client).
Changes in 3.3.5-ASCb
- Empty equipped bag — Right-click an equipped bag slot to empty it so you can swap in a larger bag. Items are no longer dumped into the keyring, and a pickup no longer tries to equip a non-bag item. If there is not enough room, you get
Not enough room to empty that bag. - Options slash
/adi—/abis no longer registered; Ascension UI tools keep that name even when disabled. Use/adior/adibags. - Currency display — Tokens checked under Plugins → Currency show again at the bottom left of the backpack (gold stays bottom right).
Features
- Ascension junk auto-sell — When Ascension’s merchant Auto Sell Junk checkbox is enabled, also sell items AdiBags considers junk (including items dragged into the Junk section). Grey items remain handled by Ascension.
- Empty Junk drop target — Optional sticky Junk section header when empty so you can drag items onto it to mark them for sell.
- One-shot drag marks — Drag-to-Junk marks clear after auto-sell so buyback/recover is not sold again; manual Include list entries stay marked.
- Bulk sell confirmation — Selling more than 10 AdiBags junk stacks prompts a warning that Ascension recovery costs more than merchant buyback.
- Reset new items on bag close — Optional Track new items setting to clear “new” status when a bag closes.
- Keyring support — Keyring bag slot, hide-keyring character setting, and safer updates when the keyring is hidden.
- Personal / Guild / Realm bank — Bank type detection, session-safe guild bank tab handling, and layout/anchor fixes for personal bank.
- Stack split — Shift+left-click stack split for backpack, bank, and guild/personal bank without breaking modifier clicks (links, tradeskill use).
- Worldforged section — Tooltip-tagged Worldforged items are sorted into their own Equipment section.
Fixes in 3.3.5-ASCa
- Ascension vanity sorting — Quality-6 Ascension/Vanity items are classified before Worldforged tooltip scanning, and SetHyperlink errors no longer abort the Ascension filter.
Compatibility
- ElvUI AddOnSkins — Personal bank still creates the equipped-bag toggle (then hides it) so ElvUI-WotLK skins that index
HeaderLeftRegion.widgets[1]do not error. This is a nil-guard, not a full ElvUI restyle. - Masque — If Masque is loaded, backpack, bank, and guild-bank item buttons register in Masque groups. Marked experimental in the 3.3.5 backport; not in-game tested on Ascension.
- Scrap / BrainDead — If either addon is present at load, AdiBags can use their junk lists as extra detection sources (sorting and sell-with-Ascension). AdiBags does not run those addons’ sell UIs.
Install
Extract so AdiBags and AdiBags_Ascension sit directly under Interface\AddOns, then fully restart the client.
v3.3.5-ASCa
AdiBags Ascension 3.3.5-ASCa
Ascension-focused fork of AdiBags for Project Ascension (3.3.5 client).
Features
- Ascension junk auto-sell — When Ascension’s merchant Auto Sell Junk checkbox is enabled, also sell items AdiBags considers junk (including items dragged into the Junk section). Grey items remain handled by Ascension.
- Empty Junk drop target — Optional sticky Junk section header when empty so you can drag items onto it to mark them for sell.
- One-shot drag marks — Drag-to-Junk marks clear after auto-sell so buyback/recover is not sold again; manual Include list entries stay marked.
- Bulk sell confirmation — Selling more than 10 AdiBags junk stacks prompts a warning that Ascension recovery costs more than merchant buyback.
- Reset new items on bag close — Optional Track new items setting to clear “new” status when a bag closes.
- Keyring support — Keyring bag slot, hide-keyring character setting, and safer updates when the keyring is hidden.
- Personal / Guild / Realm bank — Bank type detection, session-safe guild bank tab handling, and layout/anchor fixes for personal bank.
- Stack split — Shift+left-click stack split for backpack, bank, and guild/personal bank without breaking modifier clicks (links, tradeskill use).
- Worldforged section — Tooltip-tagged Worldforged items are sorted into their own Equipment section.
Fixes in 3.3.5-ASCa
- Ascension vanity sorting — Quality-6 Ascension/Vanity items are classified before Worldforged tooltip scanning, and SetHyperlink errors no longer abort the Ascension filter.
Compatibility
- ElvUI / Masque: bag slot toggle created for personal bank (hidden) so skins expecting that widget do not error.
- Optional Scrap / BrainDead junk sources for detection only.
Install
Extract so AdiBags and AdiBags_Ascension sit directly under Interface\AddOns, then fully restart the client.
v3.3.5-ASC
AdiBags Ascension 3.3.5-ASC
Ascension-focused fork of AdiBags for Project Ascension (3.3.5 client).
Features
- Ascension junk auto-sell — When Ascension’s merchant Auto Sell Junk checkbox is enabled, also sell items AdiBags considers junk (including items dragged into the Junk section). Grey items remain handled by Ascension.
- Empty Junk drop target — Optional sticky Junk section header when empty so you can drag items onto it to mark them for sell.
- One-shot drag marks — Drag-to-Junk marks clear after auto-sell so buyback/recover is not sold again; manual Include list entries stay marked.
- Reset new items on bag close — Optional Track new items setting to clear “new” status when a bag closes.
- Keyring support — Keyring bag slot, hide-keyring character setting, and safer updates when the keyring is hidden.
- Personal / Guild / Realm bank — Bank type detection, session-safe guild bank tab handling, and layout/anchor fixes for personal bank.
- Stack split — Shift+left-click stack split for backpack, bank, and guild/personal bank without breaking modifier clicks (links, tradeskill use).
- Worldforged section — Tooltip-tagged Worldforged items are sorted into their own Equipment section.
Compatibility
- ElvUI / Masque: bag slot toggle created for personal bank (hidden) so skins expecting that widget do not error.
- Optional Scrap / BrainDead junk sources for detection only.
Install
Extract so AdiBags and AdiBags_Ascension sit directly under Interface\AddOns, then fully restart the client.