Cromulent
Shows ZoneInfo on the World Map in a perfectly cromulent fashion.
Battle for Azeroth
8.0 brought in some big changes to how the world map works. As such, the functionality of Cromulent has changed for a while until ways of re-implementing the old functionality are found.
-
Zone information is now in the lower left corner of the map and is only shown once a zone has been clicked
-
Fishing information has been disabled while the LibTourist authors figure out what's happening with fishing
Date: 2010-10-14 11:09:19
ID: -8
Error occured in: Global
Count: 390
Message: ..\AddOns\Cromulent\Cromulent.lua line 104:
attempt to call upvalue 'GetNumSkillLines' (a nil value)
Debug:
(tail call): ?
[C]: ?
Cromulent\Cromulent.lua:104:
Cromulent\Cromulent.lua:51
(tail call): ?
[C]: ?
AddOns:
Swatter, v3.1.15 (<%codename%>)
ACP, v3.3.8
Altoholic, v3.3.002b
AtlasLoot, vv5.11.05
AtlasLootFu, vv5.11.05
Auctionator, v2.6.5
Babylonian, v5.1.DEV.130
BadBoy, v6.100
Clique, vv40000-1.1.0
Configator, v5.1.DEV.278
Cromulent, vv1.5.2
CurseProfiler, v
DataStore, v3.3.001
DataStoreAchievements, v3.3.001
DataStoreAuctions, v3.3.001
DataStoreCharacters, v3.3.001
DataStoreContainers, v3.3.001
DataStoreCrafts, v3.3.002
DataStoreCurrencies, v3.3.001
DataStoreInventory, v3.3.002
DataStoreMails, v3.3.001
DataStorePets, v3.3.001
DataStoreQuests, v3.3.001
DataStoreReputations, v3.3.001
DataStoreSkills, v3.3.002
DataStoreSpells, v3.3.001
DataStoreStats, v3.3.001
DataStoreTalents, v3.3.001
DBMCore, v
Decursive, v2.5.2.1
Gatherer, v3.1.15
GroupCalendar5, v5.2.3
HandyNotes, v1.1.6
Mapster, v1.3.10
MikScrollingBattleText, v5.4.78
MinimapButtonFrame, v3.1.1
MinimapButtonFrameSkinPack, v3.0
Omen, v3.0.10
PallyPower, vv4.0.12
Quartz, v3.0.4
QuartzMagebuff, v0.50
QuickMark, v3.1415926
Recount, v
SlideBar, v3.1.15 (<%codename%>)
TidyPlates, v5.13.3 (R39)
TidyPlatesGrey, v
TidyPlatesNeon, v
TidyPlatesKnurl, v5.0.1
BlizRuntimeLib_enUS v4.0.1.40000 <eu>
(ck=4e1)
Temporary fix is to add this code at the top of Cromulent.lua;
local function GetNumSkillLines()
return 6
end
local function GetSkillLineInfo(skillIndex)
local name, _, level = "", 0, 0
local i = select(skillIndex, GetProfessions())
if i ~= nil then name, _, level = GetProfessionInfo(i) end
return name, nil, nil, level
end
i know you said you hade one more thing to do but on the current build of Cromulent i am getting this error:
Message: Interface\AddOns\Cromulent\Cromulent.lua:102: '<name>' expected near '=' Time: 10/13/10 17:43:20 Count: 1 Stack: Locals:
Message: Interface\AddOns\Cromulent\Cromulent.lua:102: '<name>' expected near '='
Time: 10/13/10 17:43:20
Count: 1
Stack:
Locals:
will there be an update for this to work in Cata? i love this addon and works GREAT with mapster thanks
Could we get an AceConfigDialog-3.0 config screen? (Or is it already there, but I haven't noticed it?)
thx for sHARING