wait hold on. so this pretty much cancels every thing you already have. reposts them for whatever reason and repeats every 10~15 minutes?? someone let me know if i got this wrong. if i am right in that...uh why would you need that?
Hey everyone, Was all working fine for me... until I update TSM by mistake.. Anyone working for an update? or got a working version? willing to donate! Thanks
Does anyone have the batch file? Can you guys that have it working also tell me what version of tsm you are using?
Anyone else find that the bot get stuck waiting for the Post scan to finish if there's nothing to post in your bags? The problem is in TradeSkillMaster_Auctioning\modules\manage.lua, Code: local scanList = Util:GetScanListAndSetup(GUI, options) if #(scanList) == 0 then GUI:Stopped() return end Here is a fix for it. This is not a very good and clean way to do this, but I haven't done much Lua/addon coding and I was too tired to figure out the right way. Add the lines in green, in TradeSkillMaster_Auctioning\modules\GUI.lua Code: if private.mode == "Post" then TSMAPI:CreateTimeDelay("aucTotalGold", 0.5, SetGoldText) SetGoldText() private.statusBar:SetStatusText(L["Post Scan Finished"]) [COLOR="#00E000"]LibStub("AceAddon-3.0"):GetAddon("TradeSkillMaster_Auctioning"):GetModule("Post"):DoneScanning()[/COLOR] elseif private.mode == "Cancel" then private.infoText:SetInfo(L["Done Canceling"]) private.statusBar:SetStatusText(L["Cancel Scan Finished"]) [COLOR="#00E000"]LibStub("AceAddon-3.0"):GetAddon("TradeSkillMaster_Auctioning"):GetModule("Cancel"):DoneScanning()[/COLOR] elseif private.mode == "Reset" then
Can someone pehaps upload the editet lua files hence after i tryed to edit mine TSM vindow is now gone and but it does show the addon would appriciate it alot if u could share them to fix it for me.
So I've tried finding info about how to get this to work (I know it's not being kept updated by author) but I see people adding fixes and still using this. Is there someone who can make a consolidated post with updated instructions how to make it work? With a batch-file and updated profile perhaps.
Hey there.. My problem is about mailbox, char is goin mailbox, but just open 1 mail and he start w8ing.. Didnt loot other mails and stuck there.. How can i fix that problem?
Hey everyone, I don't want to make false promises, but it looks like I will have some time to work on this project. Finally I finished the process of moving to an other country, got a flat and a job etc. Will get back with some updates soon?
Bump. Added a patcher program that does the changes to newest TSM. Also updated the profile, mailbox probelm should be fixed.
I will throw few problems i faced (maybe its just me so wait for others) on clean install. Sometimes (on first open after every login) TSM is not default auction house tab despite its setting to be default tab. So thousands errors because of this from TSM and PB. After GETALL scan (im unsure why its even needed actually, guess i miss something and its s feature of new TSM to do its things faster) - but yea, after get all scan it posts/cancels somewhat slow. There was requirement to do /reload in cata after getall to auction house function correctly (its all lagged). Maybe its just me i dunno. Same for mailing part, patched TSM's get mail option works fine, but again slow for some reason. Slower than PB. But it works which is good. Maybe slownesss is because of getall as well, i dunno. Or its just me. Patching/macro part is working just fine. Guess this is all i need I will browse thread and profile now to get idea why getall is needed now, i miss something clearly. And i will keep testing your profile as well GLV to help and get idea whats what now. I mean my bots still work on very first *****ed TSM for WoW 4.1 i guess lol, which works still. Last time i tried to switch for newer TSM failed. But i really want to switch now finally edit: turned off getall, all seem to work fine now, had 450 items in my mailbox. all posted, bot is afking near auctioneer waiting for next cycle. Will test bit more later to be sure TSM tab is indeed default always thats only problem i guess before i can start moving my bots on this version.
Thank you for the feedback. GetAllScan is to refresh item prices. If you are using fixed prices, you can turn it off. I don't know why it is not the default AH tab, I don't have this issue, will try and check why it could occur for you. Mailing is not the fastest at the moment, need to implement the reload function.
Which horde city is good for this, the bot works perfectly to post/cancel/get mails but it get stuck everywhere and do the unstuck macro look alot like a bot.
Another problem - seems it does not always realise posting scan has ended when there is nothing to post with Post First option on. Starting posting cycle PB 1.536: MoveTo Action completed for type NearestAH PB 1.536: InteractAction complete PB 1.536: Wait for 00:00:02 or until false Completed PB 1.536: Wait for 00:00:02.5000000 or until false Completed and thats it. And overall timings are pretty tight. Sometimes it tries to do something that it cant do yet since UI is not ready for this yet or vice verse (pb is not ready for ui dunno). It may skip a cancelling cycle completely moving to posting cycle while it cancelling cycle in Ui has not even started, Im testing it in farly laggy env tho. (to be sure my bots will not stuck because they are bots and pc is on 99% load. Im pretty sure such things wont occure in lagless capital city, but moving all bots to another city isnt best solution necessary. PS: profile is so damn complex now! This is good for sure, but im having troubles get only those few functions i only need lol. I just need 3 simple post/cancel/mail routines like it originally was in fucked TSM. It was easy to edit and make profile for your specific use. edit: as expected no issues in empty ironforge. GLV can you tell please what strings to edit or add to make it more lag-friendly? capital/ah lag on busy servers, not a latency lag.
Hi im a total noob on TSM and first time running this profile, can you make it buy mats and craft items to put on the AH for a profit? all it does for me atm is running back and forth to the NPC and mailbox not doing so much more, as i said im a total noob at TSM to so some help is needed