• 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. toxar

      toxar New Member

      Joined:
      Aug 13, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Again im stuck in Western Pleaguelands. My toon seems to be trying to pick up a quest but there is no quest from that npc. plz help me, here are logs
       

      Attached Files:

    2. Wesc

      Wesc New Member

      Joined:
      Sep 27, 2011
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      I am having some problem with navigation on this profiles, most of the time he is idle when he suppose to move to hotspot. this happen on 2 char.

      [11:41:02:371] Could not generate full path from {-66.89352, 5442.898, 18.30384} to {-73.33334, 5449.333, 135.7931} (time used: 2.676 seconds)
       
    3. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      This goes to ALL of your classic profiles, please check the names of the sub profiles and the names you are calling in the main profile.

      [LoadProfile-v195(fatal) @line 23]: Profile 'E:\Games\HB\Profiles\1-85 Questing Profile Pack\Classic\[H - Quest] 1-58 [Kick]\SubProfiles\1-10 Tauren SubProfile.xml' does not exist. Download or unpack problem with profile?
      Fatal error. Stopping Honorbuddy.

      Get this on many rases :D have to manually load the that profile.

      You are calling here for "1-10 Tauren SubProfile.xml'" but the name is "[H - Quest] 1-5 Tauren [Kick].xml"
      Just one example of many :D

      Tested with Tauren and N-E so far.
       
    4. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      Ok you sent the Tauren to Durotar after level 5? :D well there is a chain there that is only for Trolls and other green stuff.

      1.
      Meats to Orgrimmar
      2.
      Ride to Orgrimmar
      3.
      Doras the Wind Rider Master
      4.
      Return to Razor Hill

      There is one chain like this for taurens in mulgore.
      Now a quick fix would be to just add "If bla bla my race is orc or troll?" "pick up this quest"

      The bigger fix might be to let the tauren do quest in mulgore and add on to the rest at level 12.
       
    5. wanted31

      wanted31 New Member

      Joined:
      Aug 8, 2011
      Messages:
      362
      Likes Received:
      2
      Trophy Points:
      0
      is it the CC or the profile that causes the bot to take a break every time it reaches a way point??
       
    6. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      That's the bot. Again: Not the profile.
      Usually has something to do with loading the mesh or the computer not being fast enough to calculate the path.
       
    7. Ukek

      Ukek New Member

      Joined:
      Oct 3, 2011
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      How do I set the bot to do level 35 questing areas not level 12 questing areas?

      I did the <QuestOrder IgnoreCheckPoints="True" > to false snippit but doesn't work.
       
      Last edited: Oct 8, 2011
    8. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      There's a mixup in the profile around "The bears up there".
      It goes to pick up the quest, then runs off to mail/sell/repair, then flies back to do the quest.
      Code:
      <If Condition="((HasQuest(25940)) &amp;&amp; (IsQuestCompleted(25940)))" >
                      <CustomBehavior File="FlyTo" DestName="Turnin Quest" X="5269.87" Y="-1504.232" Z="1366.53" />
                      <CustomBehavior File="ForcedDismount" />
              <TurnIn QuestName="Last Stand at Whistling Grove" QuestId="25940" TurnInName="Keeper Taldros" TurnInId="39932" />
              <PickUp QuestName="The Bears Up There" QuestId="25462" GiverName="Keeper Taldros" GiverId="39932" X="5267.788" Y="-1508.807" Z="1366.207" />
                      <CustomBehavior File="ForceSetVendor" DoSell="True" DoMail="True" DoRepair="True" />
                  </If>
                  <If Condition="((!HasQuest(25462)) &amp;&amp; (!IsQuestCompleted(25462)))" >
                      <CustomBehavior File="FlyTo" DestName="Pickup Quest" X="5269.87" Y="-1504.232" Z="1366.53" />
                      <CustomBehavior File="ForcedDismount" />
              <PickUp QuestName="The Bears Up There" QuestId="25462" GiverName="Keeper Taldros" GiverId="39932" X="5267.788" Y="-1508.807" Z="1366.207" />
                      <CustomBehavior File="ForceSetVendor" DoSell="True" DoMail="True" DoRepair="True" />
                  </If>
                  <If Condition="((HasQuest(25462)) &amp;&amp; (!IsQuestCompleted(25462)))" >
                      <CustomBehavior File="ForcedDismount" />
                      <!-- <CustomBehavior File="MountVehOnly" VehicleMountId="40190" X="5264.356" Y="-1510.762" Z="1365.41" /> -->
                      <CustomBehavior File="InteractWith" QuestId="25462" MobId="40190" NumOfTimes="1" CollectionDistance="2" X="5254.562" Y="-1536.917" Z="1361.341" />
                      <CustomBehavior File="WaitTimer" WaitTime="2000"/>
                      <CustomBehavior File="MountHyjal\BearsUpThere" QuestName="The Bears Up There" QuestId="25462" />
                      <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for quest to complete {TimeRemaining}" />
                  </If>
      I think this part needs a bit of cleanup. Might change it into:
      Code:
                  <If Condition="((HasQuest(25940)) &amp;&amp; (IsQuestCompleted(25940)))" >
                      <CustomBehavior File="FlyTo" DestName="Turnin Quest" X="5269.87" Y="-1504.232" Z="1366.53" />
                      <CustomBehavior File="ForcedDismount" />
                      <TurnIn QuestName="Last Stand at Whistling Grove" QuestId="25940" TurnInName="Keeper Taldros" TurnInId="39932" />
                  </If>
                  <If Condition="((!HasQuest(25462)) &amp;&amp; (!IsQuestCompleted(25462)))" >
                      <CustomBehavior File="FlyTo" DestName="Pickup Quest" X="5269.87" Y="-1504.232" Z="1366.53" />
                      <CustomBehavior File="ForcedDismount" />
                      <PickUp QuestName="The Bears Up There" QuestId="25462" GiverName="Keeper Taldros" GiverId="39932" X="5267.788" Y="-1508.807" Z="1366.207" />
                  </If>
                  <If Condition="((HasQuest(25462)) &amp;&amp; (!IsQuestCompleted(25462)))" >
                      <CustomBehavior File="ForcedDismount" />
                      <!-- <CustomBehavior File="MountVehOnly" VehicleMountId="40190" X="5264.356" Y="-1510.762" Z="1365.41" /> -->
                      <CustomBehavior File="InteractWith" QuestId="25462" MobId="40190" NumOfTimes="1" CollectionDistance="2" X="5254.562" Y="-1536.917" Z="1361.341" />
                      <CustomBehavior File="WaitTimer" WaitTime="2000"/>
                      <CustomBehavior File="MountHyjal\BearsUpThere" QuestName="The Bears Up There" QuestId="25462" />
                      <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for quest to complete {TimeRemaining}" />
                  </If>
      as there is no repair/sell/mail anywhere nearby this will speed up the profile and look a lit less weird.
       
    9. Wongtai

      Wongtai New Member

      Joined:
      May 27, 2011
      Messages:
      150
      Likes Received:
      0
      Trophy Points:
      0
      my toon keep dying by running into Ally camp. They all elite with 200k+ hp and they killed me with 1 hit.
      Did I forget something ??
       
    10. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      Those quests also are wrong.

      1. Conscript of the Horde
      1. Preserving the Barrens
      1. Warchief's Command: Northern Barrens!

      2. In Defense of Far Watch

      3. The Far Watch Offensive

      Here is the deal, if you pick up any of the 1, the other 2 will be unavilable, your profile tries to pick up 2 of them so there it will get stuck. The one it gets stuck at is "Preserving the Barrens" and no i did not pick up any quest myself.

      Remove one of the quests on line 1563 - 1566. did this myself works now.
      Also might want to add an if quest complete yada yada as i just restarted the bot and it went back to the conscript of the horde quest giver.
       
      Last edited: Oct 8, 2011
    11. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      fixed the 1 / 1 / 1 issue - i didn't catch it myself, my bad
       
    12. Kickazz006

      Kickazz006 Well-Known Member Moderator

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

      i'll look into it
       
    13. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      no logs = no help
      no clear explanation of issue = no help
       
    14. bog

      bog New Member

      Joined:
      Oct 8, 2011
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      I already started questing at star's rest(without botting). I also already changed questorder to false. However, it keeps taking me to the place with 2 guys and a horse in Borean Tundra...
       
    15. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      Atleast i got stuck at it, i just edited the chain out with comment marks then it worked.

      And the rest works like a charm after re SVN.

      Will get back here if i run in to more problems.
       
    16. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      So I walked into Borean Tundra and there were these two guys and a horse....
       
    17. perra013

      perra013 New Member

      Joined:
      Oct 8, 2011
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      have problem in EPL the bags in inventory that I Loot, my bot open it but not take the money , and only stay and dont do anything, how can I fix this ? And somethimes the boot says: loading Tile/s, what is this nothing happend when the boot say this.

      I Use this profile.
       
    18. bog

      bog New Member

      Joined:
      Oct 8, 2011
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      I thought it was obvious that I was talking about the 2 guys + horse that take you to Star's Rest...
       
    19. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      My point is that you haven't attached a log, or been very descriptive. For me, I've never levelled alliance through BT, so it's not obvious to me at all.
       
    20. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      TRy turning on auto loot in wow settings.

      Also, Loading Tiles message while the bot is stationary could be a number of things, please attach a log where this has happened to you. Alos have a look in the Debug/Navigation Log's while it does it and see if it's downloading Meshes for that area or if you are having issues downloading them.

      tl:dr, attach log
       
    Thread Status:
    Not open for further replies.

    Share This Page