Close
Showing results 1 to 10 of 16

Hybrid View

  1. #1

    Default

    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
    Last edited by relevance : 09-02-2011 at 09:26 PM Reason: addon version number

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •