Page 1 of 1

macro/addon that repeats what i RWed in whisper

PostPosted: Fri Mar 25, 2016 11:58 pm
by Simonich
Another really useful addon/macro could be this

Whatever i say something in raid warning, i automatically also whisper it to someone.

And that someone does raid warning of what i whispered him (in his own raid)

Any ideas? Is it possible?

Re: macro/addon that repeats what i RWed in whisper

PostPosted: Sat Mar 26, 2016 1:55 am
by Bit
Here's a quickly thrown together prototype: https://github.com/shirsig/rwsync
There are three commands: /rwsync players namelist and /rwsync channel channelname where namelist is a comma separated list of player names, /rwsync by itself will print the configured players and channel.

Example command usage: /rwsync players bit,simonich,pottu

Note that all participants need to have joined the channel.

Detailed example:

Goal: there are two users, Cicero and Catiline. Both are raid leaders. Cicero wants Catiline to copy all his raid warnings.

Steps:
1) Cicero and Catiline both install the addon
2) Cicero and Catiline both join the chosen channel: /join testchannel
3) Cicero and Catiline both configure their channel: /rwsync channel testchannel
3) Catiline adds Cicero to his players list: /rwsync players cicero
4) Cicero makes a raid warning in his raid: "kek"
5) Cicero's addon generates an automatic message on channel testchannel: "kek"
6) Catiline's addon receives the message and generates an automatic raid warning: "Cicero: kek"

Re: macro/addon that repeats what i RWed in whisper

PostPosted: Sun Mar 27, 2016 10:16 am
by Simonich
Sounds useful!

Is it possible that when i do a raid warning (and it whispers the other guy) whatever the other guy will copy and raid warn from me will have a default addition like

Me : /rw [Raid Warning Content]
the other person copies and does /rw [My Name] : [Raid Warning Content]

Thanks!

Re: macro/addon that repeats what i RWed in whisper

PostPosted: Tue Mar 29, 2016 11:37 am
by Bit
changed it from using whispers to using a channel, updated the description above