nehtik / epgp

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

Automatic boss kill tracking not working for 3.1 bosses -- Emalon & Ulduar ones #408

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install EPGP
2. Enable EP award popup on boss kill
2. Go to Vault of Archavon & kill Emalon the Storm Watcher

What is the expected output? What do you see instead?

I see nothing. And expected one was a popup with EP award possibility.

What version of the product are you using? What locale is your client (en,
ru, kr, ch, es, tw)? What other addons do you have installed and what
versions?

epgp-5.4.5, locale: ru 

Please provide any additional information below.

1. If this is possible, i would like to see automatic EP award popup at the
same time as automatic loot GP award popups. I need this because in our
guild we award EP for the boss kill as the sum of GP awarded for looted
items, so disenchanted items does not count.

1a. Option to automatically award every raid member with EPs equal to GPs
awarded to looter would be great.

2. Integration into 'boss kill announce' for Big Wigs|Deadly Boss Mods.

Original issue reported on code.google.com by seig...@gmail.com on 22 Apr 2009 at 6:56

GoogleCodeExporter commented 8 years ago
There is integration with DBM. When I checked BigWigs didn't have an API for 
boss kills so I didn't do the 
integration with that.

Original comment by evlogimenos on 22 Apr 2009 at 7:08

GoogleCodeExporter commented 8 years ago
This is fixed in r1206.

Original comment by evlogimenos on 22 Apr 2009 at 7:19

GoogleCodeExporter commented 8 years ago

Original comment by evlogimenos on 22 Apr 2009 at 7:20

GoogleCodeExporter commented 8 years ago
Well, as far as i can see from BigWigs API docs (
http://www.wowwiki.com/BigWigs/API#Synchronization )  & quick (very-very quick) 
code
analysis, you could register BigsWigs_RecvSync(sync, rest, nick) event.

When one of BigWigs modules detects boss death, it calls internal :Sync(token)
method, which will produce "Death" or "MultiDeath" values of 'sync' parameter in
BigWigs_RecvSync call (and 'rest' will contain boss name).

You can refer to BigWigs/Core.lua for a example of BigsWigs_RecvSync use with 
boss
death handling.

Original comment by seig...@gmail.com on 22 Apr 2009 at 8:02

GoogleCodeExporter commented 8 years ago
Issue 409 has been merged into this issue.

Original comment by evlogimenos on 23 Apr 2009 at 8:29

GoogleCodeExporter commented 8 years ago
Any way to revisit this for BigWigs integration as well? At the moment, Comment 
4 
seems to point to an easy way to integrate this BigWigs. I am pretty sure that 
the 
function to receive the boss kill notice should be complete. I even think it 
works 
for multi-boss fights like Assembly of Iron and Four Horsemen. Especially with 
3.2 
coming around the corner, and noing that some of those fights are going to be 
multiple boss fights, it might be worth a look if it can be implemented easily.

Original comment by sh...@athas.com on 22 Jul 2009 at 10:03