Please make the not available item links in instance item loot tables NON clickable. clicking it by accident disconnects you from server. or make then shift-clickable.
'positionFunc', side == "LEFT" and function(this)
this:SetPoint("TOPLEFT", WorldMapDetailFrame, "TOPLEFT")
this:SetPoint("BOTTOMLEFT", WorldMapDetailFrame, "BOTTOMLEFT")
end or function(this)
this:SetPoint("TOPRIGHT", WorldMapDetailFrame, "TOPRIGHT")
this:SetPoint("BOTTOMRIGHT", WorldMapDetailFrame, "BOTTOMRIGHT")
end
to:
'positionFunc', side == "LEFT" and function(this)
this:SetPoint("TOPLEFT", WorldMapDetailFrame, "TOPLEFT",-50,0)
this:SetPoint("BOTTOMLEFT", WorldMapDetailFrame, "BOTTOMLEFT",-50,0)
end or function(this)
this:SetPoint("TOPRIGHT", WorldMapDetailFrame, "TOPRIGHT",86,0)
this:SetPoint("BOTTOMRIGHT", WorldMapDetailFrame, "BOTTOMRIGHT",86,0)
end
I think it's a cartographer bug. The author of the addon has 2 options, to display the tablet on the left or the right side. There are no other parameters. Cartographer puts the tablet on the wrong position so it hides about 10% of the map.
0
0
Error: Argument #3 is expected to be [0, 1], got 1.0109238378288
AddOn: Cartographer
File: Notes.lua
Line: 3142
Count: 1
got it several times while going from Darkshore to Darnassus
0
when clicking on a boss skull in scarlet monastery map:
Error: bad argument #1 to 'format' (number expected, got nil)
AddOn: Cartographer
File: Notes.lua
Line: 1883
Count: 1
0
File: ...dOns\Cartographer\Libs\RollCall-1.0\RollCall-1.0.lua
Line: 192
Count: 3
build 25806
0
Error: attempt to call method 'PetActionbar_ShowGrid' (a nil value)
AddOn: Bartender3
File: Bartender3_BarClass.lua
Line: 489
Count: 1
0
happened when showing Underbog instance
Error: bad argument #1 to 'format' (number expected, got nil)
AddOn: Cartographer
File: Notes.lua
Line: 1889
Count: 16
build 25806
I get constant POSITION spam in the chat, had to disable guildpos module to get rid of it.
0
Cartographer.lua
change from:
'positionFunc', side == "LEFT" and function(this)
this:SetPoint("TOPLEFT", WorldMapDetailFrame, "TOPLEFT")
this:SetPoint("BOTTOMLEFT", WorldMapDetailFrame, "BOTTOMLEFT")
end or function(this)
this:SetPoint("TOPRIGHT", WorldMapDetailFrame, "TOPRIGHT")
this:SetPoint("BOTTOMRIGHT", WorldMapDetailFrame, "BOTTOMRIGHT")
end
to:
'positionFunc', side == "LEFT" and function(this)
this:SetPoint("TOPLEFT", WorldMapDetailFrame, "TOPLEFT",-50,0)
this:SetPoint("BOTTOMLEFT", WorldMapDetailFrame, "BOTTOMLEFT",-50,0)
end or function(this)
this:SetPoint("TOPRIGHT", WorldMapDetailFrame, "TOPRIGHT",86,0)
this:SetPoint("BOTTOMRIGHT", WorldMapDetailFrame, "BOTTOMRIGHT",86,0)
end
0
0
0
0
Error: Invalid trade skill item in SetTradeSkillItem(index [,reagent])
AddOn: Ace2
File: AceEvent-2.0.lua
Line: 428
Count: 1
0
Error: Usage: GetItemInfo(itemID|"name"|"itemlink")
File: Interface\AddOns\Hemlock\Hemlock.lua
Line: 465
Count: 4
when tryring to make a poison (nothing happens)
build 23xxx (before 2.0.4) worked fine
0
0
my wow crashed 3 times in 1 hour with imem errors (happened on vanish -> inventory change because flash powder was used).
downgraded back to 23xxx, no crash in 2 hours. will test more.
0