• 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

Request - Mq2Events Raid Invite

Autumn

Well-known member
Joined
Dec 1, 2019
RedCents
69¢
so im completly stummped in trying to make a mq2events for raid inviting anywhere
if they were in the same zone i could use /rt but idk how to for not being in the same zone
any help will be nice
 
so im completly stummped in trying to make a mq2events for raid inviting anywhere
if they were in the same zone i could use /rt but idk how to for not being in the same zone
any help will be nice
i dunno if they're all your own dudes in your own guild, but the guild window has this built in
1632101041502.png

an event wouldn't really what you want to do the inviting - unless you want some multiline to execute after chat type event - but that doesn't sound like it'd be what you want.

you could just have a little macro that checks your zone for guild members and raid invite them

@eqplayer16 has this here: to invite people from dannet

or @jimmy6154 has how he does it > here <
 
i dunno if they're all your own dudes in your own guild, but the guild window has this built in
View attachment 33221

an event wouldn't really what you want to do the inviting - unless you want some multiline to execute after chat type event - but that doesn't sound like it'd be what you want.

you could just have a little macro that checks your zone for guild members and raid invite them

@eqplayer16 has this here: to invite people from dannet

or @jimmy6154 has how he does it > here <

im more after just inviting rando's for hunter raids
if that make sense
 
oh so dude msg's you and says "raidinvite me" and then you /raidinvite dudename?

so you just need to grab the incoming name and then raidinvite that person
 
without testing, it would be something like

Code:
Trigger=#1# tells the you, 'Secret handshake raid invite me'
command=/raidinvite ${EventArg1}
 
tho it might need to take off some of the stuffs

Code:
Trigger=#1# tells the you, 'Secret handshake raid invite me'
command=/raidinvite ${EventArg1.Right[-1].Left[-2]}
 
tho it might need to take off some of the stuffs

Code:
Trigger=#1# tells the you, 'Secret handshake raid invite me'
command=/raidinvite ${EventArg1.Right[-1].Left[-2]}
Just tried adding this to events and it didnt work. I'd like to have something like this as well since i have several different guilds for my characters.
 
Request - Mq2Events Raid Invite

Users who are viewing this thread

Back
Top
Cart