local scanList = Util:GetScanListAndSetup(GUI, options)
if #(scanList) == 0 then
GUI:Stopped()
return
local scanList = Util:GetScanListAndSetup(GUI, options)
if #(scanList) == 0 then
GUI:Stopped()
[COLOR="#FF0000"]Util:DoneScanning()[/COLOR]
return
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 60727
UPD: Empty posting stop fix.
TradeSkillMaster_Auctioning\modules\manage.lua
change toCode:local scanList = Util:GetScanListAndSetup(GUI, options) if #(scanList) == 0 then GUI:Stopped() return
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 60774
any1 tryd this yet?? what meens unstable btw? does it just stop working or does it bug out on a Auction window?
v1.2.9 - TradeSkillMaster_Auctioning - Auction & Economy - World of Warcraft Addons - CurseCould one of you give me the right curse link witch work with this exe?
Thanks
Mena
any1 tryd this yet?? what meens unstable btw? does it just stop working or does it bug out on a Auction window?
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
I dont know what profile you testing, in that i posted after cancel scan it always check mailbox.
yours, it's not working for me, maybe TSM really bugged.
<If Condition="(bool)Settings["DoCancel"]" IgnoreCanRun="True">
<CallSubRoutine SubRoutineName="DoCancel"/>
[B]<CallSubRoutine SubRoutineName="GetMail"/>[/B]
</If>
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.
Thereis DoCancel setting already exist... But after i added there a getmail call it will do not go to mail =).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
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.
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 61814
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.
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 seems function that return is new mail, disabled by blizzards, or... I dont understand something.