I tried use TSM 1.5.2, i have edited files how it described in 6 post. Now it working but pretty instability, if it is nothing to do when posting from the start profile just stucks on open TSM window. Attach may done editing job for you just select addons directory with TSM152(could be download from curse.com) View attachment PatcherTSM152.zip UPD: Empty posting stop fix. TradeSkillMaster_Auctioning\modules\manage.lua Code: local scanList = Util:GetScanListAndSetup(GUI, options) if #(scanList) == 0 then GUI:Stopped() return change to Code: local scanList = Util:GetScanListAndSetup(GUI, options) if #(scanList) == 0 then GUI:Stopped() [COLOR="#FF0000"]Util:DoneScanning()[/COLOR] return UPD2: Due strange problems with mail, added force mail check after canceling scan. View attachment [PB] TSM bot v0.13b.xml
any1 tryd this yet?? what meens unstable btw? does it just stop working or does it bug out on a Auction window?
TSM is unstable itself, sometimes it stopped on cancelling scan, and need interaction from user. Sometimes it throws error messages, and no need to interaction from user. Last time i run this profile for 8 ours and it works normal.
v1.2.9 - TradeSkillMaster_Auctioning - Auction & Economy - World of Warcraft Addons - Curse v1.5.2 - TradeSkillMaster - Auction & Economy - World of Warcraft Addons - Curse v1.0.8 - TradeSkillMaster_Mailing - Mail - World of Warcraft Addons - Curse If i dont forget rigth version that i used, but you can easly edit them youself how it described in post 6.
UPD: no it's not working IsCanceling: 1, IsCancelScanning: 0 Canceling scan ended PB 1.512:Wait Until false Completed PB 1.512:Wait Until false Completed Canceling cycle ended Starting the next Canceling and Posting cycle in 1 seconds Starting posting cycle PB 1.512: MoveTo Action completed for type NearestAH PB 1.512: InteractAction complete InteractDebug:904835840 PB 1.512: MoveTo Action completed for type NearestAH Interact Done:904835840 PB 1.512: InteractAction complete PB 1.512:Wait Until false Completed Posting scan ended PB 1.512:Wait Until false Completed Posting cycle ended Starting canceling cycle he never check the mail anymore
Hmm as you can see i added forced check Code: <If Condition="(bool)Settings["DoCancel"]" IgnoreCanRun="True"> <CallSubRoutine SubRoutineName="DoCancel"/> [B]<CallSubRoutine SubRoutineName="GetMail"/>[/B] </If> Is TSM tab active when you doing scan? Are you edited CancelScan.lua and PostScan.lua. p.s. I can send you in pm modified files that i used.
it's worked now! not sure why lol, thanks really. is it possible to add here option like not to autocancel items? but in settings of profile? not just deleting "docancel" subroutine
Thereis DoCancel setting already exist... But after i added there a getmail call it will do not go to mail =). But i added option just for you, option called BuddyNOT, if it is true than cancel is working, if not ok no cancelling but we still running to mail after cancel scan. View attachment [PB] TSM bot v0.13b_r.xml p.s. Not tested, i`m at work, but must work. UPD: Just tested profile with newest version of TSM 1.5.8, all working, except mail, it seems some WOW API functions not work anymore. Still you can use add force call of GetMail as i do. And don`t forget to edit manage.lua as i described.
The problem with AH profiles is why share something that your competition could use? I made a profile that uses 9 random paths from the AH to the mailbox and back so it doesnt do 1000 times always the same thing but i not sure about making it public. I will however help people if they have problem with specific parts of the code.
I play on RU servers, i dont think somebody else from my server will use it... Random paths is good idea i think i will try implement it for myself.
thanks, any ideas how to make force mail only if you got new mail? and how to force bot to stop until new mail comes and not clicking AH all of time.. and maybe do full scan auc or something? :F
it's cant be wow issue, because when you got new mail you got new icon "You have mail". So, bot must check it if it's available only, there is must be some kind of "/if condition" for that.