Thread Tools Display Modes
06/22/17, 04:30 AM   #1
DSRyan
Join Date: Jun 2017
Posts: 3
AutoInvite (Dolman Party "Bot")

Hi,

I'm looking for an AutoInvite script/bot for Dolman's so if I am leader I want to be able to automatically invite players who type any of the following:

+dolmen
+dolman
+dolmens
+dolmans
+ dolman
+ dolmen
+ dolmans
+ dolmens

Thanks
  Reply With Quote
06/22/17, 06:13 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Have you tried AutoInvite or DailyAutoshare?
  Reply With Quote
06/24/17, 03:43 AM   #3
DSRyan
Join Date: Jun 2017
Posts: 3
Originally Posted by sirinsidiator View Post
Have you tried AutoInvite or DailyAutoshare?
Doesn't have the ability to add with multiple strings.
  Reply With Quote
06/24/17, 04:26 AM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
You could ask for the feature in the comments. Probably has a higher chance than somebody creating a new addon from scratch.
It should be considerably easy to allow multiple words separated by comma and possibly also allow Lua patterns.
That way you could match all of the strings you want like this:
dolmen,dolman,dolmens,dolmans, dolman, dolmen, dolmans, dolmens
or
Code:
^.?dolm.n.?$
  Reply With Quote
06/24/17, 09:00 PM   #5
OSean980
Join Date: Apr 2014
Posts: 15
I remember a while ago I used an addon for Wrothgar world bosses, and it allowed me to use multiple strings but required activation through the addon, in addition to editing the LUA files with the specific strings as there was no menu. I think it was DailyAutoShare. I don't remember how I did it, but look through the comments and see if you can find any that I wrote there. They'll probably hint at what you should edit.

Edit:
It's actually in the addon WPamA (What Pledges at my Alts).
The solution is on this page: http://www.esoui.com/downloads/filei...age=5#comments
This was linked to Wrothgar world bosses and has to be started using the addon in Wrothgar. I don't know how you'd change it to allow for dolmen farming, but at least it's a start.

Last edited by OSean980 : 06/24/17 at 09:08 PM.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » AutoInvite (Dolman Party "Bot")

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off