Help with a plain raid dump plugin...

no idea. maybe try changing it from [invite] to [raidinvite] or anything else

maybe there is some hidden event that is already flagged as invite. everything looks right.
 
I think the events are failing because you need to strip the name of the secret spam reporting text. Take a look at some of the macros that respond to tells. They all had to be modified a while back.
 
Dewey is likely right. in which case.. and i am guessing here:

[invite]
trigger=#1# tells you, 'invite#2#
command=/raidinvite ${EventArg1.Right[-2].Left[-1]}

that assumes that EventArgX lines act as normal strings (which i think they do)
 
This looks like a plugin I wrote back when I used to raid.

http://www.macroquest2.com/phpBB3/viewtopic.php?f=50&t=13699

I don't know if it still works or not, but the link above will take you to the original source on the MQ2 Boards.

Ours worked simply by performing a who of the zone, then listing our raid channel. The output was then saved in your Everquest chat log file. The plugin would turn on and off logging as to not create a huge file. Our DKP database could parse our log files to apply DKP to the proper characters.
 
PLUGIN

ON THE RAIDUTILS PLUGIN what do u need to put in on this

/raidtools log File <name>

to get it to go to a certain file
 
Code:
** Commands:
** /dzadd      <player1> ... <playerN> or "All" - Adds a list of players.
** /dzremove   <player1> ... <playerN> or "All" - Removes a list of players.
** /dzshow                                      - Shows players not in zone.
**
** /taskadd    <player1> ... <playerN> or "All" - Adds a list of players.
** /taskremove <player1> ... <playerN> or "All" - Removes a list of players.
** /taskshow                                    - Shows players not in zone.
**
** Configuration:
**
** /raidtools help                              - Show help
** /raidtools dump                              - Performs raid dump         
** /raidtools log on|off                        - Turns auto logging on/off
** /raidtools log File <name>  (1)             
** /raidtools log Times <str>   (2)
** /raidtools log Every <interval> (3)
**
** 1: The File name will be parsed using strftime the most common parameters are
**      %a   Abbreviated weekday name
**      %b   Abbreviated month name
**      %d    Day of month as decimal number (01 ? 31)
**      %H    Hour in 24-hour format (00 ? 23)
**      %m    Month as decimal number (01 ? 12)
**      %M    Minute as decimal number (00 ? 59)
**      %S    Seconds as decimal number (00 ? 61)
**      %Y    Year with century, as decimal number
**      %%    Percent sign
**    The name can also have the following
**      %G  Guild name
**      %V  Server name
**      %C  Character name
**      %P  Everquest path
**      %Q  Macroquest path 
**   
** 2: The logTime format for exmpale Mon 20:00-23:00 | Tue 20:00-02:00 | Sun 11:00-15:00
**                            Tue 8pm-11pm, Wed 9pm-1am
**
** 3: The log interval is (1-60) and represents every N minutes dump the raid log.

Example: /raidtools log file dump-%a-%d.%m.%Y_%G.log

htw
 
thx

thx htw now last question is there a way to get it to only take the raid dump with just all the names in the raid tool in it?
 
thx htw now last question is there a way to get it to only take the raid dump with just all the names in the raid tool in it?
Not entirely sure what you mean. The only capability is to do the dump: /raidtools dump

htw
 
k

when it takes a raid dump it dumps raid all channels u are in and who in ur guild is online lol and where they are and everything is there a way to only get names of those in raid if not ill deal with it but just curious
 
when it takes a raid dump it dumps raid all channels u are in and who in ur guild is online lol and where they are and everything is there a way to only get names of those in raid if not ill deal with it but just curious
I just updated it, and uploaded to server. Update your plugin, and do this command and let me know if that's what you were asking for: /raidtools dumpraid

htw
 
It would be easy enough to put another set of flags to tell the plugin if you want to dump raidtool , guild , channels , zone so you could tailor the dumps.

When I was raiding we gave credit to folks in channel who were sitting out due to being full so I figured I'd dump everything then just copy / paste the blocks I needed.
 
this is what it shows

this is what the raid dumps show and all i really want it to show is the names in the raid tool if possible dont want the grps or lvl or class just the names lol

RAID TOOL MEMBERS
-1 name 95 Shadowknight
-1 name 95 Shaman
------------------------



[Fri Feb 17 15:37:42] Channel raid channel(8) members:
[Fri Feb 17 15:37:42] names in channel

[Fri Feb 17 15:37:42] Channel tank(1) members:
[Fri Feb 17 15:37:42] name

[Fri Feb 17 15:37:42] Channel pullers(1) members:
[Fri Feb 17 15:37:42] name

[Fri Feb 17 15:37:42] Players in EverQuest:
[Fri Feb 17 15:37:42] -------------------

[Fri Feb 17 15:37:42] [95 Bloodreaver (Shadow Knight)] toon namel (Dark Elf) <guild name> ZONE: (where they are) , Palatial Guild Hall
[Fri Feb 17 15:37:42] There are 4 players in EverQuest.
 
Hell, you could do that with excel in like seconds - or with OpenOffice.

htw
 
nice addition, dont forget to update the wiki for it 8)

/raidtool DumpNames