nehtik / epgp

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

Fix for missing Boss Popup to award EP #301

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Kill a raidboss
2. no popup to award EP to the raid

What is the expected output? What do you see instead?
There should be a popup to award ep to all raidmembers.

Please use labels and text to provide additional information.
I am new at lua coding but I think I could fix the missing boss popup to
award EP to the raid.

The Changes: Boss.lua
1. mod:OnEnable() was there twice in boss.lua. I put them together in one
at the end of the file.

2. I changed function mod:COMBAT_LOG_EVENT_UNFILTERED(Gevent, timestamp,...
adn added the first Gevent var because in timestamp no timestamp was
present. Now the vars are filled with the right data.

3. I added Hogger as boss to test it: [448] = "Hogger". Let's start a raid
and kill him with 40 people!

Options.lua
4. added option to toggle auto_boss (ep popup)

I hope this helps to fix the problem. The two changed files are in the
attached .zip file.

Original issue reported on code.google.com by EnSabahN...@gmail.com on 31 Jan 2009 at 10:00

Attachments:

GoogleCodeExporter commented 8 years ago
I tested this changes in Naxxramas at Saphiron and Kel'Thuzad and it worked! 
(German
Client). :)

Original comment by the.bl4c...@gmail.com on 31 Jan 2009 at 10:02

GoogleCodeExporter commented 8 years ago
This was fixed by Evlogimenos already, with a proper patch.

Original comment by dingochavezz@gmail.com on 31 Jan 2009 at 11:07

GoogleCodeExporter commented 8 years ago

Original comment by evlogimenos on 31 Jan 2009 at 11:16