Add bag full mailbox mailing flow

This commit is contained in:
王鹏
2026-05-07 08:33:10 +08:00
parent a9e162f00e
commit 2ee9f9d10d
7 changed files with 807 additions and 3 deletions

42
MailboxCourier/README.md Normal file
View File

@@ -0,0 +1,42 @@
# MailboxCourier
Wrath 3.3.5 addon for testing mailbox batch sending.
## Install
Copy the `MailboxCourier` folder into:
```text
World of Warcraft/Interface/AddOns/
```
Then reload UI or restart the game.
## Use
1. Open a mailbox.
2. Set recipient:
```text
/mc to CharacterName
```
3. Send eligible bag items:
```text
/mc send
```
Useful commands:
```text
/mc
/mc stop
/mc subject Auto mail
/mc dryrun on
/mc dryrun off
/mc black add 6948
/mc black del 6948
```
The addon skips soulbound items, quest items, containers, locked items, and blacklisted item IDs. Hearthstone item ID `6948` and Skinning Knife item ID `7005` are blacklisted by default.