Results: 2Comments by: Anox
File: ncDebuffTimer04-27-11
4.1 Update
Posted By: Anox
I finally got this to work with 4.1. The only real difference is line 284 I believe which was originally: f:SetScript("OnEvent", function(self, event, target, spell, sourceguid, sourcename, sourceflags, destguid, destname, destflags, id) I changed this to: f:SetScript("OnEvent", function(self, event, _, spell, _, sourceguid...
File: ncUI07-15-10
I borrowed a lot of code from TukUI...
Posted By: Anox
I borrowed a lot of code from TukUI, but I got my chat windows to work with ncUI. It's somewhat a patchwork fix, but it would be easy to go back and clean the things up that aren't perfect. BTW the chatLocked error you're getting is because the chatLocked cVar was removed in 3.3.5. Remove the lines from core.lua and chat.lua (I th...