Results: 3Comments by: watlende
File: SLDataText02-07-18
Durability
Posted By: watlende
Just downloaded the latest 7.3.2.zip. SLDataText.toc is labeled ## Version: 7.3.1 The Elements section tries to load "Elements\armor.lua" but the file in the Elements folder is named "durability.lua". Thus the durability module is not loaded. Updating the .toc file to point to "durability.lua" fixes this.
File: RareAlert03-04-15
It seems the mine is a different ma...
Posted By: watlende
It seems the mine is a different map area id. Update the blacklist to the following local blacklist = { 971, -- Alliance garrison 947, -- Lunarfall Excavation 976, -- Horde garrison } I don't know the map area id for the horde mine. If you get an alert when you shouldn't you can check your current map area id by runn...
File: RareAlert03-04-15
6.1 update
Posted By: watlende
The following seems to work for 6.1. I still get an alert when I first hearth into the garrison. Replace the contents of core.lua with the following local blacklist = { 971, -- Alliance garrison 976, -- Horde garrison } local f = CreateFrame("Frame") f:RegisterEvent("VIGNETTE_ADDED") f:SetScript("OnEvent", function()...