What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[PB] advanced TSM AH bot profile

ok donety... but now my char doesnt complete a full post scan and keeps runing to the ah ... so auctions arent being posted apart from 5-10 ..how i fix it mate? and greedyscan is false and mousewhell is true
 
I had the same problem my fault was lazyness.

TradeSkillMaster_Auctioning/modules/PostScan.lua
  • Add these lines to the bottom of the file
    Code:
    	function Post:isScanningPBT()
    		return isScanning
    	end

TradeSkillMaster_Auctioning/modules/CancelScan.lua
  • Add these lines to the bottom of the file
    Code:
    	function Cancel:isScanningPBT()
    		return isScanning
    	end

this stuff i 2 different things and i didnt realized that so i just added "function Post:isScanningPBT()" to both files but in the other file its called "function CANCEL:isScanningPBT()"
 
are the ziped modifier up to date?
can i use the modier and partially edit something that arent up to date in the modiefier?
are the post 6 up to date if i need to go in and edit everything manyally ore are there stuff in the thread that arent in post 6?
 
ya i edited that correctly mate.. but it stils doenst end the posting cycle for some wierd reason that i dont know why :| and that way it keeps runing to the mail box then do like 5-10 posts when i have 140 posts to do.. and then runs to mail again over and over.. note: at the first 2 or 3 posts it does it all correct but then he justy keeps ending the cycle too earlier.. any clue? tips? anything?
 
i have tried editing the files according to post 6 now and reloaded wow and tsm window disapeared. and bot is running as intended but it doesnt cancel or post stuff only get this on my hb window.



PB 1.498: MoveTo Action completed for type NearestAH
PB 1.498: InteractAction complete
Canceling scan ended
Canceling cycle ended
PB 1.498: MoveTo Action completed for type NearestMailbox
PB 1.498: InteractAction complete
Starting posting cycle
PB 1.498: MoveTo Action completed for type NearestAH
PB 1.498: InteractAction complete
Posting scan ended
Posting cycle ended
Starting the next Canceling and Posting cycle in 12 seconds
Starting canceling cycle
PB 1.498: MoveTo Action completed for type NearestAH
PB 1.498: InteractAction complete
Canceling scan ended
Canceling cycle ended

But it doesnt post or cancel anything i also have f1 and f2 bound and enabled the mousewheel macro in tsm
 
33169827.jpg


So may i ask where is the PostScan and CancelScan.
 
Ok. Posting and canceling are working fine for me but it will not fetch mail. It goes to the mailbox and opens the mailbox but will not fetch mail. A TSM error pops up.

EDIT: Scratch that. I decided to re-run the batch file in my addon folder and all is working well now :)
 
Last edited:
Would be great if it would be able to do many posts before 1 cancel. Any with idea how to add this?
 
33169827.jpg


So may i ask where is the PostScan and CancelScan.

Wrong folder mate. Check "Auctioning" not Accounting

--------------------------------------------------------------------------------------------
Could someone that has this working please please post a zip of the edited addons. Would be greatly appreciated.
 
ya plz just post a working files zip like we had before in this tread.. no need to put the name of it we know wth is it.. or if anyone kind enuff to pm me with the link to donwloade it plz apreciate.. cause i cant get this to run and its hurting my gold income a LOT :X
 
Something is wrong with post #6.
You said to replace this part from "auctionframe.lua!
Code:
		btn:SetScript("OnMouseUp", function(self, button)
				UnlockAllHighlight()
				self:LockHighlight()
				private:OnSidebarButtonClick(private.modes[i], button)
			end)
but it doesnt exist. The part that comes closest to it is:
Code:
			btn:SetScript("OnMouseUp", function(self, button)
					UnlockAllHighlight()
					self:LockHighlight()
					private:OnSidebarButtonClick(mode, button)
				end)

"modes" part doesnt exist. Does this matter at all or what? Because for me the toon does a part of the cancelation process and runs to get mail instead of waiting till its done. And as I understand Im not the only one having this problem.
 
Last edited:
Something is wrong with post #6.
You said to replace this part from "auctionframe.lua!
Code:
        btn:SetScript("OnMouseUp", function(self, button)
                UnlockAllHighlight()
                self:LockHighlight()
                private:OnSidebarButtonClick(private.modes[i], button)
            end)
but it doesnt exist. The part that comes closest to it is:
Code:
            btn:SetScript("OnMouseUp", function(self, button)
                    UnlockAllHighlight()
                    self:LockHighlight()
                    private:OnSidebarButtonClick(mode, button)
                end)

"modes" part doesnt exist. Does this matter at all or what? Because for me the toon does a part of the cancelation process and runs to get mail instead of waiting till its done. And as I understand Im not the only one having this problem.



ya have same problem with posting it only posts like 5-10 items.. then mesassge in bot saying posting cycle ended.. and run to the mail.. then cancel.. then mail..then post 5-10 items.. all over.. it doesnt make a full post/cancel rotine.. plz anyone have a fix? update the tsm files into a **namedwthever.zip doesnt matter .. plz guys we need this to be fixed
 
Well mine is posting just fine, but cancelling he isnt waiting for it. just walks away :S
 
The problem with posting a .zip with the corrected files is that the author of TSM has the copyright and posting modified version of the authors files is unlawfull i think
 
thatz has been allways like that since TSM even got a ANTI-BOT option, but since when do Botters care about such small thingss...
just go and press a makro the hole time .. ill never realy bottet AH since .. but srsly you guyz sitting atm home like this or what`? "OMG im not having 5min over to quickly press the Cancel makro and post makro (wich you can get in 1makro btw ;).... and another OMG in 3-4hours i have to go check my banky again!"
 
bump, updated profile, test... should work now... all canceling/posting problem was related to a bug in the profile v0.11 and v0.12 also... sorry
 
I have loaded the new profile and edited the addon using post #6, but when i hit start it says
Starting the next Canceling and Posting cycle in 1 seconds
Starting GetAll scan
but my toon never moves. I have him in SW standing next to the mailbox.
 
Back
Top