• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Professionbuddy] Leatherworking + Skinning Alliance + Horde 1-525

    Discussion in 'ProfessionBuddy Profiles' started by BPAlpha New, Aug 6, 2012.

    1. Legacy

      Legacy New Member

      Joined:
      Jul 19, 2012
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      It's only 1-300 as the OP says. It's still in beta I'm sure.
       
    2. spagno

      spagno New Member

      Joined:
      Aug 15, 2011
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      hi,
      i'm testing the profile and i think that there are some error like logical error:

      - skill check:

      Code:
      <If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue &gt;= 105">
      ...
      <If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue &gt;= 130" >
      why? if i have 106 skinning, the toon will go to darkshire and then will go to stranghelthon. If for example i hit 150 skill and the toon go to train, when he train he'll go first darkshire, then stranghelthon
      If i stop HB and i'm in stranghelthon, the toon will return to darkshire and then come back in stranghelthon, a huge waste of time

      so i edited in that way @line 106:

      Code:
      <If Condition="(Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue &gt;= 105) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue &lt; 130)">
      i'll continue to check it

      - the subroutine sell:
      there's a problem in elwynn forest, next time that it needs to sell i'll fix it and post it here


      regards
       
      Last edited: Aug 25, 2012
    3. spagno

      spagno New Member

      Joined:
      Aug 15, 2011
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      another problem:
      Code:
      [05:41:40:762] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 1) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 100)' @ line 25
      [05:41:40:974] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 100) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 115)' @ line 115
      [05:41:41:173] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 130) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 150)' @ line 228
      [05:41:41:373] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 150) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 165)' @ line 258
      [05:41:41:570] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 165) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 200)' @ line 283
      [05:41:41:771] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 200) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 250)' @ line 308
      [05:41:41:969] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 250) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 300)' @ line 339
      [05:41:42:172] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 300) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 350)' @ line 370
      it means that if i stop hb and 116 < skill < 129 the result is: Nothing more to do. Stopping bot...

      so i modified line 228 in
      Code:
      <If Condition="(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &gt;= 115) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &lt;= 150)">
      if i can make a suggest, it should count how many items are in the bag and how many items it should farm, because if you stop/start all the thing there are a terrible waste of time: for example, my pc crashed when lw skill was at 118 so it didn't work anymore until i did the workaround described earlier, but with this edit it restart to skin medium leather and it's not necessary

      regards
       
      Last edited: Aug 26, 2012
    4. spagno

      spagno New Member

      Joined:
      Aug 15, 2011
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      another problem:
      Code:
      <If Condition="(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &gt;= 250) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &lt;= 300)" >
      ..
      <If Condition="(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &gt;= 300) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &lt;= 350)" >
      
      if you stop/start exactly when lw is on 300, it always farm in blasted

      so i modified:

      Code:
      <If Condition="(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &gt;= 250) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &lt; 300)" >
       
    5. ben84

      ben84 New Member

      Joined:
      Jul 23, 2012
      Messages:
      132
      Likes Received:
      0
      Trophy Points:
      0
      how we disable skinning if we have all the mat??
       
    6. martylol

      martylol New Member

      Joined:
      Apr 3, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Stuck at 75/5 does not auto train.. help!
      (Skinning that is..)
       
      Last edited: Sep 16, 2012
    7. martylol

      martylol New Member

      Joined:
      Apr 3, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
    8. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Any Updated here? Still working or was finished for A + H from 1 - 525 or still stuck at 300?
       
    9. BPAlpha New

      BPAlpha New New Member

      Joined:
      Jul 11, 2012
      Messages:
      102
      Likes Received:
      1
      Trophy Points:
      0
      Horde or ally... ill be updating soon
       
    10. Supranium

      Supranium New Member

      Joined:
      Nov 12, 2010
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      0
      So its only 1-300 not 525 as headline says? Kind of confusing.
       
    11. Rykon

      Rykon New Member

      Joined:
      Jul 1, 2012
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Question, I already having skinning at 600, I want to use this to level my leather working (i don't have any skill points in leather working ATM), will this work or will it glitch out due to the 600 skinning?
       
    12. dynamek

      dynamek New Member

      Joined:
      Sep 13, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Ok, so I just hit 90 on my panda monk. I went to use this profile and it says "Switch to your farmer before starting this multiprofile. Must restart HB." (Obviously I restarted, same problem)

      Any ideas?
       
    13. s7e7v7e7n

      s7e7v7e7n New Member

      Joined:
      Nov 11, 2010
      Messages:
      139
      Likes Received:
      0
      Trophy Points:
      0
      I have an alt char who has enchanting.
      How can i set Pb to mail the crafted items to alt char?
       
    14. s7e7v7e7n

      s7e7v7e7n New Member

      Joined:
      Nov 11, 2010
      Messages:
      139
      Likes Received:
      0
      Trophy Points:
      0
      I have an alt char who has enchanting.
      How can i set Pb to mail the crafted items to alt char?
       
    15. justjames

      justjames Member

      Joined:
      Mar 13, 2010
      Messages:
      115
      Likes Received:
      2
      Trophy Points:
      18
      set it under mail recipient under the settings tab
       
    16. s7e7v7e7n

      s7e7v7e7n New Member

      Joined:
      Nov 11, 2010
      Messages:
      139
      Likes Received:
      0
      Trophy Points:
      0
      Thank you but this profile doesnt have profile settings option.
      Anyways i am gonna level up leatherworking manually
       
    17. metalx101

      metalx101 New Member

      Joined:
      Feb 12, 2011
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      not working "no data for azeroth"

      Cant get it to work, siuts there saying no data for Azeroth. Attaching log as well

      Alliance
      skinning lvl 1
      in stormwind
       

      Attached Files:

    18. richardlindstedt

      richardlindstedt New Member

      Joined:
      Oct 5, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Also getting this "error" nothing more to do.
      What should we do to get this fixed, it work perfet for a while ten it just stopped
       
    19. tg aor

      tg aor New Member

      Joined:
      Oct 5, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Its not selling stuff it goes to goldshire and stands there i have to manually go to vendor and sell
       
    20. samonaz

      samonaz New Member

      Joined:
      Mar 18, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Why is not proffesion buddy added in the bot? :/
       

    Share This Page