BankSplitter

BankSplitter – Automatically splits and distributes item stacks across Guild Bank and Warband Bank tabs, with configurable stack sizes and bag-to-bank deposit support.

File Details

GuildBankSplitter_1.1.0.zip

  • R
  • Jun 20, 2026
  • 26.78 KB
  • 45
  • 12.0.7
  • Retail

File Name

GuildBankSplitter_1.1.0.zip

Supported Versions

  • 12.0.7

1.1.0

Added

  • Character Bank support as a third bank mode, alongside Guild Bank and Warband Bank (6 tabs, Enum.BagIndex.CharacterBankTab_1-6)
  • New "Bank -> Bags" source/direction: withdraw split stacks from any bank type directly into player bags
  • Exact bank-type detection via PLAYER_INTERACTION_MANAGER_FRAME_SHOW/HIDE and Enum.PlayerInteractionType (GuildBanker/AccountBanker/CharacterBanker), replacing the previous frame/bag-slot heuristic

Changed

  • Window widened (290px -> 340px) to fit three mode/source buttons per row instead of two
  • Wrong-tab validation now also skips the check for the new "Bank -> Bags" direction's write side where applicable, mirroring the existing "Bags -> Bank" behavior
  • Tab tracking for Warband/Character banks generalized into a single per-mode table instead of a single Warband-only variable
  • All code comments translated to English