View Feature Request
Just a request (not bug)
Feature #: 335
File: AutoInvite
Date: 05/15/14 07:00 PM
By: clojo
Status: Wont add Feature
Hey,

Thanks for contributing this addon to eso I think it is just what the guild I am in is looking for. I haven't actually used the addon yet but I am wondering whether it supports multiple strings for invites. To clarify, is it possible to autoinvite both "darkmatter x" and "darkmatter xx" and "darkmatter xxx" at the same time? Also does it support spaces (e.g., "darkmatter xx")?

Also, can you program it to accept invites automatically for only guildmembers in the roster?

This mod has amazing potential.

Good luck!

RSS 2.0 Feed for Favorite CommentsNotes Sort Options
By: Sasky - 05/15/14 07:07 PM
1) What is the situation where you need multiple invite strings? It'd take a little bit of rewrite.

2) To confirm, you want accept and not send for guildmembers?
By: TheSxW - 09/18/18 02:11 AM
i will ask it because i consider same thing

1. like for dolmen that not everyone will write same string like +dolmen in chat there could be alsays some string char around
2. its greate idea that if u have checked one option it will only invite members of your guild if not checked invite all

about this autoinvite checking
this is original one
if string.lower(message) == AutoInvite.cfg.watchStr and from ~= nil and from ~= "" then

this one is my extension for this stupid ==
if string.match(string.lower(message), AutoInvite.cfg.watchStr) and from ~= nil and from ~= "" then

plz update it or make checked option for it if u want to equals or match to string

so if u have setted dolmen in string it will invite
"+dolmen"
as well as
"+ dolmen please invite me"
or
"any dolmens group ?"
By: TheSxW - 09/18/18 02:12 AM
ps. not ask -> answer my bad