• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [PB][H] Leatherworking/Skinning 1-600

    Discussion in 'Archives' started by bennyquest, Jan 5, 2014.

    1. dookieface

      dookieface New Member

      Joined:
      Aug 4, 2013
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 5244 2014-01-08 00.09.txt

      hey ben awsome profile it work great up untill 285 skinning/ 160 low i keep getting

      [PB-Bennyquest-Debug]: Loading Check Train Skinning routine.
      Moving to Type: Hotspot, Loc: <1, 1, 1>
       
    2. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      would love to help you, but that is a blank log =-/ Get me one with the profile loaded and it giving you the error.
       
    3. iliixor

      iliixor New Member

      Joined:
      Dec 27, 2013
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      I am having the same problem. Bot was working fine with me until 300 skinning and 160 LW, then it started doing the same thing Dookie's is doing. I'd add a .txt of my log but i have no idea how to do so :3
       
    4. Rokeus

      Rokeus New Member

      Joined:
      Feb 23, 2013
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      Getting this:

      [PB-Bennyquest-Debug]: Loading Check Train Skinning routine.
      Moving to Type: Hotspot, Loc: <1, 1, 1>
      [PB-Bennyquest-Debug]: Loading Check Train Skinning routine.
      Moving to Type: Hotspot, Loc: <1, 1, 1>

      Spammed in the client, not moving an inch, running ProffesionBuddy and all the settings match, any ideas?
       
    5. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      I still need a log

      Sent from my XT1080 using TheBuddyForum mobile app
       
    6. herbaltea

      herbaltea New Member

      Joined:
      Jan 7, 2014
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
    7. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      Ok at the gym when I get home I will take a look

      Sent from my XT1080 using TheBuddyForum mobile app
       
    8. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      update to v1.6 is up changed some stuff a few days ago. Also added some more checks in so i can see why you guys are getting the constant move to blank profile. Also there is a reset in the PB setting for this file try that then get me a new log if it keeps doing it. I more than likely have a simple mistake a < when i should have a > some where.
       
    9. herbaltea

      herbaltea New Member

      Joined:
      Jan 7, 2014
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
    10. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      On way to work will check it out again when I get there

      Sent from my XT1080 using TheBuddyForum mobile app
       
    11. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      just to get it going, can you level your LW by hand to 200? If that fixes it then i need to rewrite a bunch of stuff if it does not then I will have to investigate further.
       
    12. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      just to show you what it is hanging on....

      Code:
      <SubRoutine SubRoutineName="Skinning Sub 225">        <If Condition="(bool)Settings[&quot;Debug&quot;]" IgnoreCanRun="True">
                <CustomAction Code="dlog(&quot;Loaded Skinning Sub 225 routine.&quot;);" />
              </If>
              <While Condition="Leatherworking.Level &lt; 200" IgnoreCanRun="True">
                <While Condition="Skinning &gt;= 200 &amp;&amp; (int)Settings[&quot;HeavyHideNeed&quot;] &gt; 0 &amp;&amp; Me.FreeNormalBagSlots &gt; 5" IgnoreCanRun="True">
                  <If Condition="(bool)Settings[&quot;Debug&quot;]" IgnoreCanRun="True">
                    <CustomAction Code="dlog(&quot;Loaded Skinning Sub 225 check 1&quot;);" />
                  </If>
                  <CustomAction Code="Settings[&quot;MatToFarm&quot;] = 4235;" />
                  <CustomAction Code="Settings[&quot;FarmTilLevel&quot;] = 225;" />
                  <CallSubRoutine SubRoutineName="Select GoTo Farm" />
                </While>
                <While Condition="Skinning &gt;= 200 &amp;&amp; (int)Settings[&quot;HeavyNeed&quot;] &gt; 0 &amp;&amp; Me.FreeNormalBagSlots &gt; 5" IgnoreCanRun="True">
                  <If Condition="(bool)Settings[&quot;Debug&quot;]" IgnoreCanRun="True">
                    <CustomAction Code="dlog(&quot;Loaded Skinning Sub 225 check 2&quot;);" />
                  </If>
                  <CustomAction Code="Settings[&quot;MatToFarm&quot;] = 4234;" />
                  <CustomAction Code="Settings[&quot;FarmTilLevel&quot;] = 225;" />
                  <CallSubRoutine SubRoutineName="Select GoTo Farm" />
                </While>
                <CallSubRoutine SubRoutineName="Check Train Skinning" />
                <While Condition="Skinning &gt;= 200 &amp;&amp; (int)Settings[&quot;HeavyHideNeed&quot;] &gt; 0 &amp;&amp; Me.FreeNormalBagSlots &gt; 5" IgnoreCanRun="True">
                  <If Condition="(bool)Settings[&quot;Debug&quot;]" IgnoreCanRun="True">
                    <CustomAction Code="dlog(&quot;Loaded Skinning Sub 225 check 3&quot;);" />
                  </If>
                  <CustomAction Code="Settings[&quot;MatToFarm&quot;] = 4235;" />
                  <CustomAction Code="Settings[&quot;FarmTilLevel&quot;] = 9999;" />
                  <CallSubRoutine SubRoutineName="Select GoTo Farm" />
                </While>
                <While Condition="Skinning &gt;= 200 &amp;&amp; (int)Settings[&quot;HeavyNeed&quot;] &gt; 0 &amp;&amp; Me.FreeNormalBagSlots &gt; 5" IgnoreCanRun="True">
                  <If Condition="(bool)Settings[&quot;Debug&quot;]" IgnoreCanRun="True">
                    <CustomAction Code="dlog(&quot;Loaded Skinning Sub 225 check 4&quot;);" />
                  </If>
                  <CustomAction Code="Settings[&quot;MatToFarm&quot;] = 4234;" />
                  <CustomAction Code="Settings[&quot;FarmTilLevel&quot;] = 9999;" />
                  <CallSubRoutine SubRoutineName="Select GoTo Farm" />
                </While>
                <If Condition="Me.FreeNormalBagSlots &lt;= 5" IgnoreCanRun="True">
                  <CallSubRoutine SubRoutineName="SELL ROUTINE" />
                </If>
              </While>
          </SubRoutine>
       
    13. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      theoretically you have the correct amount of mats in your bag. So it is not doing the call to the select farm routine. because you don't need any more heavy hides or heavy leather, but why it is not calling the craft routine I am not sure of at this moment.
       
    14. herbaltea

      herbaltea New Member

      Joined:
      Jan 7, 2014
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Leveling it manually didn't fix the problem
       
    15. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      Ok get me one more log with your LW skill at 200 or higher and then i will have to rewrite the checks when i can today before i get home hopefully so you can get skilled up. really sorry about this.
       
    16. herbaltea

      herbaltea New Member

      Joined:
      Jan 7, 2014
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
    17. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38

      Attached Files:

    18. Rokeus

      Rokeus New Member

      Joined:
      Feb 23, 2013
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      The bot is just jumping from hotspot to hotspot now, not skinning anything in between.
       
    19. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      Read the first two posts. Turn Framelock on and if it still skips mobs, stop the bot and start back up. Pretty much double clicking on the HB start button.
       
    20. Rokeus

      Rokeus New Member

      Joined:
      Feb 23, 2013
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      Still is skipping over mobs, just running around like a fool!
       

    Share This Page