[Addon] RoR Autoinviter
Posted: Thu Feb 25, 2021 11:38 pm
Hello there! I wrote a fairly simple add-on for my guild to get group invites going faster and I think it's (somewhat) ready to be shared with the community. It's largely inspired by similar WoW add-ons.
I want to add a huge thanks to the addon community without whom I would not have been able to finish this. Autoinviter is my first addon and the lack of docs made the existing addons the only reliable source of guideline available for me
If you have any bugs, comments or suggestions for this addon, please use the GitHub issues and I will get back to you.
Thanks !
----- RoR Auto Inviter
RoR Auto Inviter is an addon for Warhammer Online: Return of Reckoning. It allows a group leader to quickly invite players without having to monitor chat for people looking for a group.
Upon loading the addon will automatically invite people within your guild or friend list that whisper you with "+" (without the double quotes)
Download (requires Libslash)
Configuration Commands
Setting guild will only invite characters from the player's guild, while known will also invite characters from the player's friend list. All will ignore any restrictions while off will not invite anyone
Setting the key will overwrite the message that a character must send the play to get invited.
Will post in guild chat a message about the group being up and how to get in
Macros
To use the broadcast message in a macro, use /script rorAutoInviter.HandleBroadcastCommand()
I want to add a huge thanks to the addon community without whom I would not have been able to finish this. Autoinviter is my first addon and the lack of docs made the existing addons the only reliable source of guideline available for me

If you have any bugs, comments or suggestions for this addon, please use the GitHub issues and I will get back to you.
Thanks !
----- RoR Auto Inviter
RoR Auto Inviter is an addon for Warhammer Online: Return of Reckoning. It allows a group leader to quickly invite players without having to monitor chat for people looking for a group.
Upon loading the addon will automatically invite people within your guild or friend list that whisper you with "+" (without the double quotes)
Download (requires Libslash)
Configuration Commands
Code: Select all
/ai accept [guild | known | all | off] (Default to: known)
Code: Select all
/ai key [value] (Default to : +)
Code: Select all
/ai broadcast
Macros
To use the broadcast message in a macro, use /script rorAutoInviter.HandleBroadcastCommand()