nehtik / epgp

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

Look into integrating with BigWigs for boss kill/wipe detection #454

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What the subject says.

Original issue reported on code.google.com by evlogimenos on 22 Jul 2009 at 11:22

GoogleCodeExporter commented 8 years ago
Well, just as a point to get started from: From one of the comments on the 
wowace.com forums:

addon:RegisterEvent("BigWigs_RecvSync")

function addon:BigWigs_RecvSync(sync, module, sender)

    if (sync == "Death" or sync == "MultiDeath") and BigWigs:HasModule(module) and 
BigWigs:IsModuleActive(module) then

        -- module is the name of the boss that just died.

    end

end

This assumes your addon uses AceEvent-2.0; if not you'll have to do some other 
trickery to make it work.

Since EPGP is using AceEvent-3.0, I'm not sure how much this will help. I don't 
believe that they are backwards compatable, but I could be wrong.

Original comment by sh...@athas.com on 30 Jul 2009 at 11:04

GoogleCodeExporter commented 8 years ago
Unfortunately they are not compatible.

Original comment by evlogimenos on 31 Jul 2009 at 6:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This is implemented in r1333.

Original comment by evlogimenos on 29 Oct 2009 at 10:51

GoogleCodeExporter commented 8 years ago
Woohoo! Thank you. I assume the recent rewrite on BigWigs to Ace3 helped 
somewhat?

Original comment by sh...@athas.com on 30 Oct 2009 at 3:23

GoogleCodeExporter commented 8 years ago
This was a contributed patch so I will let Ronald comment.

Original comment by evlogimenos on 30 Oct 2009 at 8:13

GoogleCodeExporter commented 8 years ago
Just been looking at the latest release and in boss.lua there's a typo on line 
114:

BossAttemp("kill", rest)

Missing a t!

Original comment by graeme_wilson_840@hotmail.com on 30 Oct 2009 at 7:15

GoogleCodeExporter commented 8 years ago
Thanks for the catch. Fixed in r1337.

Original comment by evlogimenos on 30 Oct 2009 at 7:41

GoogleCodeExporter commented 8 years ago
nps. Grats on release 1337!

Original comment by graeme_wilson_840@hotmail.com on 30 Oct 2009 at 8:34