This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
lern2count adds ABinfo castcounts to spell and actions. It has a builtin reagentcount too.
change in Bartender4_Buttons.lua if button and button:IsShown() then local id = button.action local frame = getglobal("BT4Button"..i.."Count") if id and frame then add(frame, "action", id) end
to
if button and button:IsShown() then local id = button.id local frame = getglobal("BT4Button"..i.."Count") if id and frame then add(frame, "action", id) end
I like this addon but its a shame that there has not been much testing going on with it. It has been declared release but does not work out of the box (unless you have other Ace3 mods installed).
To make this addon work you need to download the Ace-3.0 framework and copy AceTimer-3.0 into the Libs folder. You will also need to edit embeds.xml and add this line:
<Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
To fix the slash command (PeterPater's problem), open Core.lua to line 325
Replace 'InterfaceOptionsFrame_OpenToFrame' with 'InterfaceOptionsFrame_OpenToCategory'.
Sorry about the blank spot above but it seems the posting system interpreted my text out as an html command.
The line that is supposed to be added to embeds.xml (in <> brackets) is
Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/
it is the w externals version wo libs...:(
nice to see that the whole thing via curse is working...-.-
to get this version with a "w externals" installation work create a directory called libs in the lern2count folder and place libgratuity3 and ace in it. the libs folder should look like this (i deleted the unneeded ace parts):
<DIR> AceAddon-3.0
<DIR> AceConfig-3.0
<DIR> AceConsole-3.0
<DIR> AceDB-3.0
<DIR> AceEvent-3.0
<DIR> AceGUI-3.0
<DIR> AceHook-3.0
<DIR> AceLocale-3.0
<DIR> CallbackHandler-1.0
<DIR> LibGratuity-3.0
<DIR> LibStub
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
is there a fix on the way?
change in Bartender4_Buttons.lua
if button and button:IsShown() then
local id = button.action
local frame = getglobal("BT4Button"..i.."Count")
if id and frame then
add(frame, "action", id)
end
to
if button and button:IsShown() then
local id = button.id
local frame = getglobal("BT4Button"..i.."Count")
if id and frame then
add(frame, "action", id)
end
To make this addon work you need to download the Ace-3.0 framework and copy AceTimer-3.0 into the Libs folder. You will also need to edit embeds.xml and add this line:
<Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
To fix the slash command (PeterPater's problem), open Core.lua to line 325
Replace 'InterfaceOptionsFrame_OpenToFrame' with 'InterfaceOptionsFrame_OpenToCategory'.
The line that is supposed to be added to embeds.xml (in <> brackets) is
Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/
Message: ..\AddOns\lern2count\Core.lua line 325:
attempt to call global 'InterfaceOptionsFrame_OpenToFrame' (a nil value)
Debug:
[C]: InterfaceOptionsFrame_OpenToFrame()
lern2count\Core.lua:325: ?()
...AddOns\Bagnon\libs\AceConsole-3.0\AceConsole-3.0.lua:59: value()
..\FrameXML\ChatFrame.lua:3212: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:2911: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:2932: ChatEdit_OnEnterPressed()
[string "*:OnEnterPressed"]:1:
[string "*:OnEnterPressed"]:1
Just wanted to inform you that on Curse this Addon can only be downloaded without externals. Which means that it wouldn't work quite well.
nice to see that the whole thing via curse is working...-.-
to get this version with a "w externals" installation work create a directory called libs in the lern2count folder and place libgratuity3 and ace in it. the libs folder should look like this (i deleted the unneeded ace parts):
<DIR> AceAddon-3.0
<DIR> AceConfig-3.0
<DIR> AceConsole-3.0
<DIR> AceDB-3.0
<DIR> AceEvent-3.0
<DIR> AceGUI-3.0
<DIR> AceHook-3.0
<DIR> AceLocale-3.0
<DIR> CallbackHandler-1.0
<DIR> LibGratuity-3.0
<DIR> LibStub