If any of the module developers wants to take it for a spin in an instance go ahead.
Report any bugs you find in this thread.
changes compared to the Ace1 version
* It's ace2!
* No more dependancies. It's independant from Ace and Timex now.
* RaidWarn module included (delete BigWigs_RaidWarn)
* BossBlock module included
* Syncing changed, BW Ace2 won't be able to sync with the old BigWigs, sorry
* 1.12 ready. It will automatically load the correct sync module for 1.12 when it goes live.
* All boss modules have been reviewed and cleaned up.
* It uses FuBarPlugin-2.0 for Fubar2.0
Auto enabling of boss modules
Tested out BigWigs Ace2 on Bloodlord Mandokir in ZG just now. Everything seems fine except the boss module did not enable automatically when I mouseovered the Bloodlord. I had to click "Active" manually.
Minor suggestion: maybe the text should read "Activate" when the module is disabled and "Deactivate" when the module is enabled. "Active" might confuse people into thinking the module is already activated.
Auto enabling of boss modules
Tested out BigWigs Ace2 on Bloodlord Mandokir in ZG just now. Everything seems fine except the boss module did not enable automatically when I mouseovered the Bloodlord. I had to click "Active" manually.
Count: 1
Error: Interface\AddOns\BigWigs\TargetMonitor.lua:97: `)' expected near `then'
Index: TargetMonitor.lua
===================================================================
--- TargetMonitor.lua (revision 5863)
+++ TargetMonitor.lua (working copy)
@@ -94,7 +94,7 @@
function BigWigsTargetMonitor:ZoneIsTrigger(module, zone)
local t = module.zonename
if type(t) == "string" then return zone == t
- elseif( type(t) == "table" then
+ elseif( type(t) == "table" ) then
for _,mzone in pairs(t) do if mzone == zone then return true end end
end
end
Highlighting over patchwerk was giving me an error, guessing something about the thaddius module is missing, even though in the nax folder its there. Deleting Targetmonitor.lua fixed this for the time being. EDIT: this also happened at anub'rehkan, aswell as disabaling my sage target frame for some reason
Also during the attempt at patchwork got the second error attatched.
[20:20-382] Cannot find library instance with version 'Boss 1.2'
---
[20:20-382] Cannot find library instance with version 'Zone 1.2'
Got the following errors upon mouseovering Skeram in AQ40:
Ouro.lua:132: AceEvent-2.0: Cannot register event "BigWigs_RecvSync" to method "BigWigs_RecvSync", it does not exist
---
Defenders.lua:169: attempt to call method `GetOpt' (a nil value)
---
Viscidus.lua:152: attempt to index global `profile' (a nil value)
---
Defenders.lua:122: attempt to call method `GetOpt' (a nil value)
---
Defenders.lua:130: attempt to call method `GetOpt' (a nil value)
We're done converting BigWigs and all it's gazillion modules to Ace2.
http://svn.wowace.com/root/trunk/BigWigs/
If any of the module developers wants to take it for a spin in an instance go ahead.
Report any bugs you find in this thread.
changes compared to the Ace1 version
* It's ace2!
* No more dependancies. It's independant from Ace and Timex now.
* RaidWarn module included (delete BigWigs_RaidWarn)
* BossBlock module included
* Syncing changed, BW Ace2 won't be able to sync with the old BigWigs, sorry
* 1.12 ready. It will automatically load the correct sync module for 1.12 when it goes live.
* All boss modules have been reviewed and cleaned up.
* It uses FuBarPlugin-2.0 for Fubar2.0
-Ammo
P.S. Tekkub will likely hijack this thread :)
Tested out BigWigs Ace2 on Bloodlord Mandokir in ZG just now. Everything seems fine except the boss module did not enable automatically when I mouseovered the Bloodlord. I had to click "Active" manually.
Minor suggestion: maybe the text should read "Activate" when the module is disabled and "Deactivate" when the module is enabled. "Active" might confuse people into thinking the module is already activated.
I think I have fixed that now in the SVN.
-Ammo
Error: Interface\AddOns\BigWigs\TargetMonitor.lua:97: `)' expected near `then'
someone with rw access please fix ;)
-Ammo
-Anmmo
Enable manually, that should work.
-Ammo
-Ammo
broadcasting raidwarn messages is not working (never used bossblock.. confused me ;) )
Also during the attempt at patchwork got the second error attatched.
frenzy warnings not working at ebonroc (missing in menu too)
no weakness messages
An issue with FuBarPulgin2.0. Don't worry, I'm working with ckk to get the litte bits of the fu plugin ironed out.
With the new BigWigs alpha enabled I get AceLibrary errors with every other Ace mod that uses it. If I disable it there are no errors.
The mod shows on the mod select screen, but there is no sign of it in game.
All my ace mods are updated to the latest svn version.
If there is any info I can provide please let me know what i can supply.
Got the following errors upon mouseovering Skeram in AQ40: