• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

    Discussion in 'Archives' started by fhlhwow, Aug 17, 2010.

    Thread Status:
    Not open for further replies.
    1. neeeo

      neeeo New Member

      Joined:
      Jan 15, 2010
      Messages:
      279
      Likes Received:
      1
      Trophy Points:
      0
      With SVN version i got this errors, if i try to start the milling profile:

      Debug:
      Code:
      [20:34:52:994] System.Threading.ThreadAbortException: Thread was being aborted.
         at Styx.Logic.BehaviorTree.TreeRoot.Tick()
         at Styx.Logic.BehaviorTree.TreeRoot.Run()
      [20:34:52:994] System.Threading.ThreadAbortException: Thread was being aborted.
         at Styx.Logic.BehaviorTree.TreeRoot.Run()
      
      Log:
      Code:
      PB 1.42:Loading profile C:\Users\***\simpleprofession.xml
      Changing current profile to level 0 - 2147483647
      [ProfessionBuddy] Profile completed!
      Nothing more to do. Stopping bot.
      
       
    2. chemical

      chemical Active Member

      Joined:
      Aug 30, 2010
      Messages:
      1,310
      Likes Received:
      4
      Trophy Points:
      38
      How do I get it to sell everything in my bags? I have in the profile to sell everything. But it just stand s there saying bull crap about vendor doesn't want that.

      Sent from my SAMSUNG-SGH-I897 using Tapatalk
       
    3. toml96

      toml96 Member

      Joined:
      Oct 1, 2010
      Messages:
      257
      Likes Received:
      0
      Trophy Points:
      16
      Just started on a 37 troll druid but really confused about which profile to load
       
    4. mohoji

      mohoji New Member

      Joined:
      May 10, 2010
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      I started this profile at level 68 but it only got me to level 78 instead of 80 :s did i do something wrong?
       
    5. eniac

      eniac Member

      Joined:
      Jul 22, 2010
      Messages:
      107
      Likes Received:
      2
      Trophy Points:
      18
      In the bloodelf subprofile add this
      Code:
              <Objective QuestName="Felendren the Banished" QuestId="8335" Type="CollectItem" Name="Felendren's Head" ItemId="20799" CollectCount="1">
                  <CollectFrom>
                                 <Mob Name="Felendren the Banished" Id="15367" />
                  </CollectFrom>
                  <Hotspots>
                      <Hotspot X="10150.6" Y="-6006.179" Z="110.1546" />
                  </Hotspots>
              </Objective>
      after
      Code:
      <Objective QuestName="Felendren the Banished" QuestId="8335"  Type="KillMob" Name="Tainted Arcane Wraith" MobId="15298" KillCount="2"  >
                  <Hotspots>
                      <Hotspot X="10073.21" Y="-6041.684" Z="42.1644" />
                      <Hotspot X="10145.7" Y="-6022.378" Z="63.56999" />
                      <Hotspot X="10145.08" Y="-6002.094" Z="110.1588" />
                  </Hotspots>
              </Objective>
      and remove the old objective override
       
    6. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,322
      Likes Received:
      376
      Trophy Points:
      83
      Issue with the tauren profile, 1-12:

      Code:
      <If Condition="((HasQuest(14491)) &amp;&amp; (!IsQuestCompleted(14491)))" >
      <CustomBehavior File="UseItemOn" QuestId="14491" ItemId="49647" Range="5" WaitTime="3000" NumOfTimes="20" MobId="36845" X="-1952.291" Y="414.7807" Z="134.8153" />
      </If>
      
      Changed to:
      Code:
             <If Condition="((HasQuest(14491)) &amp;&amp; (!IsQuestCompleted(14491)))" >
                           
      					 
      					 <CustomBehavior File="UseItemOn" QuestId="14491" ItemId="49647" Range="5" WaitTime="3000" NumOfTimes="20" MobId="36845" X="-1952.291" Y="414.7807" Z="134.8153" />
                      </If>
      
      Without this change, the bot just stood around doing nothing waiting for object to spawn while standing way in the wrong area.

      Edit:
      Few lines later....
      Code:
      		<If Condition="HasQuest(11129)">
      		
      			<CustomBehavior File="UseItemOn" QuestId="11129" ItemId="33009" Range="10" WaitTime="1000" NumOfTimes="1" MobType="Npc" MobId="23616" X="-2318.894" Y="-353.6412" Z="-9.272294" />
      		</If>
      
      to
      Code:
      		<If Condition="HasQuest(11129)">
      			<RunTo X="-2318.894" Y="-353.6412" Z="-9.272294"  />
      			<CustomBehavior File="UseItemOn" QuestId="11129" ItemId="33009" Range="10" WaitTime="1000" NumOfTimes="1" MobType="Npc" MobId="23616" X="-2318.894" Y="-353.6412" Z="-9.272294" />
      		</If>
      
       
      Last edited: Jul 11, 2011
    7. Megser

      Megser Well-Known Member

      Joined:
      Apr 17, 2010
      Messages:
      1,389
      Likes Received:
      73
      Trophy Points:
      48
      Kinda says on the folders...
       
    8. garretjaxi

      garretjaxi Member

      Joined:
      Jan 23, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
    9. assurgency

      assurgency New Member

      Joined:
      Jul 10, 2011
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Hey, May you help me out, I am stuck in Goldshire, it keeps talking to Macduggan or whatever and he doesnt even have anything to do with a quest. also, i updated from true to false, but it gave me a red exclamation and it doesnt work, help out please?
       
    10. Inrego

      Inrego New Member Buddy Store Developer

      Joined:
      Feb 7, 2010
      Messages:
      2,765
      Likes Received:
      71
      Trophy Points:
      0
      That is the error that comes when PB stops the bot. As far as I can see, your profile isn't made correctly I think.
      [ProfessionBuddy] Profile completed!
      Nothing more to do. Stopping bot.



      Highvoltz, is there any reason profiles are loaded with all trees expanded? If not I'd love them minimised on profile as I'm minimizing them all every time I load my profile :p
       
      Last edited: Jul 11, 2011
    11. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      i don't help people who don't produce logs nor a thorough explanation of the issue
       
    12. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      [7:01:09 PM:535] Character is a level 27 Human Paladin

      thoroughly read and comprehend the first post
       
    13. assurgency

      assurgency New Member

      Joined:
      Jul 10, 2011
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Hello, i was curious would you be able to help me with the itemforaura, im under the plugins section on the bot, but im a bit confused, im a beginner as you can see. so may you help me find under where is the itemforaura?

      Yes, I did read where it says about the plugins, but im just not sure where it is in the settings exactly. and or what to do, i dumped the files or whatever, but theres three paladins, im a bit confused,
       
      Last edited: Jul 11, 2011
    14. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      This quest has an undocumented requirement of level 50 or 51 before it is offered (I forget which). The profile should probably have a GrindTo to assure this.

      Just go kill a few mobs until you ding, then start the profile again.


      cheers,
      chinajade
       
    15. Azucar

      Azucar Member

      Joined:
      Mar 26, 2010
      Messages:
      439
      Likes Received:
      2
      Trophy Points:
      18
      What is with my level 1 undead?

      Activity: Waiting for object to spawn on lik the 3rd quest.. ??
       
    16. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      UseItemOn issue, use the one from my svn
       
    17. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      PHP:

                  
      <GrindTo Level="51" />
                  
                      <!-- 
      SoS -->
                  <
      Checkpoint Level="51"/>
              
                      <
      CustomBehavior File="Message" Text="Compiling SoS Quests" LogColor="Green" />

              <
      PickUp QuestName="The Bogpaddle Bullet" QuestId="28569" GiverName="Oralius" GiverId="9177" />
                  <If 
      Condition="(HasQuest(28569))" >
                      <
      CustomBehavior File="InteractWith"  MobId="48948" NumOfTimes="1" GossipOptions="1" WaitTime="1000" CollectionDistance="50" X="-8221.111" Y="-2931.503" Z="152.3537" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="70000"/>
                  </If>
              <
      TurnIn QuestName="The Bogpaddle Bullet" QuestId="28569" TurnInName="Trade Baron Silversnap" TurnInId="45786" />
      it's in there, so i need a log

      if you have completed quests in SoS, this quest may not be available and you'll have to delete it from the profile
       
    18. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      re-svn and tell me if this fixed it

      PHP:
                  <GrindTo Level="51" />
                  
                      <!-- 
      SoS -->
                  <
      Checkpoint Level="51"/>
              
                      <
      CustomBehavior File="Message" Text="Compiling SoS Quests" LogColor="Green" />

                      <If 
      Condition="(!IsQuestCompleted(28675))" >
              <
      PickUp QuestName="The Bogpaddle Bullet" QuestId="28569" GiverName="Oralius" GiverId="9177" />
                  </If>
                  <If 
      Condition="((HasQuest(28569)) &amp;&amp; (Me.ZoneId == 46))" >
                      <
      CustomBehavior File="InteractWith" MobId="48948" NumOfTimes="1" GossipOptions="1" WaitTime="1000" CollectionDistance="50" X="-8221.111" Y="-2931.503" Z="152.3537" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="70000" GoalText="Waiting for ride {TimeRemaining}" />
                  </If>
                  <If 
      Condition="((HasQuest(28569)) &amp;&amp; (IsQuestCompleted(28569)))" >
              <
      TurnIn QuestName="The Bogpaddle Bullet" QuestId="28569" TurnInName="Trade Baron Silversnap" TurnInId="45786" />
                  </If>
       
      Last edited: Jul 11, 2011
    19. garretjaxi

      garretjaxi Member

      Joined:
      Jan 23, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      That fixed it. Thank you
       
    20. skrills09

      skrills09 Member

      Joined:
      Feb 7, 2010
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      6
    Thread Status:
    Not open for further replies.

    Share This Page