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

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

    1. Omerta

      Omerta New Member

      Joined:
      Oct 6, 2012
      Messages:
      15
      Likes Received:
      1
      Trophy Points:
      3
      Im having an issue with getting Profession buddy to show up in my bot list, anyone else have a problem with this? It showed up yesterday and I didnt change anything since last night, but i opened the bot and logged in today and now its not showing up in bot list. The SVN folder is in HB/Bots. Not really sure why this keeps happening.
       
    2. razer

      razer New Member

      Joined:
      Apr 29, 2012
      Messages:
      1,347
      Likes Received:
      7
      Trophy Points:
      0
      Highvolts I was wondering is there anyway to list a item up with its ilevel instead of item id.
       
    3. r4vn0s

      r4vn0s Member

      Joined:
      Sep 27, 2012
      Messages:
      81
      Likes Received:
      1
      Trophy Points:
      8
      So... Some1 is fixxing this, or not?
       
    4. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      ^ Posted 10 days ago. Still haven't heard anything on this being fixed, or an update that in fact fixes this problem. I know you've been busy, highvoltz, so let us know what's up when you can, please. Thanks!
       
    5. Darkwingduck2733

      Darkwingduck2733 Member

      Joined:
      Sep 5, 2013
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      6
      So I am running a profile that farms a specific dungon that collects frostweave. Will if I run the profile under profession buddy not will the not create bolts of frostweave as the tone gathers enough frostweave?
       
    6. c4sper

      c4sper New Member

      Joined:
      Sep 13, 2012
      Messages:
      91
      Likes Received:
      0
      Trophy Points:
      0
      I have the same problem, and so the PB is not appearing in the drop down list.

      The beta svn link is not working.
       
    7. Warp87

      Warp87 Member

      Joined:
      Dec 7, 2011
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      16
      Hmm is it Pb or a profile that tells to hb like bank locations and stuff, cause im using a profile and when it is supposed to go to gbank and deposit
      it just throws out error that gbank is not found and puts everything in own bank. horde side
      i maybe can get log later but i just wanted to hear first if some known easy fail or something like that
       
    8. sheveron

      sheveron Member

      Joined:
      Aug 26, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      If anyone else also still experience this, try replace files in error with this ones View attachment CsharpAction.cs View attachment If.cs
       
    9. Jacan

      Jacan New Member

      Joined:
      Sep 30, 2011
      Messages:
      489
      Likes Received:
      0
      Trophy Points:
      0
      Random stuff just quits working.. haven't touched a profile since before the patch.

      <While Condition="Me.Mounted" IgnoreCanRun="True">
      <CustomAction Code="var1 = 0;" />
      <While Condition="Me.IsFlying &amp;&amp; (int)var1 &lt; 5" IgnoreCanRun="True">
      <CustomAction Code="WoWMovement.Move(WoWMovement.MovementDirection.Descend, new TimeSpan(0, 0, 2));" />
      <WaitAction Condition="false" Timeout="2000" />
      <CustomAction Code="var1 = (int)var1 + 1;" />
      </While>
      <CustomAction Code="WoWMovement.MoveStop(WoWMovement.MovementDirection.Descend);" />
      <CustomAction Code="Lua.DoString(&quot;Dismount() CancelShapeshiftForm()&quot;);" />
      <WaitAction Condition="!Me.IsFalling" Timeout="5000" />
      </While>

      The log shows it working but in fact it doesn't descend anymore, just dismounts and dies.
      [22:55:27.108 D] PB 1.610: Wait for 00:00:05 or until false Completed
      [22:55:29.151 D] Flushing timed movement. Direction: Descend
      [22:55:29.180 D] PB 1.610: Wait for 00:00:02 or until false Completed
      [22:55:29.285 D] Flushing timed movement. Direction: Descend
      [22:55:31.279 D] PB 1.610: Wait for 00:00:02 or until false Completed
      [22:55:31.402 D] Flushing timed movement. Direction: Descend
      [22:55:33.404 D] PB 1.610: Wait for 00:00:02 or until false Completed
      [22:55:33.523 D] Flushing timed movement. Direction: Descend
      [22:55:35.531 D] PB 1.610: Wait for 00:00:02 or until false Completed
      [22:55:35.644 D] Flushing timed movement. Direction: Descend
      [22:55:37.642 D] PB 1.610: Wait for 00:00:02 or until false Completed
      [22:55:37.652 D] PB 1.610: Wait for 00:00:05 or until !Me.IsFalling Completed
      [22:55:37.761 D] Flushing timed movement. Direction: Descend
      [22:55:39.781 D] PB 1.610: Wait for 00:00:02 or until false Completed
      [22:55:39.882 D] Flushing timed movement. Direction: Descend
      [22:55:41.027 D] PB 1.610: Wait for 00:00:05 or until !Me.IsFalling Completed
      [22:55:41.186 N] Stopping the bot!
      [22:55:41.186 D] Stop called!
      [22:55:41.186 Q] Bot Stopped! Reason: User pressed the stop button
      [22:55:41.188 D] Behavior flags changed! All -> All
      [22:55:41.189 D] PB 1.610: Stop Called
      [22:55:41.189 D] Activity: Honorbuddy Stopped


      Err: Custom Action:(var1 = (int)var1 + 1;)
      System.NullReferenceException: Object reference not set to an instance of an object.
      at CodeDriver.Code1709408768(Object context)
      at HighVoltz.Composites.CustomAction.Run(Object context) in c:\Users\Removed\Documents\Honorbuddy\Bots\Professionbuddy\Composites\CustomAction.cs:line 70
      Err: If Condition: Me.IsFlying && (int)var1 < 5
      Err:System.NullReferenceException: Object reference not set to an instance of an object.
      at CodeDriver.Code1182550144(Object context)
      at HighVoltz.Composites.If.CanRun(Object context) in c:\Users\Removed\Documents\Honorbuddy\Bots\Professionbuddy\Composites\If.cs:line 203
       
    10. Jonasx

      Jonasx Member

      Joined:
      Mar 17, 2013
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      6
      I'm trying to divide up mats to 5 alts for auction, when specifying the number of items to send I'm using the following -

      Code:
      <While Condition="i &lt; 5;" IgnoreCanRun="True">
            <CustomAction Code="CharacterSettings.Instance.MailRecipient = Fences[i];" />
            <CustomAction Code="Log(&quot;Mailing to {0}&quot;,Fences[i]) ;" />
            <CustomAction Code="Log(&quot;Mailing  {0} to {1}&quot;,(int)(Math.Floor((double)InbagCount(72095)/(5-i))),Fences[i]) ;" />
            <MailItemAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" Mail="Amount" UseCategory="False" ItemID="72095" Amount="(int)(Math.Floor((double)InbagCount(72095)/(5-i)))" AutoFindMailBox="True" Location="0, 0, 0" />
            <WaitAction Condition="false" Timeout="2000" />
      
              blah blah blah .....
      
            <CustomAction Code="i++;" />
      
      
      
      Which is evaluating Amount to 0 (Send All items per the tooltip in Mail Item?) when there are less than 5 of this item in bags, which is what I want.

      However it just moves the stack (2 in this case between 2 emty bag slots, like it's trying to split them or something) and never sends them out. I can right click the item stack to get it into the mail slot and it sends out fine.

      Everything works more or less like it should until it gets down to a 0 (all?) value to send.

      Any ideas what I'm doing wrong?

      Well, strangely enough, it worked when the initial amount was > 5, not sure why.

      Edit: Set everything to 0 and same behavior, just shuffles the stack between 2 empty bag slots. Maybe I'm misunderstand the 0 amount value ?

      Added Log , starred out name of mail recipient.

      View attachment 174832 2013-10-07 21.06.txt

      Edit: Believe I figured this out for anyone who's interested. The mail property was the issue. Despite what the tool tip says, if the mail amount is set to 0 and the mail property is set to amount it just shuffles mats around trying to split them. For mail all to work with mail property needs to be set to All and the property of mail to 0. Might I suggest either clarifying this in the tool tip or removing the Amount Field when when Mail is set to "All" :). Thanks for the bot it generally works great for my purposes!
       
    11. s_catcher

      s_catcher New Member

      Joined:
      Jul 5, 2012
      Messages:
      518
      Likes Received:
      6
      Trophy Points:
      0
    12. phobix

      phobix Member

      Joined:
      Jan 15, 2010
      Messages:
      133
      Likes Received:
      1
      Trophy Points:
      18
      Hey Highvoltz, long time no talk.

      I am having an issue with the bot depositing ghost iron ore specifically. In fact, anything specific doesnt work. The only thing that works is using the tradeskills category and having it just dump everything it gets into the gbank. I want it to put specific things specific places. Here is a log, but there doesnt appear to be any useful information. This was done with an inventory of mixed items, but it for sure had Ghost iron in there.
       

      Attached Files:

    13. hassan44

      hassan44 New Member

      Joined:
      Sep 26, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      any profile for just herbing 1-600, the bot tries to learn mining, which i dont want, i see the ground profile 1-300 for herbing only, but Im looking for a full profile for fly mount 1-600 ;)

      ok, I found out by looking abit deeper, thx to whoever created this bot, gonna report later how it went :))))


      <3
       
    14. HB7032V76

      HB7032V76 New Member

      Joined:
      Apr 20, 2011
      Messages:
      599
      Likes Received:
      1
      Trophy Points:
      0
      do you have any PB profile, or can you create a blank profile as follows: (i tried with no luck)
      1. to have a field where we can load a GB2 profile (better to have at least 2 fields which PB can change from one to the other on random timers like Arelog has in the schedule part)
      2. when bags full to go smelt in to bars
      3. to have at least 2 fields where we set alts to whom to send gathered matts , 1 for bars for ex and 1 for herbs/greens/etc
      4. email to alt 1 all bars, and to alt 2 all herbs/rest clean bags

      i dunno if this is already somewhere, or someone already created such thing, but i think everyone can benefit from this and we will use more random profiles this way...

      Thanks

      p.s. ill try tonight again to create such profile but im too noob , and not comands that i need are in PB actions :(
       
    15. c4sper

      c4sper New Member

      Joined:
      Sep 13, 2012
      Messages:
      91
      Likes Received:
      0
      Trophy Points:
      0
      thank you for contributing the files.
      looks like the represantives aren't in the mood to support their products ;)

      well, the community helps herself.
       
    16. Inrego

      Inrego New Member Buddy Store Developer

      Joined:
      Feb 7, 2010
      Messages:
      2,765
      Likes Received:
      71
      Trophy Points:
      0
      Lately there seems to be some problems with garbage collecting. As other users have pointed out, it suddenly throws null pointer exceptions where it didn't use to. I've done a little testing on it, and it seems like the variables are declared fine when the profile is started the first time. But if they are used again after a little while, then they are null or empty. Please look into this!
       
    17. nokdu

      nokdu New Member

      Joined:
      Aug 16, 2010
      Messages:
      208
      Likes Received:
      3
      Trophy Points:
      0
      i think the herb/mining 1-600 profile is messed up.. coordinates seem to be messed up a bit.. ?
      i keep trying to run to an invalid point on the map.. i get fatigue sick and get killed
       
    18. r4vn0s

      r4vn0s Member

      Joined:
      Sep 27, 2012
      Messages:
      81
      Likes Received:
      1
      Trophy Points:
      8
      Well, not a single word from the dev team!?
       
    19. phobix

      phobix Member

      Joined:
      Jan 15, 2010
      Messages:
      133
      Likes Received:
      1
      Trophy Points:
      18
      it would be awesome to hear some kind of response, its been a week or more.
       
    20. r4vn0s

      r4vn0s Member

      Joined:
      Sep 27, 2012
      Messages:
      81
      Likes Received:
      1
      Trophy Points:
      8
      Since PB is shipped with HB, this is not his concern?
       

    Share This Page