• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Idea - KISS and MQ2Mail Events

Maskoi

old and salty
Joined
Sep 28, 2005
RedCents
82,796¢
I am adding MQ2GMail Events into KissAssist 9
If you are not familiar with our new plugin MQ2Gmail it will email you a message when the event down below occurs on your toon running Kiss

Give me your suggestions
Remember KISS = KEEP IT SIMPLE STUPID

Rich (BB code):
[MQ2GMail]
Gmail1=Level|95
Gmail2=Dead
Gmail3=GM

AA|2000 = you have 2000 AAs
Dead = You died
GM = Gm in zone
Level = You gain a level
Level|95 = You gain level 95
Linkdead = Toon has left the group
Lobby|15 = I have been in the guildlobby for more than 15 min
LoreLoot = >> Item << is lore come loot it on someone else.
Named = i just pulled >> Named <<
ServerMessage = Server will shut down in 15 mins or Whatever
Tell = >> Someone<< sent me a tell >> You suck at EQ <<
 
Last edited:
That covers the majority of it.

Maybe party member left or died if those are options. (I haven't looked at MQ2GMAIL yet)
Server wide announcements?
 
That covers the majority of it.

Maybe party member left or died if those are options. (I haven't looked at MQ2GMAIL yet)
Server wide announcements?

YES great ideas Linkdead and announcemnts
 
Very awesome! I look forward to it

- - - Updated - - -

How about a way to notify if we loot a rare item, that's not off a named- like for a quest. like this: Item="Block of Permafrost" or whatever name we type in there between the quotes.
 
Think I am going to skip the item for now. People would add too many it would get really ugly. i am trying to keep as simple and clean as possible
 
I do something similar and find that the gmail Auth token isn't reliable from in game. I moved my gmail to a .NET mail client outside of the game.

Might be because I use multiple machines and same gmail account.


Sent from my iPhone using Tapatalk
 
there is a mem leak in mq2gmail that causes it to stop working after about 10 emails but there is a fix that works for now until we can find and fix the issue
Rich (BB code):
/multiline ; /plugin MQ2Gmail unload ; /plugin MQ2Gmail ; /gmail "Message"
 
there is a mem leak in mq2gmail that causes it to stop working after about 10 emails but there is a fix that works for now until we can find and fix the issue
Rich (BB code):
/multiline ; /plugin MQ2Gmail unload ; /plugin MQ2Gmail ; /gmail "Message"

Figured it was either a) me using it with multiple instances... although google's oAuth tokens are pretty portable b) memory leak c) not really well written... dunno

Glad you figured out what it is, there are somethings that are easier to process in game and others that aren't.

Really wish there was a way to pipe output into a variable example:
var who = /who
foreach(var w in who)
{
do things....
}

Obviously sudo code ^^
 
there is a mem leak in mq2gmail that causes it to stop working after about 10 emails but there is a fix that works for now until we can find and fix the issue
Rich (BB code):
/multiline ; /plugin MQ2Gmail unload ; /plugin MQ2Gmail ; /gmail "Message"

Where does this line of code go? I've been wanting to get this to work for a few days now, and I feel there a details I'm missing.

I have the recent updater files. Plugin should be included in that compile. Plugin is loaded. gmail with auth code all set up. What else is there? Assume I'm not one of your coders, because I'm not :)
 
You have to make a holy or down shit fror now. I will be releasing kiss with the gmail notices tomorrow.
 
What about adding a way to Reply to tells through Gmail... or maybe just a way to send EQBC commands from the Gmail to EQ?
 
Reply to tells.
1. get up from couch
2. goto computer
3. sit down
4. answer tell
 
If you type /gmail and it asks for your input it has no key otherwise it just displays help.
Adding a tlo for actually checking if a key is present seems like it would be very trivial though since the inifile stores a encrypted version of it when it exists...
 
It would be a nice feature one day.

I can think of a few global use macros that would be great if it threw out an email when it completed, if you have gmail configured by default. Also better error handling for macros with it integrated/turned on, but gmail not configured on the pc (laptop to pc with /macros synced, new installs, etc).
 
Reply to tells.
1. get up from couch
2. goto computer
3. sit down
4. answer tell

