• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: ProfessionBuddy--DO NOT DELETE

    Discussion in 'Archives' started by highvoltz, Jul 18, 2012.

    1. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      Not if secondary bot is the "combat bot" i think.
       
    2. chtpm

      chtpm Member

      Joined:
      Nov 26, 2011
      Messages:
      649
      Likes Received:
      6
      Trophy Points:
      18
      Anyone able to work with PB atm?
       
    3. Boomboom

      Boomboom Member

      Joined:
      Dec 11, 2010
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      6
      Is this a working version? Im having problems getting it to work :s

       
    4. eXtOphius

      eXtOphius Member

      Joined:
      Jan 15, 2010
      Messages:
      219
      Likes Received:
      3
      Trophy Points:
      18
      ProfessionBuddy is not showing up in the bot list, using the BETA version of the latest HonorBuddy.

      XtO
       
    5. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Not showing as well on release version, can you fix it?
       
    6. Cukie

      Cukie Active Member

      Joined:
      Dec 3, 2011
      Messages:
      1,255
      Likes Received:
      3
      Trophy Points:
      38
      ^^This^^
       
    7. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Lvling 1-600 Mining/Herb is hard in the Barrens... if your toon try to get stuff around the lvl90 mobs there you will die endless. possible to check if Mob is +2 lvl avoid this node?
       
    8. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      GetMailAction isn?t always picking up stuf from the mailbox using specific items.

      It seems to work with stuf mailed from other players like ore and herbs, but when it bought bronze bars from AH it just stands there looks in the mailbox and not picking the bronze bar up, itemId is correct, checked it several times.

      Also when it sent to buy bronze bar i calculated tat it needed 60 bars so i added 60 in a variable and made it buy that amount, but even if it say 10 - 20 bars it still buys several hundreds, is this count in (stacks) or is the reson that i use a variable? i need to use a variable as i want it to buy the amount needed for leveling up a skill.
       
    9. Tureckii2

      Tureckii2 New Member

      Joined:
      Aug 9, 2010
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      Log my problem with OnAhCount :(
       

      Attached Files:

    10. vandante

      vandante New Member

      Joined:
      Feb 24, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      After the latest update I was running professionbuddy to level herb/mining and it was running fine, however after a while it just went to org and now it just runs around in circles not doing anything. Tried doing a fresh install of HB and no joy.
       

      Attached Files:

    11. Unknown

      Unknown Member

      Joined:
      Apr 4, 2010
      Messages:
      574
      Likes Received:
      14
      Trophy Points:
      18
      Bot Stopped! Reason: Object reference not set to an instance of an object.

      HB crashes every time I try to start PB, this has only happened since the latest update. I have tried fresh install, checked SVN is latest version etc - log attached, cheers! :)

      View attachment 6208 2013-06-16 18.08.txt
       
    12. Unknown

      Unknown Member

      Joined:
      Apr 4, 2010
      Messages:
      574
      Likes Received:
      14
      Trophy Points:
      18
      I think it might be because you are horde and loaded an Alliance profile? Preloading profile (GB2 1-75)(Elwynn.Alliance)Herb&Mining.xml

      I'd double check the profile you're loading, just in case :)
       
    13. Unknown

      Unknown Member

      Joined:
      Apr 4, 2010
      Messages:
      574
      Likes Received:
      14
      Trophy Points:
      18
      PB just updated and it's working again :)
       
    14. vandante

      vandante New Member

      Joined:
      Feb 24, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      The profile I was running is the 1-600 profile, same profile I was running before I had the issue.
       
    15. s_catcher

      s_catcher New Member

      Joined:
      Jul 5, 2012
      Messages:
      518
      Likes Received:
      6
      Trophy Points:
      0
      Nice Botbase, but please add a randomized factor for walking :)
       
    16. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      You can make it yourself :p
      PHP:
      <Declaration Code="int RandomMove;" /> 
              <
      CustomAction Code="Random r = new Random();
        RandomMove=r.Next(0, 9);" 
      /> 
              <If 
      Condition="RandomMove == 0" IgnoreCanRun="True" 
                  <
      MoveToAction Location="X, Y, Z" MoveType="Location" Pathing="Navigator" Entry="0" /> 
              </If> 
              <If 
      Condition="RandomMove == 1" IgnoreCanRun="True" 
                  <
      MoveToAction Location="X, Y, Z" MoveType="Location" Pathing="Navigator" Entry="0" /> 
              </If>
              <If 
      Condition="RandomMove == 2" IgnoreCanRun="True" 
                  <
      MoveToAction Location="X, Y, Z" MoveType="Location" Pathing="Navigator" Entry="0" /> 
              </If>
       
    17. s_catcher

      s_catcher New Member

      Joined:
      Jul 5, 2012
      Messages:
      518
      Likes Received:
      6
      Trophy Points:
      0
      Where must i add it? in every profile?
      I'm not very pro at coding ^^

      It would be nice to integrate it as a standard?! ^^
       
    18. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      that does not help the mesh when walking a long way, it could help not going to the same ah guy over and over or stand on the same spot at mailbox, but those are often outodetected and not set by a hotspot in the profile.
       
    19. Vunngummi

      Vunngummi Member

      Joined:
      May 2, 2011
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      6
      Need help!

      im trying to make a proffessionbuddy profile but im currently stuck at a vendor called Talric Forthright <Justice Trade Goods>
      Im trying to buy his x250 honor points for x375 justice points.

      im using the action called "buy item" so what im configuring is:

      Buy: Specificitem
      Buy additively: True
      Count: 1
      Item Entries: 392 (this is where it goes wrong, it dont know this ItemID so it says: PB 1.588: item 392 not found)
      Location: -8813.78, 354.073, 107.0497
      Npc Entry: 52028


      If anyone know how i can make proffessionbuddy buy this item better i would really appreciate the help!

      Best Regards
      Vunngummi
       

      Attached Files:

    20. zoak

      zoak New Member

      Joined:
      Jun 27, 2010
      Messages:
      117
      Likes Received:
      0
      Trophy Points:
      0
      Stucks with all profiles when trying to do anything with the AH EDIT: actually works, but spent a few minutes doing nothing before anything happened
       

      Attached Files:

      Last edited: Jun 17, 2013

    Share This Page