nehtik / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

Clearing extras list #511

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What would I need to change or remove from the addon's script to prevent 
the addon from removing guild members from the extras list after each EP 
award.

I would like to use the built in whisper function, but I don't want it to 
ever remove the extras from the standby list when EP is awarded.

Original issue reported on code.google.com by benjamin...@gmail.com on 10 Sep 2009 at 9:09

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
using the latest version of the addon*

Original comment by benjamin...@gmail.com on 10 Sep 2009 at 9:11

GoogleCodeExporter commented 8 years ago
I was thinking of removing this, but I am no expert in Luas.  I'm not sure if 
anything before or after those lines would need to be removed or if any of 
those 
lines would need to be included for the addon to run properly.
"
    ifSendChatMessage(
        L["%s is now removed from the award list"]:format(member),
        "WHISPER", nil, sender)
      EPGP:DeSelectMember(member) end
    senderMap[member] = nil
"

Original comment by benjamin...@gmail.com on 10 Sep 2009 at 9:16

GoogleCodeExporter commented 8 years ago
If you turn off the whispers for receiving awards, the people on standby will 
stay on
the list. You will need to tick each persons name in the EPGP list to add them
manually but they should not drop off the list after the awards.

Original comment by dingochavezz@gmail.com on 11 Sep 2009 at 10:12

GoogleCodeExporter commented 8 years ago
I understand that, but as stated in my original post, I want to use the built 
in 
whisper to be added feature.  Thanks anyway, though.

Original comment by benjamin...@gmail.com on 11 Sep 2009 at 9:35

GoogleCodeExporter commented 8 years ago

Original comment by evlogimenos on 18 Sep 2009 at 4:57

GoogleCodeExporter commented 8 years ago
I don't like the reset with each awarding as well. It's just annoying for the 
members and master looter to spam whispers every 10-30 minutes.
A better solution would be to check for the online status of each sender.
If the member is still online during an EP event, you can just keep him in the 
list or remove him otherwise. After leaving the raidgroup, you can wipe the 
list entirely.
I haven't found a API function for online checks yet, but you could probably 
use the whois functions. But there might be some query limitations from WoW 
itself.

Original comment by eXoch...@gmail.com on 20 Dec 2014 at 7:02