I don't have any idea how to code, but with your comentaries I have open the ARLFrame.lua and in line 354 I find:
elseif (ATSWFrame and not CraftIsPetTraining()) then
I post all the code in this block:
function addon:ShowScanButton() -- Add to Fizzwidget Hunter's Helper if (FHH_UI and CraftIsPetTraining()) then addon.ScanButton:SetParent(FHH_UI) addon.ScanButton:ClearAllPoints() addon.ScanButton:SetPoint("RIGHT",FHH_UICloseButton,"LEFT",10,0) addon.ScanButton:SetWidth(addon.ScanButton:GetTextWidth() + 10) -- Add to ATSW elseif (ATSWFrame and not CraftIsPetTraining()) then addon.ScanButton:SetParent(ATSWFrame) addon.ScanButton:ClearAllPoints() addon.ScanButton:SetPoint("RIGHT", ATSWOptionsButton, "LEFT", 0, 0) addon.ScanButton:SetHeight(ATSWOptionsButton:GetHeight()) addon.ScanButton:SetWidth(80) elseif (addon.SkillType == "Trade") then -- Anchor to trade window addon.ScanButton:SetParent(TradeSkillFrame) addon.ScanButton:ClearAllPoints() addon.ScanButton:SetPoint("RIGHT",TradeSkillFrameCloseButton,"LEFT",10,0) addon.ScanButton:SetWidth(addon.ScanButton:GetTextWidth() + 10) -- Anchor to crafting window elseif (addon.SkillType == "Craft") then addon.ScanButton:SetParent(CraftFrame) addon.ScanButton:ClearAllPoints() addon.ScanButton:SetPoint("RIGHT",CraftFrameCloseButton,"LEFT",10,0) addon.ScanButton:SetWidth(addon.ScanButton:GetTextWidth() + 10) end addon.ScanButton:SetFrameStrata("DIALOG") addon.ScanButton:Show() end
get this, also with the newest version. I have AdvancedTradeSkillWindow too, but before the patch this worked good together. When I disable ATSW then it works
when i regenerate mana the manabar is like a counter. how can i change this? f.e. now it counts 4025, 4026, 4027 and so on (like 1 pint-scales) until it reaches maxmp. in the past it counts 4025... 4200... 4350... and so on.
sorry for bad english ;)
hello,
few days ago i updated cartographer and now i get wrong data-icons when i find ore.
f.e. i click on truesilver and cartographer show this as mithril. other ore like gold and silver too (always mithril). all my notes have changed to mithril for this ore.
tin, iron and copper works right.
0
?
0
thx!
0
elseif (ATSWFrame and not CraftIsPetTraining()) then
I post all the code in this block:
function addon:ShowScanButton()
-- Add to Fizzwidget Hunter's Helper
if (FHH_UI and CraftIsPetTraining()) then
addon.ScanButton:SetParent(FHH_UI)
addon.ScanButton:ClearAllPoints()
addon.ScanButton:SetPoint("RIGHT",FHH_UICloseButton,"LEFT",10,0)
addon.ScanButton:SetWidth(addon.ScanButton:GetTextWidth() + 10)
-- Add to ATSW
elseif (ATSWFrame and not CraftIsPetTraining()) then
addon.ScanButton:SetParent(ATSWFrame)
addon.ScanButton:ClearAllPoints()
addon.ScanButton:SetPoint("RIGHT", ATSWOptionsButton, "LEFT", 0, 0)
addon.ScanButton:SetHeight(ATSWOptionsButton:GetHeight())
addon.ScanButton:SetWidth(80)
elseif (addon.SkillType == "Trade") then
-- Anchor to trade window
addon.ScanButton:SetParent(TradeSkillFrame)
addon.ScanButton:ClearAllPoints()
addon.ScanButton:SetPoint("RIGHT",TradeSkillFrameCloseButton,"LEFT",10,0)
addon.ScanButton:SetWidth(addon.ScanButton:GetTextWidth() + 10)
-- Anchor to crafting window
elseif (addon.SkillType == "Craft") then
addon.ScanButton:SetParent(CraftFrame)
addon.ScanButton:ClearAllPoints()
addon.ScanButton:SetPoint("RIGHT",CraftFrameCloseButton,"LEFT",10,0)
addon.ScanButton:SetWidth(addon.ScanButton:GetTextWidth() + 10)
end
addon.ScanButton:SetFrameStrata("DIALOG")
addon.ScanButton:Show()
end
0
Date: 2008-10-29 19:30:35
ID: 112
Error occured in: Global
Count: 1
Message: ..\AddOns\AckisRecipeList\ARLFrame.lua line 354:
attempt to call upvalue 'CraftIsPetTraining' (a nil value)
Debug:
(tail call): ?
AckisRecipeList\ARLFrame.lua:354: ShowScanButton()
AckisRecipeList\AckisRecipeList.lua:1360: ?()
...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
[string "safecall Dispatcher[1]"]:4:
[string "safecall Dispatcher[1]"]:4
[C]: ?
[string "safecall Dispatcher[1]"]:13: ?()
...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: Fire()
...s\AckisRecipeList\libs\AceEvent-3.0\AceEvent-3.0.lua:70:
...s\AckisRecipeList\libs\AceEvent-3.0\AceEvent-3.0.lua:69
[C]: UseAction()
..\FrameXML\SecureTemplates.lua:259: SecureActionButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
0
sorry for bad english ;)
0
i found out that silver displays as tin. so the common node override the rare node. no way to change this?
0
few days ago i updated cartographer and now i get wrong data-icons when i find ore.
f.e. i click on truesilver and cartographer show this as mithril. other ore like gold and silver too (always mithril). all my notes have changed to mithril for this ore.
tin, iron and copper works right.
what's wrong?