3.11.02

Details

  • Filename
    ArkInventory-3.11.02.zip
  • Uploaded by
  • Uploaded
    Sep 24, 2024
  • Size
    1.50 MB
  • Downloads
    8,041
  • MD5
    6f36595ac968716efff638338a96bcd6

Supported WoW Retail Versions

  • 11.0.2

Supported WoW Cataclysm Classic Versions

  • 4.4.0

Supported WoW Classic Versions

  • 1.15.3

Changelog

# 3.11.02 (25-AUG-2024)

  • fixed - https://github.com/arkayenro/arkinventory/issues/2022 - issue with items that can stack but have a higher unique value
  • fixed - (regression) https://github.com/arkayenro/arkinventory/issues/2021 - issue with restack ignoring reagent bag for consolidate step
  • fixed - (classic) https://github.com/arkayenro/arkinventory/issues/2020 - issue with missing blizzard enum.banktype table
  • fixed - (regression) issue with accountbank cleanup
  • workaround - (classic sod) https://github.com/arkayenro/arkinventory/issues/2019 - blizzard bug in c_engraving API when item is in the main bank (the other bank bags are fine)
  • fixed - issue with bank cleanup code
  • fixed - issue with bank restack and deposit reagents option
  • fixed - (classic) issue with restacking
  • updated - category for some items
  • fixed - issue with mount config options
  • fixed - (classic / season of discovery) itemrack and runes
  • fixed - projectiles should now get restacked into quivers/ammo pouches
  • fixed - issue with (steady) flying mount summon code
  • added - search bar will accept the expansion name (note - blizzard arent exactly accurate with what expansion an item belongs to)
  • changed - https://github.com/arkayenro/arkinventory/issues/1918 - restack - profession bags will now search for both crafting and reagent items
  • added - flying mount config mode option to set which flight mode (all/steady/dynamic) a mount can be used with
  • changed - flying mount selection is now based on the steady/dynamic aura you have active (if you dont have an aura the default is dynamic)
  • fixed - (regression) https://github.com/arkayenro/arkinventory/issues/1996 - issue with auction house scanning in classic

known issues

  • some default frames (vendor/merchant at minimum) that would normally open via the PlayerInteractionFrameManager no longer open if you are in combat, you just get an addon error. there is currently no workaround.
  • (dragonflight) reagentbank slots are no longer readable unless the bank is open
  • Enum.ItemConsumableSubclass is missing the Flask entry and everything after has moved down a value which screws up the category names (have hardcoded a workaround for the moment)
  • items with an active cooldown dont allow comparison tooltips to generate
  • cooldowns no longer start automatically. you can close/open the bag to get them to show (if you enable that option). all of the cooldown events ACTIONBAR_UPDATE_COOLDOWN, BAG_UPDATE_COOLDOWN, PET_BAR_UPDATE_COOLDOWN, SPELL_UPDATE_COOLDOWN, appear to trigger off other players as well, but do not provide any indication whether the event was triggered by you or them, so cooldowns will trigger window refreshes fairly constantly when you are around large numbers of players. even limiting it to one update per second generated too much lag, especially in massive groups.
  • chat link for a battlepet in the guild bank will not send
  • the first time you click on a hyperlink in chat it wont show the item counts

to do

  • double check all categories show/hide for the right clients

  • restack disable - maybe change this to require a modifier key instead of a straight disable? might be easier to shift/alt/ctrl click on it than turning it on/off and its not like youll accidentally do it (which is why the disable was added)

  • backpack tokens to scroll when max width reached on second line

  • extend the categoryset actions to individual items for additional granular control.

  • add action; move (bank to bag, bag to bank, bag to vault, vault to bag)

  • add actions to items

  • allow multiple actions on a category / item

  • secure action button for toybox (and keyring)