Thread Tools Display Modes
08/20/16, 11:10 AM   #1
Angelus8214
Join Date: Jun 2015
Posts: 2
[REQUEST] Auto Greeting Addon

Heya,

I would like an addon that Automatically greets new players.
Shissu's Guild Tools doesnt work for me and has more errors that care for, i also dont want any of the added features.
I would only like to greet newly joined players.

Thanks,
A
  Reply With Quote
08/21/16, 11:14 AM   #2
Asata
Join Date: Jun 2016
Posts: 7
I created an autohotkey script to greet people, but you still have to add their name manually (paste it into chat before pressing the hotkey for the message).

Code:
#IfWinActive ahk_class EsoClientWndClass
Numpad1::
{
SendInput Guild name here is a blahblah guild that something somethings{.}
return
}
Numpad2::
{
SendInput {,} welcome to guild name here{.} Be sure to check out our Message of the Day by pressing G and clicking Home{.} If you have any questions{,} I'm sure someone would be happy to help you out{!}
return
}
Numpad3::
{
SendInput Hey guys{,} our raffle is Sunday{!} Blah blah{,} raffle raffle{.}
return
}
return
You can edit it to your liking. I also made a similar thread here: http://www.esoui.com/forums/showthread.php?t=6429

In hindsight I use my numpad a lot when typing numbers into the guild store window or mail windows, so... maybe arrow keys would be better. I dunno.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » [REQUEST] Auto Greeting Addon


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