This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The Addon EQCompare works fine for me till this days, also on 4.0.1 client. I only have manually updated to the latest Ace2 libs (r1101).But now a bug is introduced with the Update of AtlasLoot to Version 6. To get the addon EQCompare working I have inserted 2 lines in the Code.I know, the addon will not be continued, but I ask the author to add the 2 lines to the addon to get it working again for all users. Thanks!
* WOW 4.0.1 (rev. 13205) german client* Atlasloot 6.00.00* EQCompare 2.0beta---What steps will reproduce the problem?---
Error on loginworked until Atlasloot 5.11.07 with the same WOW 4.0.1 (rev. 13205) german client---Do you have an error log of what happened?---
Message: Interface\AddOns\EQCompare\EQCompare.lua:521 attempt to index global 'AtlasLootOptionsFrameEquipCompare' (a nil value)Time: 11/08/10 23:07:25Count: 1Stack: Interface\AddOns\!Libs\AceAddon-2.0\AceAddon-2.0.lua:1051 in function `ManualEnable'Interface\AddOns\!Libs\AceAddon-2.0\AceAddon-2.0.lua:979 in function <Interface\AddOns\!Libs\AceAddon-2.0\AceAddon-2.0.lua:973[C]: ?Interface\AddOns\!Libs\AceEvent-2.0\AceEvent-2.0.lua:260 in function `TriggerEvent'Interface\AddOns\!Libs\AceEvent-2.0\AceEvent-2.0.lua:910 in function <Interface\AddOns\!Libs\AceEvent-2.0\AceEvent-2.0.lua:903
Locals: <none>---Please provide any additional information below.---
Made a little quick change to EQCompare.lua for myself to get it working:
LINE CODE519 if AtlasLootTooltip thenadd if GetAddOnMetadata("AtlasLoot", "Version") < "v6.00.00"; then520 AtlasLootOptionsFrameEquipCompare:SetChecked(true)add end521 AtlasLoot.db.profile.EquipCompare = true522 self:RegisterTooltip(AtlasLootTooltip)523 end
To post a comment, please login or register a new account.