Page 1 of 1

[Addon] RoR Autoinviter

Posted: Thu Feb 25, 2021 11:38 pm
by Artighur
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

Code: Select all

/ai accept [guild | known | all | off] (Default to: known)
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

Code: Select all

/ai key [value] (Default to : +)
Setting the key will overwrite the message that a character must send the play to get invited.

Code: Select all

/ai broadcast
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()

Re: [Addon] RoR Autoinviter

Posted: Sun Mar 07, 2021 12:09 am
by Artighur
New version is up

Download

Highlights
- Bug fix on the invite condition
- Support for custom message and channel
- Support for alliance

Thanks !

Re: [Addon] RoR Autoinviter

Posted: Sun Mar 07, 2021 12:27 am
by Idrinth
may I upload that on my addon repo?

Re: [Addon] RoR Autoinviter

Posted: Sun Mar 07, 2021 2:20 am
by Artighur
Yes you can, thanks !

Re: [Addon] RoR Autoinviter

Posted: Sun Mar 07, 2021 1:36 pm
by Glorian
This addon should make invites in keep and fort dcs a lot easier.

Thanks a lot.