its just tradeskillmaster addon, not wow. I hate this stupid anti-bot check, it always pops up on me -.-
you can remove the anti-bot check by editing the post.lua file in World of Warcraft\Interface\AddOns\TradeSkillMaster_Auction ing\modules
Code:
StaticPopupDialogs["TSMAUC_STARTPOST_POPUP"..rNum] = {
text = "Hello",
button1 = "Start Scan",
OnShow = function(self) self.level = 1 end,
OnCancel = function(self)
if targetNum == targetNum then
TSMAuc:Print("Thank you for not botting with TSM.")
Post:StartScan(rNum)
local u, d, sFlag, pFlag = ("#"):split(TSMAuc.db.global.bInfo)
pFlag = encode(0)
TSMAuc.db.global.bInfo = u.."#"..d.."#"..sFlag.."#"..pFlag
else
TSMAuc:Print("Incorrect value. Please try again.")
Post:StartScan(rNum)
end
end,
timeout = 1,
hasEditBox = true,
enterClicksFirstButton = true,
}
Forgot to say this is for TradeSkillMaster_Auctioning v0.3.3Beta
Connect With Us