• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [PB] advanced TSM AH bot profile

    Discussion in 'Archives' started by glvtron, Mar 23, 2012.

    1. HB5127P42

      HB5127P42 New Member

      Joined:
      May 25, 2011
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    2. Keldorn

      Keldorn New Member

      Joined:
      Jul 2, 2012
      Messages:
      560
      Likes Received:
      0
      Trophy Points:
      0
      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()"
       
    3. mrswepyro

      mrswepyro New Member

      Joined:
      Jan 21, 2012
      Messages:
      183
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    4. HB5127P42

      HB5127P42 New Member

      Joined:
      May 25, 2011
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    5. mrswepyro

      mrswepyro New Member

      Joined:
      Jan 21, 2012
      Messages:
      183
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    6. Raqw

      Raqw New Member

      Joined:
      Dec 6, 2011
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      [​IMG]

      So may i ask where is the PostScan and CancelScan.
       
    7. Gatherit

      Gatherit New Member Buddy Store Developer

      Joined:
      Aug 28, 2010
      Messages:
      2,331
      Likes Received:
      68
      Trophy Points:
      0
      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: Sep 15, 2012
    8. smrdlja

      smrdlja New Member

      Joined:
      Jul 29, 2012
      Messages:
      147
      Likes Received:
      0
      Trophy Points:
      0
      Would be great if it would be able to do many posts before 1 cancel. Any with idea how to add this?
       
    9. bootdude

      bootdude New Member

      Joined:
      May 9, 2012
      Messages:
      24
      Likes Received:
      1
      Trophy Points:
      0
      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.
       
    10. HB5127P42

      HB5127P42 New Member

      Joined:
      May 25, 2011
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    11. stackrouse

      stackrouse New Member

      Joined:
      Aug 1, 2011
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      I agree, can we please get someone to create a new .bat file to edit the files
       
    12. bootdude

      bootdude New Member

      Joined:
      May 9, 2012
      Messages:
      24
      Likes Received:
      1
      Trophy Points:
      0
      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: Sep 15, 2012
    13. HB5127P42

      HB5127P42 New Member

      Joined:
      May 25, 2011
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0



      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
       
    14. bootdude

      bootdude New Member

      Joined:
      May 9, 2012
      Messages:
      24
      Likes Received:
      1
      Trophy Points:
      0
      Well mine is posting just fine, but cancelling he isnt waiting for it. just walks away :S
       
    15. HB5127P42

      HB5127P42 New Member

      Joined:
      May 25, 2011
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      any update? zip the correct files and upload plz wud be better for all
       
    16. bootdude

      bootdude New Member

      Joined:
      May 9, 2012
      Messages:
      24
      Likes Received:
      1
      Trophy Points:
      0
      Bumb!
      Can we please have an update.
       
      Last edited: Sep 17, 2012
    17. Keldorn

      Keldorn New Member

      Joined:
      Jul 2, 2012
      Messages:
      560
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    18. xmsnxtradex

      xmsnxtradex New Member

      Joined:
      Sep 10, 2012
      Messages:
      172
      Likes Received:
      0
      Trophy Points:
      0
      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!"
       
    19. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      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
       
    20. vinko

      vinko Member

      Joined:
      Jan 15, 2010
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      6
      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.
       

    Share This Page