since all this addons are being split out of what once was one addon, and still have some connections here and there, i made everything depending on a core addon and modules.
The Core addon:
CC_Core: handles the console commands, will contain functions used by multiple modules
This modules are ported:
CC_Target: 2nd target, dual target functionality, various shortcuts related to targetting, etc...
CC_Roll: does a leader roll
CC_ToolTip: adds infos to the tooltip like who in your raid is targeting a unit
CC_Notepad: ingame notepad. integrated into popup menu on units and names in chat, function to send content to raid/party/whisper
Thanks for the awesome addons atm. i use tooltip and target, also tried roll, to switch totally away from raidroller, for that to happen i would like to request a shorthand option as for example /ccr itemname it might be a very small thing but it easens my work abit :)
Gave CC_Target rev. 6083 a try (combined with its new CC_Core rev. 6041 dependency).
Unusable. Throws up a large number of errors at log on, mostly related to "OnUpdate". As well as tons more when you mouse over the ToT frame.
Yes, I normally provide error message here, but after the massive quantity of them with this (and hearing BugSack's "error.wav" 20 times in a row), decided to not spend the time ;).
Gave CC_Target rev. 6083 a try (combined with its new CC_Core rev. 6041 dependency).
Unusable. Throws up a large number of errors at log on, mostly related to "OnUpdate". As well as tons more when you mouse over the ToT frame.
Yes, I normally provide error message here, but after the massive quantity of them with this (and hearing BugSack's "error.wav" 20 times in a row), decided to not spend the time ;).
Hmm...
I know it's far from perfect and not yet complete, but it should be at least mostly error free.
I don't have the slightest idea what could have went wrong.
Maybe you can give a hint about what the first errors are?
Hmm...
I know it's far from perfect and not yet complete, but it should be at least mostly error free.
I don't have the slightest idea what could have went wrong.
Maybe you can give a hint about what the first errors are?
"Throws up a large number of errors at log on, mostly related to "OnUpdate"."
The following is copied out of my BugSack.lua saved variables. The first list of errors occurred at logon:
[551] = "[00:07-816] CC_Core\\CC_Core.lua:3: attempt to call global `AceLibrary' (a nil value)\n ---",
[552] = "[00:07-816] CC_Target\\CC_Target.lua:2: attempt to index global `CC_Core' (a nil value)\n ---",
[553] = "[00:07-816] [string \"CC_TargetFrameDropDown:OnLoad\"]:2: attempt to call global `CC_TargetFrameDropDown_OnLoad' (a nil value)\n ---",
[554] = "[00:07-816] FrameXML\\UnitFrame.lua:25: Usage: UnitName(\"unit\")\n ---",
[555] = "[00:07-816] [string \"CC_TargetofTargetFrame:OnShow\"]:2: attempt to concatenate global `CC_TargetUnit' (a nil value)\n ---",
[556] = "[00:07-816] [string \"CC_Frame:OnUpdate\"]:2: attempt to call global `CC_Frame_OnUpdate' (a nil value)\n ---",
[557] = "[00:07-816] [string \"CC_TargetFrame:OnUpdate\"]:3: attempt to call global `CC_TargetFrame_Update' (a nil value)\n ---",
[558] = "[00:07-816] [string \"CC_TargetofTargetFrame:OnUpdate\"]:2: attempt to call global `CC_TargetofTarget_OnUpdate' (a nil value)\n ---",
The errors below occurred when mousing over the "CC_Target" frame:
[559] = "[00:08-816] [string \"CC_TargetFrameBuff2:OnEnter\"]:3: Usage: SetUnitBuff(\"unit\", index [,raidFilter])\n ---",
[560] = "[00:08-816] [string \"CC_TargetFrameDebuff9:OnEnter\"]:3: Usage: SetUnitDebuff(\"unit\", index [,raidFilter])\n ---",
[561] = "[00:08-816] [string \"CC_TargetFrameDebuff8:OnEnter\"]:3: Usage: SetUnitDebuff(\"unit\", index [,raidFilter])\n ---",
[562] = "[00:08-816] [string \"CC_TargetFrameBuff1:OnEnter\"]:3: Usage: SetUnitBuff(\"unit\", index [,raidFilter])\n ---",
[563] = "[00:08-816] [string \"CC_TargetFrameDebuff14:OnEnter\"]:3: Usage: SetUnitDebuff(\"unit\", index [,raidFilter])\n ---",
Next, tried the updated rev. 6045 of CC_Tooltip. The previous rev. 3256 (with no CC_Core dependency) worked fine here, with the exception of being incompatible with Fizzwidget's Hunter's Helper. Errors below occurred at logon (with CC_Tooltip not working after them):
[564] = "[00:35-817] CC_Core\\CC_Core.lua:3: attempt to call global `AceLibrary' (a nil value)\n ---",
[565] = "[00:35-817] CC_ToolTip\\CC_ToolTip.lua:1: attempt to index global `CC_Core' (a nil value)\n ---",
I have the "latest" Ace2 libraries installed with other addons I am using (i.e. Lexan).
Trying out CC_Note (rev. 6531) & CC_Core (rev. 6528). Along with the linked Ace2 libraries current as of 10 minutes ago.
Error message that occurs immediately when logging out from WoW (after clicking "Logout"). It happens all the time, on all characters the two mods are activated on: "\\CC_Core\\libs\\AceDB-2.0\\AceDB-2.0.lua:980: attempt to index field `namespaces' (a nil value)\".
Also, can't gain access to the CC_Note mod at all (after logging in). Have tried "/note", "/CC_Note" and so on.
Hmm.
Can anybody else reproduce Zidomo's error?
If not, can anybody imagine what's going wrong?
Any help greatly appreciated!
Zidomo: about the commands: all console commands start with /cc now, type /cc and you should get a list. So there is /cc note <note> now ( and of course the hotkey and the popup menue, which i think will be preferd most by the users )
Also i'm about to add dewdrop, then there is a sexy menue for everything.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
The Core addon:
CC_Core: handles the console commands, will contain functions used by multiple modules
This modules are ported:
CC_Target: 2nd target, dual target functionality, various shortcuts related to targetting, etc...
CC_Roll: does a leader roll
CC_ToolTip: adds infos to the tooltip like who in your raid is targeting a unit
CC_Notepad: ingame notepad. integrated into popup menu on units and names in chat, function to send content to raid/party/whisper
Thanks for the awesome addons atm. i use tooltip and target, also tried roll, to switch totally away from raidroller, for that to happen i would like to request a shorthand option as for example /ccr itemname it might be a very small thing but it easens my work abit :)
Anyways thanks for you time making these
//Blitzed
at the moment i have no clue how to do that, but i guess i find the answer somewhere in oRA... :D
Unusable. Throws up a large number of errors at log on, mostly related to "OnUpdate". As well as tons more when you mouse over the ToT frame.
Yes, I normally provide error message here, but after the massive quantity of them with this (and hearing BugSack's "error.wav" 20 times in a row), decided to not spend the time ;).
Hmm...
I know it's far from perfect and not yet complete, but it should be at least mostly error free.
I don't have the slightest idea what could have went wrong.
Maybe you can give a hint about what the first errors are?
"Throws up a large number of errors at log on, mostly related to "OnUpdate"."
The following is copied out of my BugSack.lua saved variables. The first list of errors occurred at logon:
[551] = "[00:07-816] CC_Core\\CC_Core.lua:3: attempt to call global `AceLibrary' (a nil value)\n ---",
[552] = "[00:07-816] CC_Target\\CC_Target.lua:2: attempt to index global `CC_Core' (a nil value)\n ---",
[553] = "[00:07-816] [string \"CC_TargetFrameDropDown:OnLoad\"]:2: attempt to call global `CC_TargetFrameDropDown_OnLoad' (a nil value)\n ---",
[554] = "[00:07-816] FrameXML\\UnitFrame.lua:25: Usage: UnitName(\"unit\")\n ---",
[555] = "[00:07-816] [string \"CC_TargetofTargetFrame:OnShow\"]:2: attempt to concatenate global `CC_TargetUnit' (a nil value)\n ---",
[556] = "[00:07-816] [string \"CC_Frame:OnUpdate\"]:2: attempt to call global `CC_Frame_OnUpdate' (a nil value)\n ---",
[557] = "[00:07-816] [string \"CC_TargetFrame:OnUpdate\"]:3: attempt to call global `CC_TargetFrame_Update' (a nil value)\n ---",
[558] = "[00:07-816] [string \"CC_TargetofTargetFrame:OnUpdate\"]:2: attempt to call global `CC_TargetofTarget_OnUpdate' (a nil value)\n ---",
The errors below occurred when mousing over the "CC_Target" frame:
[559] = "[00:08-816] [string \"CC_TargetFrameBuff2:OnEnter\"]:3: Usage: SetUnitBuff(\"unit\", index [,raidFilter])\n ---",
[560] = "[00:08-816] [string \"CC_TargetFrameDebuff9:OnEnter\"]:3: Usage: SetUnitDebuff(\"unit\", index [,raidFilter])\n ---",
[561] = "[00:08-816] [string \"CC_TargetFrameDebuff8:OnEnter\"]:3: Usage: SetUnitDebuff(\"unit\", index [,raidFilter])\n ---",
[562] = "[00:08-816] [string \"CC_TargetFrameBuff1:OnEnter\"]:3: Usage: SetUnitBuff(\"unit\", index [,raidFilter])\n ---",
[563] = "[00:08-816] [string \"CC_TargetFrameDebuff14:OnEnter\"]:3: Usage: SetUnitDebuff(\"unit\", index [,raidFilter])\n ---",
Next, tried the updated rev. 6045 of CC_Tooltip. The previous rev. 3256 (with no CC_Core dependency) worked fine here, with the exception of being incompatible with Fizzwidget's Hunter's Helper. Errors below occurred at logon (with CC_Tooltip not working after them):
[564] = "[00:35-817] CC_Core\\CC_Core.lua:3: attempt to call global `AceLibrary' (a nil value)\n ---",
[565] = "[00:35-817] CC_ToolTip\\CC_ToolTip.lua:1: attempt to index global `CC_Core' (a nil value)\n ---",
I have the "latest" Ace2 libraries installed with other addons I am using (i.e. Lexan).
Ok, now i get the idea now...
It would have been necessary to add the Ace2 libs accordingly to the .toc
The svn noob i am i did not add them yet.
But right now i added the ace2 libs as externals (with some friendly help from ckknight on irc), so this should not be a problem anymore.
Error message that occurs immediately when logging out from WoW (after clicking "Logout"). It happens all the time, on all characters the two mods are activated on: "\\CC_Core\\libs\\AceDB-2.0\\AceDB-2.0.lua:980: attempt to index field `namespaces' (a nil value)\".
Also, can't gain access to the CC_Note mod at all (after logging in). Have tried "/note", "/CC_Note" and so on.
Can anybody else reproduce Zidomo's error?
If not, can anybody imagine what's going wrong?
Any help greatly appreciated!
Zidomo: about the commands: all console commands start with /cc now, type /cc and you should get a list. So there is /cc note <note> now ( and of course the hotkey and the popup menue, which i think will be preferd most by the users )
Also i'm about to add dewdrop, then there is a sexy menue for everything.