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

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

    1. chrisone

      chrisone New Member

      Joined:
      Jan 15, 2010
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      are there any other ways to get at this moment a working setup with hb and tsm?

      regards
       
    2. reZon

      reZon New Member

      Joined:
      Oct 18, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      0
      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
       
      Last edited: Oct 18, 2012
      Keldorn likes this.
    3. Gatherit

      Gatherit New Member Buddy Store Developer

      Joined:
      Aug 28, 2010
      Messages:
      2,331
      Likes Received:
      68
      Trophy Points:
      0
      Anyone got working mailboxes for shrine of two moons engineer AH?
       
    4. xmsnxtradex

      xmsnxtradex New Member

      Joined:
      Sep 10, 2012
      Messages:
      172
      Likes Received:
      0
      Trophy Points:
      0
      any1 tryd this yet?? what meens unstable btw? does it just stop working or does it bug out on a Auction window?
       
    5. reZon

      reZon New Member

      Joined:
      Oct 18, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      0
      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.
       
    6. Menaxerius

      Menaxerius Member

      Joined:
      Feb 5, 2012
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      16
      Could one of you give me the right curse link witch work with this exe?

      Thanks

      Mena
       
    7. reZon

      reZon New Member

      Joined:
      Oct 18, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      0
    8. BuddyNOT

      BuddyNOT New Member

      Joined:
      Feb 1, 2012
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      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
       
      Last edited: Oct 21, 2012
    9. reZon

      reZon New Member

      Joined:
      Oct 18, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      0
      I dont know what profile you testing, in that i posted after cancel scan it always check mailbox.
       
    10. BuddyNOT

      BuddyNOT New Member

      Joined:
      Feb 1, 2012
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      yours, it's not working for me, maybe TSM really bugged.
       
    11. reZon

      reZon New Member

      Joined:
      Oct 18, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      0
      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.
       
      Last edited: Oct 22, 2012
    12. BuddyNOT

      BuddyNOT New Member

      Joined:
      Feb 1, 2012
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0

      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
       
    13. reZon

      reZon New Member

      Joined:
      Oct 18, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      0
      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.
       
      Last edited: Oct 22, 2012
    14. Ramakandra

      Ramakandra New Member

      Joined:
      Oct 18, 2012
      Messages:
      49
      Likes Received:
      1
      Trophy Points:
      0
      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.
       
    15. reZon

      reZon New Member

      Joined:
      Oct 18, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      0
      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.
       
    16. Keldorn

      Keldorn New Member

      Joined:
      Jul 2, 2012
      Messages:
      560
      Likes Received:
      0
      Trophy Points:
      0
      What do i have to do, to use different routes between mailbox - AH - banker?

      Would be nice to know :)
       
    17. BuddyNOT

      BuddyNOT New Member

      Joined:
      Feb 1, 2012
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    18. reZon

      reZon New Member

      Joined:
      Oct 18, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      0
      It seems function that return is new mail, disabled by blizzards, or... I dont understand something.
       
    19. BuddyNOT

      BuddyNOT New Member

      Joined:
      Feb 1, 2012
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    20. @alisha

      @alisha Well-Known Member Buddy Store Developer

      Joined:
      Sep 29, 2012
      Messages:
      4,063
      Likes Received:
      94
      Trophy Points:
      48
      Can anyone put ZIP with TSM version thats work with this plugin please?

      Thanks~~~
       

    Share This Page