A.X.I.O.M. Portable Mode
⚠️ REQUIRES A.X.I.O.M. (GuildRecruiterManagement) — this addon does nothing on its own.
A.X.I.O.M. Portable Mode is a lightweight companion addon for A.X.I.O.M. / GuildRecruiterManagement by Krazzothane / Tuho. It is not a standalone recruitment tool — it adds a small, movable "Quick Recruit" window and an independent whisper popout on top of A.X.I.O.M., for people who want fast access to search/send/whisper without opening the full main window.
Requirements
- A.X.I.O.M. (GuildRecruiterManagement) must be installed and enabled. Without it, this addon will print a warning on login and do nothing.
- This addon only observes A.X.I.O.M. through its public interface. It does not replace, patch, or modify any of A.X.I.O.M.'s files, settings, or saved data in any way.
Features
- Quick Recruit window (
/axipor/portable) — a compact popup with:- A Search button that triggers A.X.I.O.M.'s own search, with a 5s cooldown indicator.
- A live Found counter (players found, minus who this addon has already messaged).
- A recap of the currently active filter and level range.
- A Send Batch button that sends your configured message/invite to found players, using your existing template and mode (Message / Invite / Both) from A.X.I.O.M.'s settings.
- Active Whispers popout — a standalone, resizable card view of ongoing whisper conversations you've started through a batch send, with per-conversation reply boxes and paging. Built independently from the game's chat events, so it works even while the main A.X.I.O.M. window is closed.
- Own tracking, own memory — keeps its own "already contacted" log (
/axip cleanto reset it) so nothing gets double-messaged, without touching A.X.I.O.M.'s blacklist or history.
How it works
- Open the window with
/axipor/portable— a small floating panel appears, showing the filter and level range you currently have configured in A.X.I.O.M. - Click Search — this runs A.X.I.O.M.'s search exactly as if you'd clicked it in the main window (same results, same filters). A 5-second cooldown protects against spamming it.
- Watch the Found counter — it shows how many of the players just found haven't been messaged by this addon yet (already-contacted players are automatically excluded, so re-running Search never duplicates work).
- Click Send Batch — sends your message and/or guild invite to every player still in that count, one at a time with a small delay between each (using the delay and mode set in A.X.I.O.M.'s own settings). Your message template's
[player],[ownname],[guild]and[class]placeholders are filled in automatically for each recipient. - Replies show up automatically — as soon as someone whispers back, a conversation card appears in the Active Whispers popout (
Open Whispbutton, or it opens itself). Conversations you sent to but who haven't replied yet stay hidden, so the popout only ever shows people actively talking to you. - Reply straight from the card — each card has its own input box; type and hit Enter. Cards can be closed individually once you're done with that person, and the popout is freely resizable/movable and remembers its size between sessions.
Design philosophy
This addon is intentionally a read-only companion:
- It never edits or overwrites any A.X.I.O.M. file.
- It never writes into A.X.I.O.M.'s SavedVariables — all of its own state lives in its own SavedVariables file.
- It never sends anything on A.X.I.O.M.'s internal sync/comm channels.
- It never overrides A.X.I.O.M.'s UI or script handlers — it only hooks in after A.X.I.O.M.'s own actions (
hooksecurefunc), the same pattern A.X.I.O.M.'s own modules use internally.
In short: install A.X.I.O.M. first, this addon just gives you a faster, portable way to use it.
Slash Commands
| Command | Effect |
|---|---|
/axip or /portable |
Toggle the Quick Recruit window |
/axip clean |
Reset this addon's own "already sent" log |
Screenshot

Credits
All recruitment logic, search, and player data come from A.X.I.O.M. (GuildRecruiterManagement) by Krazzothane. This addon is an unofficial, independent companion and is not affiliated with or endorsed by its author.

