• 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

Question - anyone have issues with Mq2Events since patch and or new version of KA?

Jax

Active member
Joined
Jun 16, 2016
RedCents
428¢
My auto-invite doesn't seem to be working as it should.

I just started looking into it though.

- - - Updated - - -

Come on now! I need a smart guy.

I made sure the plugin was loaded, I made sure the ini file was loaded.

Any thoughts? Nothing has changed where it was working before this patch.

Rich (BB code):
[inviteMyBuddy]
trigger=#1# tells you, #2#
command=/if (${EventArg1.Equal[MyBuddy]} && ${EventArg2.Equal['inviteme']}) /invite MyBuddy
 
sorry hoss, don't use that plugin.

Rich (BB code):
#Event Invite         	"#1# invites you to join a group."

Sub Event_Invite(Line,Inviter)
	/if (${Me.Class.ShortName.NotEqual[BRD]}) /twist off
	/if (${Me.Casting.ID}) /delay 10s !${Me.Casting.ID}
	/if (${MasterList.Find[${Inviter}]}) /invite
	/delay 1s
	/if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox CD_Yes_Button leftmouseup
	/return

does the trick for me, checking inviter against a master list, and clicking the confirmation box if inviter has a merc out.

Of if you have access to the mothership website, there is a plugin called MQ2AutoGroup available. (not seeing it on the plugin list here)
 
There could be a few issues with some of the plugins. This was a major release for MQ2, Had to change every plugin for this update.
 
Yeah ... at least I'm not going crazy ... I messed with it quite a bit and had no luck getting it to work so I think it is MQ2 related at this point.

Plugin thinks it is working. I checked via /event list and it shows my triggers. It just doesn't appear to execute any commands etc.
 
I was going to try and take a look at the source for MQ2Events, but I realize now that I don't have a copy of the RG compile source. I will have to see if I can get a copy.
 
Question - anyone have issues with Mq2Events since patch and or new version of KA?

Users who are viewing this thread

Back
Top
Cart