Description
Oono Raid Invite
Mass-invite a raid roster straight from your clipboard. Companion addon for the Oono Raid Organizer desktop app, designed for Twitch streamers who organize viewer raids and need to invite 10, 20 or 30 people without copy-pasting macros one by one.
Works standalone too — if you have a list of
Char-Realmnames in your clipboard, paste it into the addon and it will invite everyone for you.
Features
- Paste-to-invite workflow. Type
/oono, paste your composition, done. - Sequential invites with a 1.5s delay between each one to avoid the WoW client invite throttle.
- Auto-conversion to raid group when more than 5 players are queued (skipped automatically for Mythic+ groups).
- Live invite tracking with status icons for every player:
- Pending / Invited / Joined
- Offline / Already in a group / Declined
- Review window — see your whole roster at a glance, remove anyone before inviting, watch statuses update in real time.
- Floating draggable button that shows how many invites are still pending.
- Auto-removes your own character from the roster (you’re the leader, no need to invite yourself).
- Persistent across reloads — your pending list survives
/reload, logout and disconnects via SavedVariables. - Localized system message parsing — works on EN, FR, DE, ES, RU, etc. thanks to WoW’s built-in error string constants.
Usage
Quick start
- In the Oono Raid Organizer dashboard, lock your composition and click “Copy for addon”.
- In WoW, type
/oonoto open the paste window. - Press Ctrl+V. The addon parses the payload and opens the review window.
- Click “Invite all”. The addon invites everyone one by one and tracks their statuses.
Slash commands
| Command | Effect |
|---|---|
/oono |
Open the paste window |
/oono review |
Re-open the review window with the current roster |
/oono show |
Show the floating invite button |
/oono test |
Load a dummy roster with all statuses (UI preview, don’t click Invite all) |
/oono clear |
Clear the pending list and reset all statuses |
Floating button
- Left click — opens the review window.
- Right click + drag — move the button anywhere on screen. Position is saved per account.
Status icons
The addon uses WoW’s native Ready Check textures (green check, red cross, yellow question mark) instead of Unicode glyphs, so statuses render correctly regardless of the in-game font.
| Status | Meaning |
|---|---|
| Pending | Waiting in queue, not invited yet |
| Invited | Invite sent, waiting for the player to accept |
| Joined | Player accepted and is in the group/raid |
| Offline | Player is not online (detected from the system message) |
| Already in a group | Player is already grouped elsewhere |
| Declined | Player declined the invite |
Requirements
- WoW Retail 12.0.5 (Interface 120005).
- No other addon dependencies.
Supported payload formats
The addon parses three clipboard formats, in this order of preference:
OONO2|<raidId>|<difficulty>|<realm>=<char>,<char>|...Current format used by the Oono dashboard. Carries difficulty info so the addon knows whether to convert the party into a raid (skipped forMM+).OONO1|<raidId>|<realm>=<char>,<char>|...Legacy compact format (no difficulty — defaults to raid behavior).RAID:<raidId>|Char1-Realm1|Char2-Realm2|...Earliest format, kept for backward compatibility.
Names are normalized (whitespace stripped, case-insensitive comparison), so
realms like Conseil des Ombres match ConseildesOmbres from the payload.
Notes & limitations
- Invites are spaced 1.5 seconds apart. This is intentional — the WoW client will silently drop invites if you fire them faster.
- Players who are offline or already grouped are detected from the localized system chat messages. If your client locale uses an unusual error string, status detection might fall back to “invited”; the rest still works.
- The addon never auto-pulls from a network endpoint — everything goes through the clipboard, so it’s safe and offline.
- M+ runs are correctly kept as a 5-man party (no raid conversion).
About the Oono Raid Organizer
This addon is a companion for the Oono Raid Organizer desktop app: a
tool that reads Twitch chat sign-ups (!rv), enriches viewer profiles with
Raider.IO data, and helps streamers compose and invite raid groups. You can
also use this addon standalone with any compatible Char-Realm list.