My Answer to this is BIG SCREEN TV as monitor , WIRELESS KEYBORD/MOUSE, and a low table within easy reach, Servant (wife, child, other) to bring you supplies (breakfast, lunch, dinner, supper, snacks, beverages, etc.).
 
My Answer to this is BIG SCREEN TV as monitor , WIRELESS KEYBORD/MOUSE, and a low table within easy reach, Servant (wife, child, other) to bring you supplies (breakfast, lunch, dinner, supper, snacks, beverages, etc.).

Funny, I had a setup like that once long ago. The wireless keyboard had a thumbsize joystick on it, and the 'low table' actually swung up and over your lap (full size coffee table). Had it hooked to my TV. Had the wife and child (not the 'other') but they malfunctioned.
 
Please don't post ini file tokens
Rich (BB code):
GMailHelp=Events currently support - Dead,GM,Level,Named,Leftgroup
The Kiss GMail function doesn't send tells yet. It will in the next week or so after I finish adding all the rest of the items.
 
The email tokens (xoauth2) for both refresh and update are encrypted so unless someone here has physical access to the computer it was generated on its perfectly safe to post that string, even though I agree that the file should be kept private "just in case"
 
Has there been any issues with the plugin sending tells* when leveling? I get messages when there is a named (only puller and tank are set for named) and when they die. but I have never yet gotten a message when any toons level up.


*Emails, not tells. (oops)
 
Last edited:
How about if MQ2Possse/AFKTools takes an action?

I'd like to get an email if my dudes evac out for instance.
 
I'm trying to configure this for mq2relaytells, as I don't use KISS, plus the fact that relaytells filters out pet spam tells, and custom tells.

I thought this was going to be easier than trying to get Blat to work for relaytells, but guessing it's not as simple? Cause I already tried messing around with Blat and I have no clue what I was doing to get relaytells setup that way.
I have the following for the toon_server.ini section for relaytells:

[MQ2RelayTells]
ChatChannel=/gmail "ALERT"
ChannelMessage= sent ${Me} a tell that said:
RelayTellsInGame=TRUE
RelayAFKMessage=FALSE
RelayTraderTells=FALSE
RelayPetTells=FALSE
RelayPetAttack=FALSE
RelayPetSuspend=FALSE
RelayPetMezzed=FALSE
RelayNPCTells=FALSE
RelayToMail=FALSE
[email protected]
[email protected]
MailSubject=Tell Received
MailServer=smtp.yourserver.com
MailUserName=YourUserName
MailPassword=YourPassword

But, I keep getting the following error:

Rich (BB code):
Toony - [2016/12/01 15:00:58] [MQ2] MAIL ERROR: 334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmczovL21haWwuZ29vZ2xlLmNvbS8ifQ==
009•[ƒ9í¨ÔP‹øm¨áÇShLr“Là¿=ù~Êk￾êþú(0)
Toony - [2016/12/01 15:00:58] [MQ2] Error SMTP Session
 
My Kiss file only shows the following in the help.

GMailHelp=Events currently support - Dead,GM,Level,Named,Leftgroup

I'm assuming that this means that receiving an email when someone sends a tell isn't enabled yet? Even though "Tell" is listed as an option in the OP?
 
It is not implemented yet. It will be released with the revamped afktools.
 
I also don't believe the dead one works. Level does as I've been getting texts from my toon all day. However the other night when the group wiped I got nothing.


Sent from my iPhone using Tapatalk
 
Is this working correctly? I've got
Rich (BB code):
gmail1=Named
and its not sending me a message when I get a named.
 
I am working on the AFKTools section currently so I will be checking all of these.
 
ever figure that out? I have the same issue.. the only messages I get is when I remove my merc from the group
 
Also interested if these where ever figured out? None my my events are firing:

[GMail]
GMailHelp=Events currently support - Dead,GM,Level,Named,Leftgroup
GMailOn=1
GMail1=Named
GMail2=GM
GMail3=LoreLoot
GMail4=NULL
GMail5=NULL
GMailSize=5
 
Idea - KISS and MQ2Mail Events

Users who are viewing this thread

Back
Top
Cart