Argh...sorry to double-post, but no one else has posted. Now it's adding the quest to the tracker every single time I get an item. So for the quest I just had where I had to kill 12 of something, I wound up with it added like 9 times before I turned off tracking.
Everytime i login or did a /reloadui i have to recheck options such as "Add untracked" it's rather annoying that bEQL does not save the options :s.. i have tried to wipe my savedvariables, make new profiles etc. but nothing works.
2008/06/04 09:34:32-859-x6]: beql-0.99\tracker.lua:451: attempt to compare number with nil
beql-0.99\questlog.lua:270: in function <Interface\AddOns\beql\questlog.lua:264>
<in C code>: ?
AceEvent-2.0-66043 (Ace2):298: in function `TriggerEvent'
SpamMeNot-4\Hooks.lua:81: in function <Interface\AddOns\SpamMeNot\Hooks.lua:70>
(tail call): ?:
AceEvent-2.0-66043 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
Error: Cannot find a library instance of Quixote-1.0.
File: Interface\AddOns\beql\beql.lua
Line: 3
Count: 1
--------------------------------------------------
Error: Cannot find a library instance of Tablet-2.0.
File: Interface\AddOns\beql\extra\beqlfu.lua
Line: 7
Count: 1
--------------------------------------------------
Error: Cannot find a library instance of Dewdrop-2.0.
AddOn: beql
File: questhistory.lua
Line: 3
Count: 1
--------------------------------------------------------
Getting this after updating addons with WowAceUpdater, worked like a charm before. Can ofc return to using old version, but was wondering if you were interested. Thanks for he addon btw, it's the best.
Why don't you read the error messages?
You are simply missing those three libs. Either get the version WITH externals with WowAceUpdater or enable Automatic Dependency Download in the settings.
Looks like your addon is supported ruRU locale, but it doesn't work atm :(
When opening it's window there're an error shown: Interface\Addons\beql\questlog.lua:463: attempt to index field 'saved' (a nil value).
And when I'm trying to access the options: Interface\Addons\beql\Libs\Waterfall-1.0\Waterfall-1.0.lua:1265: you cannot close a waterfall without registering it first.
I'm still waiting for the button to hide quest tracker when i want to. Similar add-on had a button in quest log window and i can't find it in BEQL. There is just option to enable or disable the tracker. I don't want to disable the tracker when i go to BG or Arena but most of all i can't disable tracker during outdoor PvP. Therefor automatic hiding would be sweet also (if you enter PvP the tracker is hidden).
I would also be fond of the option where you select from what point the tracker will expand .. i would like it to expand from bottom-right.
If there are such features/options please point me in that direction.
p.s. i forgot about minimize/maximize feature .. but its not what I'm after
I love this addon but since a bit of time (not sure exactly how much as I don't quest that often) the tracker refuses to move, if I unlock it and try to move it it always come back to the same place.
Encountered upon login. Basic functionality OK afterward.
[2008/07/28 21:10:32-8-x1]: beql-0.99\questlog.lua:476: attempt to call method 'GetFont' (a nil value)
AceAddon-2.0-57245 (beql):926: in function <...rface\AddOns\beql\Libs\AceAddon-2.0\AceAddon-2.0.lua:919>
<in C code>: ?
AceEvent-2.0-66043 (beql):260: in function `TriggerEvent'
AceEvent-2.0-66043 (beql):910: in function <...rface\AddOns\beql\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>
---
I can scroll down, but only the top 6 lines will show, so if I scroll right down, I can see the two kara quests. If I click say, the bottom one, then scroll back up, the 8th line is colored, but with no text/unclickable.
Any idea on the cause? It was fine 2 hours ago when I logged out.
edit:
Oddly enough, reducing the alpha makes the text visible, but still not clickable.
BEQL seems to have problems with TourGuide. When anything is done that means a change to the quest tracker the tracker either moves to be under the mini map in its default location or stretches the quest tracker so it covers the whole screen like in the screen shot.
Encountered upon login. Basic functionality OK afterward.
[2008/07/28 21:10:32-8-x1]: beql-0.99\questlog.lua:476: attempt to call method 'GetFont' (a nil value)
AceAddon-2.0-57245 (beql):926: in function <...rface\AddOns\beql\Libs\AceAddon-2.0\AceAddon-2.0.lua:919>
<in C code>: ?
AceEvent-2.0-66043 (beql):260: in function `TriggerEvent'
AceEvent-2.0-66043 (beql):910: in function <...rface\AddOns\beql\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>
---
Same issue here. The Tracker doesn't seem to be working correctly either, as I can't get the header to show, nor can I unlock it to drag it. The checkboxes are acting strangely (ie: I click one and nothing happens, clicking it again both the lock and header checkboxes toggle. Either way, nothing actually changes).
I have selected the option auto hide complete quests from tracker.
It works for the tracker but in the questlog i have to uncheck the quest with shift + click.
Same issue here. The Tracker doesn't seem to be working correctly either, as I can't get the header to show, nor can I unlock it to drag it. The checkboxes are acting strangely (ie: I click one and nothing happens, clicking it again both the lock and header checkboxes toggle. Either way, nothing actually changes).
On the Curse posting for bEQL, S-Li suggested the following change:
Quote from S-Li »
Until an update is made, here is how to make the tracker movable again.
Open questlog.lua and either comment out or delete line 134
(- should read: beql:SetQuestLogFontSize(beql.db.profile.QuestLogFontSize) - )
Blizzard removed a function that the code calls, and that is causing the problem.
I have tried it (as have others) and it works.
As this is the only issue I've come across with bEQL under 3.0.2, is anyone willing to make the change and then commit it (since Bayi seems to be AWOL)?
On the Curse posting for bEQL, S-Li suggested the following change:
I have tried it (as have others) and it works.
As this is the only issue I've come across with bEQL under 3.0.2, is anyone willing to make the change and then commit it (since Bayi seems to be AWOL)?
The function was not removed.
The error cause by getting a global value in questlog.lua at line 474:
-- start code at line 473
(473) for i = 1, QUESTS_DISPLAYED do
(474) button = getglobal("QuestLogTitle" .. (i))
(475) buttontag = getglobal("QuestLogTitle"..i.."Tag")
(476) font,fontsize,fontflags = button:GetFont()
(477) button:SetFont(font,size)
(478) font,fontsize,fontflags = buttontag:GetFont()
(479) buttontag:SetFont(font,size)
(480) end
change to
-- start code at line 473
(473) --[[ for i = 1, QUESTS_DISPLAYED do
(474) button = getglobal("QuestLogTitle" .. (i))
(475) buttontag = getglobal("QuestLogTitle"..i.."Tag")
(476) font,fontsize,fontflags = button:GetFont()
(477) button:SetFont(font,size)
(478) font,fontsize,fontflags = buttontag:GetFont()
(479) buttontag:SetFont(font,size)
(480) end --]]
This change will you allow to change fontsize of the questdescription without getting an error.
Revert the change on line 134
search on line 446
function beql:Hooks_QuestLogCollapseAllButton_OnClick()
self.hooks.QuestLogCollapseAllButton_OnClick()
replace with
function beql:Hooks_QuestLogCollapseAllButton_OnClick(this)
self.hooks.QuestLogCollapseAllButton_OnClick(this)
last version didn't have this problem. I'm also posting this on the skinner forums.
Everytime i login or did a /reloadui i have to recheck options such as "Add untracked" it's rather annoying that bEQL does not save the options :s.. i have tried to wipe my savedvariables, make new profiles etc. but nothing works.
Will there be a fix for this soon?
for example:
2008/06/04 09:34:32-859-x6]: beql-0.99\tracker.lua:451: attempt to compare number with nil
beql-0.99\questlog.lua:270: in function <Interface\AddOns\beql\questlog.lua:264>
<in C code>: ?
AceEvent-2.0-66043 (Ace2):298: in function `TriggerEvent'
SpamMeNot-4\Hooks.lua:81: in function <Interface\AddOns\SpamMeNot\Hooks.lua:70>
(tail call): ?:
AceEvent-2.0-66043 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
I use external libs
Throndorin
Throndorin
File: Interface\AddOns\beql\beql.lua
Line: 3
Count: 1
--------------------------------------------------
Error: Cannot find a library instance of Tablet-2.0.
File: Interface\AddOns\beql\extra\beqlfu.lua
Line: 7
Count: 1
--------------------------------------------------
Error: Cannot find a library instance of Dewdrop-2.0.
AddOn: beql
File: questhistory.lua
Line: 3
Count: 1
--------------------------------------------------------
Getting this after updating addons with WowAceUpdater, worked like a charm before. Can ofc return to using old version, but was wondering if you were interested. Thanks for he addon btw, it's the best.
You are simply missing those three libs. Either get the version WITH externals with WowAceUpdater or enable Automatic Dependency Download in the settings.
Looks like your addon is supported ruRU locale, but it doesn't work atm :(
When opening it's window there're an error shown: Interface\Addons\beql\questlog.lua:463: attempt to index field 'saved' (a nil value).
And when I'm trying to access the options: Interface\Addons\beql\Libs\Waterfall-1.0\Waterfall-1.0.lua:1265: you cannot close a waterfall without registering it first.
I'm still waiting for the button to hide quest tracker when i want to. Similar add-on had a button in quest log window and i can't find it in BEQL. There is just option to enable or disable the tracker. I don't want to disable the tracker when i go to BG or Arena but most of all i can't disable tracker during outdoor PvP. Therefor automatic hiding would be sweet also (if you enter PvP the tracker is hidden).
I would also be fond of the option where you select from what point the tracker will expand .. i would like it to expand from bottom-right.
If there are such features/options please point me in that direction.
p.s. i forgot about minimize/maximize feature .. but its not what I'm after
Encountered upon login. Basic functionality OK afterward.
Now, only the first 6 lines of the list of quests show up.
IE: I have:
+Auchenai Crypts
[67D] QUEST
+Blades Edge
[##] QUEST
[##] QUEST
+Karazhan
I can scroll down, but only the top 6 lines will show, so if I scroll right down, I can see the two kara quests. If I click say, the bottom one, then scroll back up, the 8th line is colored, but with no text/unclickable.
Any idea on the cause? It was fine 2 hours ago when I logged out.
edit:
Oddly enough, reducing the alpha makes the text visible, but still not clickable.
More info from the creator of TourGuide
http://code.google.com/p/tekkub-wow/issues/detail?id=293
Same issue here. The Tracker doesn't seem to be working correctly either, as I can't get the header to show, nor can I unlock it to drag it. The checkboxes are acting strangely (ie: I click one and nothing happens, clicking it again both the lock and header checkboxes toggle. Either way, nothing actually changes).
I have found a little bug.
I have selected the option auto hide complete quests from tracker.
It works for the tracker but in the questlog i have to uncheck the quest with shift + click.
Any updates, or anything in the works?
I have tried it (as have others) and it works.
As this is the only issue I've come across with bEQL under 3.0.2, is anyone willing to make the change and then commit it (since Bayi seems to be AWOL)?
The function was not removed.
The error cause by getting a global value in questlog.lua at line 474:
change to
This change will you allow to change fontsize of the questdescription without getting an error.
Revert the change on line 134
search on line 446
replace with
will fix the collaps all quest issue.
Lg Angelike (EU Gilneas)