• Visit Rebornbuddy
  • 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. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      no logs = no help
       
    2. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      for the most part, yes

      sometimes the bot has issues
       
    3. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      user issue - user completed another 'go to netherstorm' quest

      delete the 'off to area 52' pickup / turnin and press start
       
    4. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      not anytime soon - waiting on mesh fixes
       
    5. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      unless you sold them - it should have plenty - i'll put in a dummy check
       
    6. Riltar

      Riltar New Member

      Joined:
      Nov 5, 2011
      Messages:
      380
      Likes Received:
      0
      Trophy Points:
      0
      Where i can find "off to area 52" ?
       
    7. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      I've observed an issue on a couple of toons now. The issue is in this part:
      PHP:
                  <If Condition="((!HasQuest(25807)) &amp;&amp; (!IsQuestCompleted(25807)))" >
                      <
      CustomBehavior File="FlyTo" DestName="Pickup Quest" X="4926.755" Y="-2699.472" Z="1432.118" />
                      <
      CustomBehavior File="ForcedDismount" />
              <
      PickUp QuestName="An Ancient Reborn" QuestId="25807" GiverName="Choluna" GiverId="41005" />
                  </If>
                  <If 
      Condition="((HasQuest(25807)) &amp;&amp; (!IsQuestCompleted(25807)))" >
                      <
      UseItem QuestName="An Ancient Reborn" QuestId="25807" ItemId="56016" X="4842.62" Y="-2811.798" Z="1444.529" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for quest to complete {TimeRemaining}" />
                  </If>
                  <If 
      Condition="((HasQuest(25807)) &amp;&amp; (IsQuestCompleted(25807)))" >
              <
      TurnIn QuestName="An Ancient Reborn" QuestId="25807" TurnInName="Aviana" TurnInId="41308" />
              <
      PickUp QuestName="The Hatchery Must Burn" QuestId="25810" GiverName="Morthis Whisperwing" GiverId="41003" />
              <
      PickUp QuestName="The Last Living Lorekeeper" QuestId="25830" GiverName="Vision of Ysera" GiverId="47002" />
                  </If>
                  <If 
      Condition="((!HasQuest(25810)) &amp;&amp; (!IsQuestCompleted(25810)))" >
                      <
      CustomBehavior File="FlyTo" DestName="Pickup Quest" X="4926.755" Y="-2699.472" Z="1432.118" />
                      <
      CustomBehavior File="ForcedDismount" />
              <
      PickUp QuestName="The Hatchery Must Burn" QuestId="25810" GiverName="Morthis Whisperwing" GiverId="41003" />
                  </If>
      What I see happening is the finish of "An Ancient Reborn", then the bot not registering the quest as being finished, thus moving on to "pick up The Hatchery Must Burn". But that one doesn't become available until "An Ancient Reborn" has been turned in.

      This could probably be fixed by changing the code as follows:
      PHP:
                  <If Condition="((!HasQuest(25807)) &amp;&amp; (!IsQuestCompleted(25807)))" >
                      <
      CustomBehavior File="FlyTo" DestName="Pickup Quest" X="4926.755" Y="-2699.472" Z="1432.118" />
                      <
      CustomBehavior File="ForcedDismount" />
              <
      PickUp QuestName="An Ancient Reborn" QuestId="25807" GiverName="Choluna" GiverId="41005" />
                  </If>
                  <If 
      Condition="((HasQuest(25807)) &amp;&amp; (!IsQuestCompleted(25807)))" >
                      <
      UseItem QuestName="An Ancient Reborn" QuestId="25807" ItemId="56016" X="4842.62" Y="-2811.798" Z="1444.529" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for quest to complete {TimeRemaining}" />
                  </If>
                  <
      CustomBehavior File="FlyTo" DestName="Turn in Quest" X="4926.755" Y="-2699.472" Z="1432.118" />
                  <If 
      Condition="((HasQuest(25807)) &amp;&amp; (IsQuestCompleted(25807)))" >
              <
      TurnIn QuestName="An Ancient Reborn" QuestId="25807" TurnInName="Aviana" TurnInId="41308" />
              <
      PickUp QuestName="The Hatchery Must Burn" QuestId="25810" GiverName="Morthis Whisperwing" GiverId="41003" />
              <
      PickUp QuestName="The Last Living Lorekeeper" QuestId="25830" GiverName="Vision of Ysera" GiverId="47002" />
                  </If>
      The flight time should be enough to register the quest as done and the bot needs to fly there anyway.
       
    8. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      open the profile and press the 'find' function (ctrl + f) and then delete both lines that have that in it (1 is a pickup, 1 is a turnin)

      save and press start
       
    9. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      here, i added it into the hasquest and !iqc

      PHP:

                  
      <If Condition="((!HasQuest(25807)) &amp;&amp; (!IsQuestCompleted(25807)))" >
                      <
      CustomBehavior File="FlyTo" DestName="Pickup Quest" X="4926.755" Y="-2699.472" Z="1432.118" />
                      <
      CustomBehavior File="ForcedDismount" />
              <
      PickUp QuestName="An Ancient Reborn" QuestId="25807" GiverName="Choluna" GiverId="41005" />
                  </If>
                  <If 
      Condition="((HasQuest(25807)) &amp;&amp; (!IsQuestCompleted(25807)))" >
                      <
      UseItem QuestName="An Ancient Reborn" QuestId="25807" ItemId="56016" X="4842.62" Y="-2811.798" Z="1444.529" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for quest to complete {TimeRemaining}" />
                      
                      <
      CustomBehavior File="FlyTo" DestName="Turn in Quest" X="4926.755" Y="-2699.472" Z="1432.118" />
                  </If>
                  <If 
      Condition="((HasQuest(25807)) &amp;&amp; (IsQuestCompleted(25807)))" >
              <
      TurnIn QuestName="An Ancient Reborn" QuestId="25807" TurnInName="Aviana" TurnInId="41308" />
              <
      PickUp QuestName="The Hatchery Must Burn" QuestId="25810" GiverName="Morthis Whisperwing" GiverId="41003" />
              <
      PickUp QuestName="The Last Living Lorekeeper" QuestId="25830" GiverName="Vision of Ysera" GiverId="47002" />
                  </If>
                  <If 
      Condition="((!HasQuest(25810)) &amp;&amp; (!IsQuestCompleted(25810)))" >
                      <
      CustomBehavior File="FlyTo" DestName="Pickup Quest" X="4926.755" Y="-2699.472" Z="1432.118" />
                      <
      CustomBehavior File="ForcedDismount" />
              <
      PickUp QuestName="The Hatchery Must Burn" QuestId="25810" GiverName="Morthis Whisperwing" GiverId="41003" />
                  </If>
                  <If 
      Condition="((!HasQuest(25830)) &amp;&amp; (!IsQuestCompleted(25830)))" >
                      <
      CustomBehavior File="FlyTo" DestName="Pickup Quest" X="4926.755" Y="-2699.472" Z="1432.118" />
                      <
      CustomBehavior File="ForcedDismount" />
              <
      PickUp QuestName="The Last Living Lorekeeper" QuestId="25830" GiverName="Vision of Ysera" GiverId="47002" />
                  </If>
                  <!-- 
      End of Sethria's Roost Quests -->
       
      Last edited: Nov 14, 2011
    10. mastapasta

      mastapasta New Member

      Joined:
      Jan 15, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      well, got that solved by doing the quest manually;) but now im stuck at a flight path, i just opens the screen and does nothing after that. The log keeps repeating the following:

      [10:29:41 PM:332] Changed POI to:Type: Fly, R: Update
      [10:29:41 PM:520] Cleared POI - Reason Done with FP
      [10:29:41 PM:520] Cleared POI
      [10:29:41 PM:629] Changed POI to:Type: Fly, R: Update
      [10:29:41 PM:940] Cleared POI - Reason Done with FP
      [10:29:41 PM:940] Cleared POI
      [10:29:42 PM:044] Changed POI to:Type: Fly, R: Update
      [10:29:42 PM:276] Cleared POI - Reason Done with FP
      [10:29:42 PM:276] Cleared POI
      [10:29:42 PM:366] Changed POI to:Type: Fly, R: Update
      [10:29:42 PM:650] Cleared POI - Reason Done with FP
      [10:29:42 PM:650] Cleared POI
       

      Attached Files:

    11. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      did you dc and relog? that usually causes this issue

      try restarting bot
       
    12. mastapasta

      mastapasta New Member

      Joined:
      Jan 15, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      you are a genius:) thought i already restarted it, guess not;) thanks!!!
       
    13. neal121

      neal121 New Member

      Joined:
      Jan 15, 2010
      Messages:
      254
      Likes Received:
      0
      Trophy Points:
      0
      In eastern plaguelands, my toon loved to get stuck in the water with the bridge - zone cords 47,61 and around that there are some hills my toon also loved to just keep walking into and couldnt get around till I stepped in.

      Sorry I dont have the exact cords.
       
    14. shadad

      shadad New Member

      Joined:
      Sep 25, 2011
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      I agree that the Kurenai rep grind could be changed (unless it in fact can't be changed lol)... but it only takes like 30 minutes? probably less.

      Running all the way through Zangarmarsh to get the going to Telaar quest is even worse though because you get no exp and it's a really really long run.

      My main problem... which is now the 2nd character that's done this... I get stuck on "HELP!" - talking to Arechron for hours until I get back to manually do the quest. Attached log.



      Edit: Thanks Kickazz. I now have more 85s to spend my money on.
       

      Attached Files:

      Last edited: Nov 14, 2011
    15. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      i'm not searching through a 10mb log

      ... get me a smaller log
       
    16. epicgaming

      epicgaming New Member

      Joined:
      Oct 28, 2011
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Hi Kickazz really nice work you got going on ! just a little issue so it seems, atleast for me.

      The thing is i have gotten to Howling Fjord and now when i start the Quest profile the character just stands there and looks, and the honorbuddy log says "Activity: Downloading Mesh..." all the time.

      I tried the grind profile aswell but didn't go as planned, the character walks out in the water and just swims around, all along the cost up to grizzly hills, and i am 68, so i should be good where i am right ?
       
    17. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      give me a fresh log
       
    18. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      [12:38:05:377] Could not generate full path from {277.9836, 1669.526, 346.6815} to {229.3333, 1693.667, 380.0191} (time used: 565 milliseconds)
       
    19. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      The Quest " Tahlet the tacticen ", isnt it possible to use a QB that hold the Lions in the middle of the field and then press 2 and 3 on cooldown? never saw to fail this quest.
      possible to use a QB from another quest where you use this vehicle bar?

      The Quest " The Defense of Nahom" is the same. If there is a QB where its possible to set the pointer and then the Abilitys 1-2-3 to press in a time, like every 15 or 25 sec. i think it will work afk. if you got a QB for this, i can try this two quests, got some toons soon in this area.
       
      Last edited: Nov 15, 2011
    20. shadad

      shadad New Member

      Joined:
      Sep 25, 2011
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0

      Sorry about that... There's actually 2 stick points within that. I edited out the majority of the "Quest completed" and repeated interaction, and broke it in to the two parts where I stopped the bot to fix the first one.

      Hopefully this is sufficient. If it isn't let me know. I am continuing to try to learn the language within the logs and profiles so that I can be more helpful. Thank you for your patience.
       

      Attached Files:

    Thread Status:
    Not open for further replies.

    Share This Page