Description
What it does
* Fills your current party up to 5 by inviting online members of a chosen Community.
* Works with both Character Communities and Battle.net Communities.
Usage
* Slash command:
Create a macro:
/easyparty <CommunityName>
Example:
/easyparty MyGroup
How it behaves
* Finds the community (exact match first, then case-insensitive partial match; prefers Character over BNet on partial).
* Requests the roster and waits briefly for updates.
* Invites non-offline members until your group size reaches 5.
* Gentle throttle between invites to avoid server spam.
Current limitations
Party only (5 players). No raid conversion or raid invites.
No popup suppression. Invite popups from other clients will still show/behave normally. I couldn't find a way to effectively supress these messages - If you want to supress the popup, you can create a macro to make it go away as follows: /click StaticPopup1Button2
Roster is asyncronous If Blizzard’s roster cache is old, the first call may find fewer names; the addon retries once after a short wait.
Battle.net communities: members are invited only if the account has a **currently online WoW character** (we resolve `characterName-Realm`). Mobile/online-but-not-in-WoW won’t be invited.
Presence filter: only members with presence not equal to *Offline* (Online/Away/Busy/Mobile) are considered.


