• Visit Rebornbuddy
  • [PB] advanced TSM AH bot profile

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

    1. Skaggy

      Skaggy New Member

      Joined:
      Oct 27, 2012
      Messages:
      308
      Likes Received:
      1
      Trophy Points:
      0
      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?
       
    2. Birdman

      Birdman New Member

      Joined:
      Jul 4, 2010
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      0
      Makes sure you're the lowest priced glyphs, and more likely to sell.+ Reply to Thread
       
    3. q8designer

      q8designer Member

      Joined:
      Mar 31, 2012
      Messages:
      109
      Likes Received:
      1
      Trophy Points:
      18
      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
       
    4. thaone0523

      thaone0523 Member

      Joined:
      Jul 25, 2011
      Messages:
      130
      Likes Received:
      0
      Trophy Points:
      16
      Does anyone have the batch file? Can you guys that have it working also tell me what version of tsm you are using?
       
    5. al.muhandis

      al.muhandis New Member

      Joined:
      Aug 26, 2011
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      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
      
       
    6. Donhelsted

      Donhelsted New Member

      Joined:
      Mar 2, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    7. heosphoros

      heosphoros New Member

      Joined:
      Sep 23, 2012
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      what he said

       
    8. holypalaswe

      holypalaswe New Member

      Joined:
      Jan 31, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    9. halodin

      halodin New Member

      Joined:
      Dec 9, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    10. Keldorn

      Keldorn New Member

      Joined:
      Jul 2, 2012
      Messages:
      560
      Likes Received:
      0
      Trophy Points:
      0
      Maybe INREGO can update this... i hope for it since weeks :)
      He's the man who can do it!
       
    11. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      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? :)
       
    12. Nayhaw

      Nayhaw New Member

      Joined:
      Jul 29, 2010
      Messages:
      141
      Likes Received:
      1
      Trophy Points:
      0
      Look forward to the update!
      Thanks
       
    13. Keldorn

      Keldorn New Member

      Joined:
      Jul 2, 2012
      Messages:
      560
      Likes Received:
      0
      Trophy Points:
      0
      Okay thats the best solution!
      Welcome back
       
    14. Smix

      Smix New Member

      Joined:
      Aug 30, 2011
      Messages:
      215
      Likes Received:
      2
      Trophy Points:
      0
      [​IMG]
       
    15. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      Bump. Added a patcher program that does the changes to newest TSM. Also updated the profile, mailbox probelm should be fixed.
       
    16. Smix

      Smix New Member

      Joined:
      Aug 30, 2011
      Messages:
      215
      Likes Received:
      2
      Trophy Points:
      0
      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.
       
      Last edited: Dec 15, 2012
    17. glvtron

      glvtron Member

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

      Sillyname New Member

      Joined:
      Mar 25, 2012
      Messages:
      98
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    19. Smix

      Smix New Member

      Joined:
      Aug 30, 2011
      Messages:
      215
      Likes Received:
      2
      Trophy Points:
      0
      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.
       
      Last edited: Dec 15, 2012
    20. Kong87

      Kong87 New Member

      Joined:
      Oct 27, 2012
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      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 :p
       

    Share This Page