Originally Posted by gannonjf
Message: Interface\AddOns\SquawkAndAwe\Options.lua:351: attempt to index field 'Eclipsew' (a nil value)
|
Options.lua, line 351 and 353, in options.args.procs.args.eclipse.args.wsound :
get = function () return self.db.char.bars.
procs.Eclipsew.sound end,
set = function (info, newValue)
self.db.char.bars.
procs.Eclipsew.sound = newValue
self:RedrawFrames()
end,
Add the underlined.
Originally Posted by btn
The bar handling logic in OnUpdate is still a bit off, very strange things are happening when you lose an Eclipse buff (e.g., via Purge) and even stranger things are happening during just normal Eclipse cycles. I am going to try and test stuff in-game and figure some of it out in little bit of free time I have this afternoon. If I can't finish, I should have time later this evening.
|
This is the meat of the update, so I'm not surprised at things not coming out quite right. Any help is very useful (are there any error messages firing? Or is it all just implementation being wonky?)
[edit]
Originally Posted by gannonjf
With the most recent version it all appears to be working correctly, I don't know how clean you want your code to be as it is still throwing occasional LUA errors right now that look to be related to the additional tab for 2pt10. A suggest would be a file explorer type option for linking sounds to different procs but I have a feeling you already plan on that at some point.
|
Actually, quite the opposite. I have no intention of trying to add that sort of file browser - I'm pretty sure it's not allowed by Blizzard either. I might be able to look up instructions on adding sound files to SharedMedia, though, but it's going to entail putting the files you want in a specific location and getting some sort of lua to point to it. You won't be able to add anything without rebooting WoW.
[edit=2]
Oops, it helps to attach the files.