Getting this when I open ah:
Message: ...ace\AddOns\TradeSkillMaster\Auction\AuctionFrame.lua:325: attempt to call a nil value
Message: ...ace\AddOns\TradeSkillMaster\Auction\AuctionFrame.lua:325: attempt to call a nil value
If you mean the update, HB is still down, I'm waiting for it to be updated.
About the /click macro, do the edit I've posted above, plus modify these lines also:
Code:btn:SetScript("OnMouseUp", function(self, button) UnlockAllHighlight() self:LockHighlight() private:OnSidebarButtonClick(mode, button) end)
to
Code:btn:SetScript("OnClick", function(self, button) UnlockAllHighlight() self:LockHighlight() private:OnSidebarButtonClick(mode, "LeftButton") end)
No man. Prob you did something wrong@Raqw: you don't get any lua error when you open ah?
we need to wait for glvtron to give us what to edit to fix that... is very annoying i knowhow to avoid antibot stuff ? those "im bot, im human"
the profile works kinda... the problem ist the updated TSM. Subroutines DOPost and DoCancel with the Lua.DoString(AH_PostAuctions) and Lua.DoString(AH_CancelAuctions) no longer work.
i have no idea where to check for those lua things to update the profile. -- i will take a look at the addon
ERRORBOB said:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Styx.Bot.CustomBots.CombatBot.CreateCombatBehavior()
bei Styx.Bot.CustomBots.CombatBot.get_Root()
bei HighVoltz.Composites.PbRootComposite.set_SecondaryBot(BotBase value)
bei HighVoltz.Professionbuddy.Init()