• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Honorbuddy Profile Pack--DO NOT DELETE!

    Discussion in 'Archives' started by chinajade, Sep 8, 2013.

    1. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [Fly][H - Quest] LK 68-80 [Kick].xml
      Quest: Chains of the Anub'ar (Chains of the Anub'ar - Quest - World of Warcraft)
      Bug Description: Path Error after the Quest is complete and want to TurnIn.


      When the Quest is complete, it stands here and make nothing:

      [​IMG]

      Code:
      [04:47:23.523 D] Compiling expression 'HasQuest(12064) && IsQuestCompleted(12064)' @ line 6234
      [04:47:23.557 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [04:47:23.557 D] Goal: FlyTo-v1129: "In Progress (no associated quest)"
      Flying to Destination: Turnin Quest (<3968.693, 2374.155, 213.7149>)
      
      [Ref: "[Fly][H - Quest] 68-80 [Kick] ($Rev: 2924 $)" @line 6235]
      [04:47:23.558 D] Behavior flags changed! All -> 0x0000005B
      [04:47:23.603 N] Mounting: Imperial Quilen
      [04:47:25.833 D] Destination might be indoors. Trying to find a landing location.
      [04:47:25.833 D] Activity: Loading Tiles
      [04:47:25.833 D] Loading Northrend_27_24
      [04:47:26.032 D] Stop and dismount... Reason: Dismounting for landing spot.
      [04:47:26.241 D] Could not generate path from {3912.593, 2261.559, 151.8147} to {3968.693, 2374.155, 213.7149} (time used: 0 milliseconds) @ FindEndPoly
      I recognized this Problem on many of my Accounts / Chars (over the last few weeks).


      Here is the Fix:

      I removed this:
      Code:
                  <If Condition="HasQuest(12064) &amp;&amp; IsQuestCompleted(12064)">
                      <CustomBehavior File="FlyTo" DestName="Turnin Quest" X="3968.693" Y="2374.155" Z="213.7149" />
                      <CustomBehavior File="FlyTo" DestName="Turnin Quest" X="4012.418" Y="2360.836" Z="126.2345" />
                  </If>
      
      And changed this:
      Code:
      <TurnIn QuestName="Chains of the Anub'ar" QuestId="12064" TurnInName="Banthok Icemist" TurnInId="26733" />
      into:
      Code:
                  <TurnIn Nav="Fly" QuestName="Chains of the Anub'ar" QuestId="12064" TurnInName="Banthok Icemist"
                          TurnInId="26733" />
      Fix is tested and works ;-)
       
    2. Judasz

      Judasz New Member

      Joined:
      Dec 20, 2013
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Any reason why using [H - Quest] 12-58 K-EK [Kick] Toon dont use mail at all, but when procede to [Fly][H - Quest] BC 58-70 [Kick] suddenly he start using it ?
       
    3. fragnot

      fragnot Member

      Joined:
      Feb 19, 2012
      Messages:
      756
      Likes Received:
      1
      Trophy Points:
      18
      20% of the time it wont use mount.. Its been like this for a long time. Why havent this been fixed ?
       
    4. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [Fly][N - Quest] Uldum 83-85 [Kick]
      Quest: The Great Escape (The Great Escape - Quest - World of Warcraft)
      Bug Description: Cord Improvments and prevention where it maybe/sometimes stuck on Boat 2. Now it land on Boat 3 and the Hotspot is on Boat 3, too.

      Change:
      Code:
              <If Condition="HasQuest(28194) &amp;&amp; !IsQuestCompleted(28194)">
                  <CustomBehavior File="FlyTo" Land="true" X="-10864.9" Y="891.2397" Z="12.84101" />
                  <Objective QuestName="The Great Escape" QuestId="28194" Type="Collect" CollectCount="6" ItemId="63248" />
              </If>
      into:
      Code:
              <If Condition="HasQuest(28194) &amp;&amp; !IsQuestCompleted(28194)">
                  <CustomBehavior File="FlyTo" Land="true" X="-10834.85" Y="823.2064" Z="13.24217" />
                  <Objective QuestName="The Great Escape" QuestId="28194" Type="Collect" CollectCount="6" ItemId="63248" />
              </If>

      and

      Change:
      Code:
          <Quest Id="28194" Name="The Great Escape">
              <Objective Type="CollectItem" ItemId="63248" CollectCount="6">
                  <CollectFrom>
                      <Mob Name="Schnottz Sea Trooper" Id="47982" />
                  </CollectFrom>
                  <Hotspots>
                      <Hotspot X="-10833.06" Y="822.5018" Z="13.2394" />
                  </Hotspots>
              </Objective>
          </Quest>
      into:
      Code:
          <Quest Id="28194" Name="The Great Escape">
              <Objective Type="CollectItem" ItemId="63248" CollectCount="6">
                  <CollectFrom>
                      <Mob Name="Schnottz Sea Trooper" Id="47982" />
                  </CollectFrom>
                  <Hotspots>
                      <Hotspot X="-10834.85" Y="823.2064" Z="13.24217" />
                  </Hotspots>
              </Objective>
          </Quest>
      The landing Point is now the Hotspot.
       
    5. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [Fly][H - Quest] LK 68-80 [Kick]
      Quest: The Emissary (The Emissary - Quest - World of Warcraft)
      Bug Description: Double PickUp

      1) The PickUp is double in the Profile:
      Code:
                  <PickUp Nav="Fly" QuestName="The Emissary" QuestId="11626" GiverName="Veehja" GiverId="25450" />
                  <PickUp Nav="Fly" QuestName="The Emissary" QuestId="11626" GiverName="Veehja" GiverId="25450" />
      2) He dismount over the Water, but then Bot jumps 1-3 Times and then he MountUp again. He not go under water into interact range:
      Code:
      [16:05:03.760 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [16:05:03.760 D] Goal: ForcedDismount-v1129: "In Progress (no associated quest)"
      Dismounting
      
      [Ref: "[Fly][H - Quest] 68-80 [Kick] ($Rev: 2924 $)" @line 2240]
      [16:05:03.762 D] Inserted new hook [Combat_Main @0] b9315217-4bd1-4fe2-84aa-c670a5f6e32a
      [16:05:03.762 D] Inserted new hook [Combat_Only @0] 23575c64-5d18-4b22-8f4c-3c842d8e027a
      [16:05:03.762 D] Inserted new hook [Death_Main @0] 894db2f3-02a7-41be-b5ec-fa033821f3be
      [16:05:03.775 D] Stop and dismount... Reason: [QB] LandAndDismount
      [16:05:06.720 D] [ForcedDismount-v1129(debug)] ForcedDismount behavior complete.  
      [16:05:06.745 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [16:05:06.746 D] Removed hook [Combat_Main] b9315217-4bd1-4fe2-84aa-c670a5f6e32a
      [16:05:06.746 D] Removed hook [Combat_Only] 23575c64-5d18-4b22-8f4c-3c842d8e027a
      [16:05:06.746 D] Removed hook [Death_Main] 894db2f3-02a7-41be-b5ec-fa033821f3be
      [16:05:06.768 D] [ForcedDismount-v1129(debug)] Behavior completed in 3s
      [16:05:06.768 D] Goal: Nothing
      [16:05:06.768 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [16:05:07.000 D] Goal: InteractWith-v1129: ""The Emissary" (http://wowhead.com/quest=11626)"
      Interacting by using Trident of Naz'jan on Leviroth
      
      [Ref: "[Fly][H - Quest] 68-80 [Kick] ($Rev: 2924 $)" @line 2244]
      [16:05:07.033 D] Inserted new hook [Combat_Main @0] 93f99916-f1dc-49bc-8cdb-aad1ac090846
      [16:05:07.033 D] Inserted new hook [Combat_Only @0] fdc9ad1d-6576-4241-8eee-26e4df2ea559
      [16:05:07.033 D] Inserted new hook [Death_Main @0] f500d7c8-5fec-43a4-8419-bb0395616168
      [16:05:07.388 D] StyxWoW.AreaManager.CurrentGrindArea is null
      [16:05:07.475 D] Activity: Loading Tiles
      [16:05:07.476 D] Loading Northrend_21_29
      [16:05:07.836 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
      [16:05:07.959 D] [Mount] Flying Carpet is known, but we don't have the skill to use it!
      [16:05:07.961 D] [Mount] Frosty Flying Carpet is known, but we don't have the skill to use it!
      [16:05:07.973 D] [Mount] Magnificent Flying Carpet is known, but we don't have the skill to use it!
      [16:05:09.203 N] Mounting: Red Proto-Drake
      [16:05:12.165 N] We are stuck!!
      [16:05:12.167 D] [Stuck] Trying to ascend.
      [16:05:13.949 N] We are stuck!!
      [16:05:14.071 D] [Stuck] Trying strafing left.
      [16:05:15.647 N] We are stuck!!
      [16:05:15.765 D] [Stuck] Trying strafing right.
      Here is the fix:

      I reactived the MyCTM (before the Interact):

      Code:
                      <!-- 				<CustomBehavior File="MyCTM" X="1574.487" Y="5593.496" Z="-3.269196" />
      				<CustomBehavior File="MyCTM" X="1526.592" Y="5574.666" Z="-2.2967691" />
      				<CustomBehavior File="MyCTM" X="1494.106" Y="5583.749" Z="-64.5859" /> -->
      But i changed it to a single:
      Code:
      <CustomBehavior File="MyCTM" X="1497.972" Y="5575.564" Z="-42.35924" />
      and then i changed the Cords for the InteractWith from:
      Code:
                      <CustomBehavior File="InteractWith" QuestId="11626" MobId="26452" InteractByUsingItemId="35850"
                                      Range="30" WaitTime="3000" CollectionDistance="50" X="1516.842" Y="5592.07"
                                      Z="-58.91865" />
      to:
      Code:
                      <CustomBehavior File="InteractWith" QuestId="11626" MobId="26452" InteractByUsingItemId="35850"
                                      Range="30" WaitTime="3000" CollectionDistance="50" X="1494.106" Y="5583.749" Z="-64.57539" />
      Now it works perfect (tested some times).

      I recognized this Problem on many of my Accounts / Chars (over the last few weeks).
       
    6. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [H - Quest] 12-58 K-EK [Kick]
      Quest: Aberrant Flora (Aberrant Flora - Quest - World of Warcraft)
      Bug Description: The Quest override breaks this Quest.

      This Quest override makes Problem.

      1) The HotSpots are wrong.
      2) It not Attacks the Mobs

      I recognized this Problem on many of my Accounts / Chars.


      Here is the Fix (tested by myself some times):

      When you remove this Quest Override, the Quest works Perfect:

      Code:
          <Quest Name="Aberrant Flora" Id="24855">
              <Objective Type="KillMob" MobId="38358" Name="Bloodpetals " KillCount="200">
                  <Hotspots>
                      <Hotspot X="-7082.654" Y="-2300.511" Z="-269.0124" />
                      <Hotspot X="-7034.417" Y="-2269.858" Z="-270.3724" />
                      <Hotspot X="-7011.351" Y="-2242.816" Z="-271.4567" />
                      <Hotspot X="-6941.976" Y="-2224.744" Z="-272.2642" />
                      <Hotspot X="-6917.715" Y="-2173.599" Z="-271.8574" />
                      <Hotspot X="-6920.28" Y="-2108.278" Z="-272.1082" />
                      <Hotspot X="-6924.627" Y="-2038.752" Z="-271.4681" />
                      <Hotspot X="-6964.847" Y="-2026.596" Z="-269.3138" />
                      <Hotspot X="-6988.389" Y="-2054.666" Z="-272.2201" />
                      <Hotspot X="-6996.125" Y="-2111.334" Z="-271.5701" />
                      <Hotspot X="-7096.839" Y="-2237.513" Z="-270.9996" />
                  </Hotspots>
              </Objective>
          </Quest>
       
    7. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [H - Quest] 12-58 K-EK [Kick]
      Quest: Into the Raptor's Den (Into the Raptor's Den - Quest - World of Warcraft)
      Bug Description: The Quest override breaks this Quest and i little Improvement.

      It runs all the Time between the 2 Hotspots:

      Code:
      [18:30:48.675 N] Moving to Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      [18:31:01.600 D] Changed POI to: Type: Hotspot, Loc: <-898.4272, -2616.399, 91.66705>
      [18:31:01.643 N] Moving to Type: Hotspot, Loc: <-898.4272, -2616.399, 91.66705>
      [18:31:14.531 D] Changed POI to: Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      [18:31:14.573 N] Moving to Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      [18:31:27.461 D] Changed POI to: Type: Hotspot, Loc: <-898.4272, -2616.399, 91.66705>
      [18:31:27.504 N] Moving to Type: Hotspot, Loc: <-898.4272, -2616.399, 91.66705>
      [18:31:40.386 D] Changed POI to: Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      [18:31:40.433 N] Moving to Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      [18:31:51.542 D] Generating new path because we are not on the old path anymore!
      [18:31:51.588 N] Moving to Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      [18:31:53.241 D] Changed POI to: Type: Hotspot, Loc: <-898.4272, -2616.399, 91.66705>
      [18:31:53.281 N] Moving to Type: Hotspot, Loc: <-898.4272, -2616.399, 91.66705>
      [18:32:06.087 D] Changed POI to: Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      [18:32:06.173 N] Moving to Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      [18:32:19.032 D] Changed POI to: Type: Hotspot, Loc: <-898.4272, -2616.399, 91.66705>
      [18:32:19.117 N] Moving to Type: Hotspot, Loc: <-898.4272, -2616.399, 91.66705>
      [18:32:32.046 D] Changed POI to: Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      [18:32:32.089 N] Moving to Type: Hotspot, Loc: <-969.0894, -2563.465, 101.8563>
      Here is the Fix:

      Remove this Quest Override and everythink is fine:

      Code:
      <Quest Id="905" Name="Into the Raptor's Den">
              <Objective Type="CollectItem" ItemId="5165" CollectCount="3">
                  <Hotspots>
                      <Hotspot X="-898.4272" Y="-2616.399" Z="91.66705" />
                      <Hotspot X="-969.0894" Y="-2563.465" Z="101.8563" />
                  </Hotspots>
              </Objective>
          </Quest>

      Here is a Imrpovement:

      Change:
      Code:
              <While Condition="HasQuest(905) &amp;&amp; !IsQuestCompleted(905)">
                  <Objective QuestName="Into the Raptor's Den" QuestId="905" Type="CollectItem" ItemId="5165" CollectCount="3" />
                  <RunTo X="-1056.406" Y="-2588.077" Z="92.17627" />
                  <CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
                  <UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" X="-1056.406" Y="-2588.077" Z="92.17627" />
                  <CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting for item cd {TimeRemaining}" />
      
                  <RunTo X="-1068.582" Y="-2651.936" Z="92.34346" />
                  <CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
                  <UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" X="-1068.44" Y="-2652.297" Z="92.34373" />
                  <CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting for item cd {TimeRemaining}" />
      
                  <RunTo X="-1106.929" Y="-2556.936" Z="118.2783" />
                  <CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
                  <UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" X="-1106.929" Y="-2556.936" Z="118.2783" />
                  <CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting for item cd {TimeRemaining}" />
      
                  <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for quest to complete {TimeRemaining}" />
              </While>
      Into:
      Code:
              <While Condition="HasQuest(905) &amp;&amp; !IsQuestCompleted(905)">
                  <Objective QuestName="Into the Raptor's Den" QuestId="905" Type="CollectItem" ItemId="5165" CollectCount="3" />
                  
                  <If Condition="!IsObjectiveComplete(3, 905)">
                    <RunTo X="-1056.406" Y="-2588.077" Z="92.17627" />
                    <CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
                    <UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" X="-1056.406" Y="-2588.077" Z="92.17627" />
                    <CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting for item cd {TimeRemaining}" />
                  </If>
      
                  <If Condition="!IsObjectiveComplete(1, 905)">
                    <RunTo X="-1068.582" Y="-2651.936" Z="92.34346" />
                    <CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
                    <UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" X="-1068.44" Y="-2652.297" Z="92.34373" />
                    <CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting for item cd {TimeRemaining}" />
                  </If>
      
                  <If Condition="!IsObjectiveComplete(2, 905)">
                    <RunTo X="-1106.929" Y="-2556.936" Z="118.2783" />
                    <CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
                    <UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" X="-1106.929" Y="-2556.936" Z="118.2783" />
                    <CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting for item cd {TimeRemaining}" />
                  </If>
      
                  <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for quest to complete {TimeRemaining}" />
              </While>
       
      Slite62 likes this.
    8. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [H - Quest] 12-58 K-EK [Kick]
      Quest: Crystals of Power (Crystals of Power - Quest - World of Warcraft)
      Description: Added more GameObjects.

      Code:
              <Objective QuestName="Crystals of Power" QuestId="24720" Type="CollectItem" ItemId="11188" CollectCount="7">
                  <CollectFrom>
                      <GameObject Name="Yellow Power Crystal" Id="164661" />
                      <GameObject Name="Yellow Power Crystal" Id="164781" />
                  </CollectFrom>
                  <Hotspots>
                      <Hotspot X="-6485.755" Y="-582.3945" Z="-269.151" />
                      <Hotspot X="-6463.928" Y="-857.1389" Z="-272.2362" />
                      <Hotspot X="-6334.444" Y="-915.1207" Z="-242.8548" />
                      <Hotspot X="-6374.209" Y="-1088.804" Z="-272.0599" />
                      <Hotspot X="-6330.403" Y="-1195.67" Z="-271.532" />
                      <Hotspot X="-6286.212" Y="-1219.01" Z="-266.8279" />
                      <Hotspot X="-6513.635" Y="-1093.035" Z="-270.7225" />
                      <Hotspot X="-6629.21" Y="-930.0539" Z="-272.7163" />
                      <Hotspot X="-6694.374" Y="-684.7958" Z="-272.0091" />
                  </Hotspots>
              </Objective>
      i added this GameObject to the Override:
      Code:
                      <GameObject Name="Yellow Power Crystal" Id="164781" />
      [​IMG]




      and:
      Code:
              <Objective QuestName="Crystals of Power" QuestId="24720" Type="CollectItem" ItemId="11185" CollectCount="7">
                  <CollectFrom>
                      <GameObject Name="Green Power Crystal" Id="164779" />
                      <GameObject Name="Green Power Crystal" Id="164659" />
                  </CollectFrom>
                  <Hotspots>
                      <Hotspot X="-6298.79" Y="-1375.444" Z="-267.1346" />
                      <Hotspot X="-6345.571" Y="-1613.487" Z="-269.9628" />
                      <Hotspot X="-6404.603" Y="-1798.222" Z="-269.7442" />
                      <Hotspot X="-6487.263" Y="-1904.667" Z="-271.0442" />
                      <Hotspot X="-6588.989" Y="-1994.976" Z="-270.515" />
                      <Hotspot X="-6437.817" Y="-2061.642" Z="-248.5014" />
                      <Hotspot X="-6783.819" Y="-2135.262" Z="-265.2006" />
                      <Hotspot X="-6847.025" Y="-2149.052" Z="-267.7995" />
                      <Hotspot X="-6896.665" Y="-2241.441" Z="-269.5391" />
                      <Hotspot X="-6963.002" Y="-2272.133" Z="-269.6707" />
                  </Hotspots>
              </Objective>
      i added this:
      Code:
                                      <GameObject Name="Green Power Crystal" Id="164659" />
      [​IMG]
       
    9. myrgy

      myrgy Member

      Joined:
      Dec 19, 2013
      Messages:
      384
      Likes Received:
      2
      Trophy Points:
      18
      I've been wondering how AFK-able questing is. It seems like you wouldn't have to be stuck very long before you could get reported.
       
    10. Slite62

      Slite62 Member

      Joined:
      Oct 16, 2013
      Messages:
      494
      Likes Received:
      2
      Trophy Points:
      18
      As for "how long you need to be stuck...", that depends on the server I think. I have seen people stuck in Fitzcranks Airstrip elevator for hours.

      I usually try to throw toons that are obviously stuck a whisper warning them that they are stuck. hopefully they'll do the same for me... so far, not a single whisper back though.
       
    11. Ch0denator

      Ch0denator New Member

      Joined:
      Oct 9, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      I have 1 request. Please break down 1-80 by zone just like you have broken down 80-90. Your profile simply goes to the wrong zone and does green quests all the way to 80, sure this is great for starting toons that have crappy gear, but for toons with full looms this is terribly slow xp.

      Notable changes I'd make for toons with looms, at 40-45 it goes to feralas which is lvl 35 zone and does green quests even when there are still yellow quests available in dustwallow marsh (and 1k needles but that place is a nightmare so i understand skipping it). At the 50-52 range instead of finishing off tanaris and going into un'goro it runs to felwood and does green quests... fortunately you can open the un'goro profile and it will go back to tanaris and finish it off so not a big deal there.

      60-68 is a nightmare, What the bot should be doing is 58-60 in hell fire, 60-62 in zangamarsh, 62-64 in terrorkar, 64-66 in nagrand and 66-68 wherever the bot goes next as I'm not sure since it is always 68-70 range when it finishes nagrand wasting lots of good xp/money.

      68-80 is simply stupid, much worse than BC minus the fact that being in hellfire for more than 2min is bad on a pvp server since tons of 90 of both faction just gank quest npcs all day long which is why i skip the zone completely when i can. the bot will stay in borean tundra from 68-72 instead of leaving at 71 and going to dragonblight. It should then go from 71-73 in dragonblight, 73-75 in grizzly hills, 75-77 in zul'drak then 77-80 in icecrown/storm peaks, it should 100% skip sholazar basin since you get stuck there and have a huge beacon over your head screaming BOT.

      The easiest fix is simply having each zone as a separate profile you can load just like un'goro and silithus and having an auto-loader for those too lazy to choose which zone they want to go in. Also the bot seems to get stuck in the exact same places every time, over the past few months I have watched my bot go from 1-90 so have a very good idea when it simply is not worth it to bot and when it is.
       
    12. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [H - Quest] 12-58 K-EK [Kick]
      Quest: The Twilight Lexicon (The Twilight Lexicon - Quest - World of Warcraft)
      Bug Description: Mob is not in Hotspot Range

      Change:
      Code:
              <Objective Type="CollectItem" ItemId="20395" Name="Twilight Lexicon - Chapter 2" CollectCount="1">
                  <CollectFrom>
                      <Mob Name="Twilight Keeper Exeter" Id="11803" />
                  </CollectFrom>
                  <Hotspots>
                      <Hotspot X="-7827.51" Y="1926.173" Z="5.640767" />
                      <Hotspot X="-7972.875" Y="1806.636" Z="2.405842" />
                      <Hotspot X="-7948.423" Y="1946.38" Z="6.90883" />
                  </Hotspots>
              </Objective>
      into:
      Code:
              <Objective Type="CollectItem" ItemId="20395" Name="Twilight Lexicon - Chapter 2" CollectCount="1">
                  <CollectFrom>
                      <Mob Name="Twilight Keeper Exeter" Id="11803" />
                  </CollectFrom>
                  <Hotspots>
                      <Hotspot X="-7969.974" Y="1976.801" Z="7.318015" />
                  </Hotspots>
              </Objective>
      and everything is fine ;-)
       
    13. Judasz

      Judasz New Member

      Joined:
      Dec 20, 2013
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0

      Attached Files:

    14. Judasz

      Judasz New Member

      Joined:
      Dec 20, 2013
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Profile: [Fly][H - Quest] BC 58-70 [Kick]
      Quest: Finding the Survivors (Finding the Survivors - Quest - World of Warcraft)
      Bug Description: Toon try to open the cages while moving wich cause failture. "Cant do that while moving", "Interupted"
       

      Attached Files:

    15. Judasz

      Judasz New Member

      Joined:
      Dec 20, 2013
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0

      Attached Files:

    16. Username?

      Username? New Member

      Joined:
      Jan 15, 2010
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      Hey guys, long time since I've used Honorbuddy -- using this questing profile and got a toon to lvl 30 in Stranglethorn now. I've encountered a problem where the bot keeps on killing previous questmobs. For example, in Westfall it continued grinding on the gnolls that spawn in rapid succesion outside of the fort until I moved it away from that spot. When it returned there to sell some stuff and return some quests it continued farming on these gnolls. Same thing happened in Stranglethorn, every time the bot runs past the spot where the murlocs are, it will stop whatever its doing to continue farming on those murlocs even if the current step is doing some other quest (I made sure its current step was actually doing a quest and not grinding). It will continue to farm on these mobs until I manually get out of that spot. Is there any fix to this? I already disabled killing between hotspots in the settings and I don't seem to find any other settings within the client gui to rectify this.
       
    17. daarno

      daarno New Member

      Joined:
      Nov 30, 2013
      Messages:
      135
      Likes Received:
      0
      Trophy Points:
      0
      Another example of forcedismount failing, and the toon stupidly dying because it is not reacting to attacks while hovering just above the ground, are 2 quests in Deepholme:
      - the axe of earthly sundering,
      - elemental ore.
      again, an old issue/
       
    18. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Daarno,

      I've captured an internal report HB-246 to freshen the vendors in the profile pack. We'll have to take care of your particular example the next time we're through the area.

      As to your other issue, there is absolutely no way t assist you with the problem without a full log that captures the issue.

      cheers,
      chinajade
       
    19. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Daarno,

      What you are describing is a Navigational issue. As described in Reporting Problems or Seeking Assistance, navigational issues are not problems with the profile.

      If you still need assistance, Reporting Problems or Seeking Assistance will assist you in getting the problem reported to the correct location. Your full log illustrating the issue will be required.

      cheers,
      chinajade


      [EDITED 29-Dec-2013 04:12 UTC by chinajade]: HB-264 has been opened against the Fizzcrank elevator. The fundamental problem is it moves faster than all other elevators, and the Honorbuddy navigator does not currently take this into account.
       
    20. Twix

      Twix New Member

      Joined:
      Oct 13, 2012
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      Keeps walking to same spot where i gets killed by like 30 elite wolfs in redridge mountains

      Code:
      [23:35:26.592 N] Starting the bot!
      [23:35:26.592 N] Currently Using BotBase : Questing
      [23:35:26.593 D] Character is a level 21 Human Paladin
      [23:35:26.593 D] Current zone is Redridge Mountains
      [23:35:27.152 D] Set query filter to Alliance
      [23:35:27.153 D] [SpellManager] Adding known spell: Symbiosis (110501)
      [23:35:27.153 D] [SpellManager] Adding known spell: Sword of Light (53503)
      [23:35:27.153 D] [SpellManager] Adding known spell: Parry (82242)
      [23:35:27.153 D] [SpellManager] Adding known spell: Long Arm of the Law (87172)
      [23:35:27.153 D] [SpellManager] Adding known spell: Word of Glory (85673)
      [23:35:27.153 D] [SpellManager] Adding known spell: Templar's Verdict (85256)
      [23:35:27.153 D] [SpellManager] Adding known spell: Seal of Command (105361)
      [23:35:27.153 D] [SpellManager] Adding known spell: Righteous Fury (25780)
      [23:35:27.153 D] [SpellManager] Adding known spell: Redemption (7328)
      [23:35:27.153 D] [SpellManager] Adding known spell: Reckoning (62124)
      [23:35:27.153 D] [SpellManager] Adding known spell: Lay on Hands (633)
      [23:35:27.153 D] [SpellManager] Adding known spell: Judgment (20271)
      [23:35:27.154 D] [SpellManager] Adding known spell: Hammer of the Righteous (53595)
      [23:35:27.154 D] [SpellManager] Adding known spell: Hammer of Justice (853)
      [23:35:27.154 D] [SpellManager] Adding known spell: Flash of Light (19750)
      [23:35:27.154 D] [SpellManager] Adding known spell: Divine Shield (642)
      [23:35:27.154 D] [SpellManager] Adding known spell: Crusader Strike (35395)
      [23:35:27.154 D] [SpellManager] Adding known spell: Cleanse (4987)
      [23:35:27.154 D] [SpellManager] Adding known spell: Working Overtime (118021)
      [23:35:27.154 D] [SpellManager] Adding known spell: Weapon Skills (76294)
      [23:35:27.154 D] [SpellManager] Adding known spell: The Quick and the Dead (83950)
      [23:35:27.154 D] [SpellManager] Adding known spell: The Human Spirit (20598)
      [23:35:27.154 D] [SpellManager] Adding known spell: The Doctor Is In (118076)
      [23:35:27.154 D] [SpellManager] Adding known spell: Sword Specialization (20597)
      [23:35:27.154 D] [SpellManager] Adding known spell: Ride Like the Wind (117983)
      [23:35:27.154 D] [SpellManager] Adding known spell: Reinforce (83943)
      [23:35:27.154 D] [SpellManager] Adding known spell: Mr. Popularity (78635)
      [23:35:27.154 D] [SpellManager] Adding known spell: Mount Up (78633)
      [23:35:27.154 D] [SpellManager] Adding known spell: Mace Specialization (20864)
      [23:35:27.154 D] [SpellManager] Adding known spell: Languages (79738)
      [23:35:27.154 D] [SpellManager] Adding known spell: Honorable Mention (83960)
      [23:35:27.154 D] [SpellManager] Adding known spell: Hasty Hearth (83944)
      [23:35:27.154 D] [SpellManager] Adding known spell: Guild Mail (83951)
      [23:35:27.154 D] [SpellManager] Adding known spell: For Great Justice (118483)
      [23:35:27.154 D] [SpellManager] Adding known spell: Fast Track (78632)
      [23:35:27.154 D] [SpellManager] Adding known spell: Diplomacy (20599)
      [23:35:27.154 D] [SpellManager] Adding known spell: Cash Flow (83941)
      [23:35:27.154 D] [SpellManager] Adding known spell: Bountiful Bags (83966)
      [23:35:27.154 D] [SpellManager] Adding known spell: Battle Pet Training (119467)
      [23:35:27.154 D] [SpellManager] Adding known spell: Battle Fatigue (134732)
      [23:35:27.154 D] [SpellManager] Adding known spell: Bartering (83964)
      [23:35:27.154 D] [SpellManager] Adding known spell: Armor Skills (76271)
      [23:35:27.154 D] [SpellManager] Adding known spell: Apprentice Riding (33388)
      [23:35:27.154 D] [SpellManager] Adding known spell: Revive Battle Pets (125439)
      [23:35:27.154 D] [SpellManager] Adding known spell: Mobile Banking (83958)
      [23:35:27.154 D] [SpellManager] Adding known spell: Mass Resurrection (83968)
      [23:35:27.154 D] [SpellManager] Adding known spell: Every Man for Himself (59752)
      [23:35:27.154 D] [SpellManager] Adding known spell: Auto Attack (6603)
      [23:35:27.154 D] [SpellManager] GCD check spell set to Symbiosis
      [23:35:27.154 D] Set query filter to Alliance
      [23:35:27.457 D] Activity: Moving to hunting ground weaypoint 'hunting ground center'
      [23:35:27.854 D] Successfully generated path from {-9251.986, -2295.771, 73.50467} to {-9165.448, -2743.158, 88.74001} in 60 milliseconds
      [23:35:31.402 N] Stopping the bot!
      [23:35:31.402 Q] Bot stopping! Reason: User pressed the stop button
      [23:35:31.850 D] Activity: Honorbuddy Stopped
      
      Finished all the quest by hand but still doesnt fix the problem realy weird.....
      ///

      restarted all and seems to work again
       

    Share This Page