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

      arod70 New Member

      Joined:
      Apr 10, 2011
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      I have been using this just fine since level 74, but now about 10% remaining in 77 the file is just stopping itself and no longer works. "Could not find quest giver NPC with ID 28214 in database". I should probably also tell you that it had already picked up The Ape Hunter's Slave, but its not doing it. What do I do?

      This is from my log:

      [7:52:55 PM:828] Compiling expression '((HasQuest(12544)) && (!IsQuestCompleted(12544)))' @ line 3246
      [7:52:56 PM:150] Picking up The Ape Hunter's Slave : 12529
      [7:52:56 PM:150] Goal: Picking up The Ape Hunter's Slave
      [7:52:56 PM:183] Compiling expression '((HasQuest(12529)) && (!HasQuest(12530)))' @ line 3276
      [7:52:56 PM:387] Compiling quest behavior from 'C:\Users\Public\Games\HB\Quest Behaviors\WaitTimer.cs'
      [7:52:56 PM:608] Goal: Waiting for timer expiration
      [7:52:56 PM:608] Activity: Wait time remaining... 09s... of 10s
      [7:52:57 PM:722] Activity: Wait time remaining... 08s... of 10s
      [7:52:58 PM:672] Activity: Wait time remaining... 07s... of 10s
      [7:52:59 PM:622] Activity: Wait time remaining... 06s... of 10s
      [7:53:00 PM:674] Activity: Wait time remaining... 05s... of 10s
      [7:53:01 PM:606] Activity: Wait time remaining... 04s... of 10s
      [7:53:02 PM:657] Activity: Wait time remaining... 03s... of 10s
      [7:53:03 PM:706] Activity: Wait time remaining... 02s... of 10s
      [7:53:04 PM:640] Activity: Wait time remaining... 01s... of 10s
      [7:53:05 PM:690] Activity: Wait time remaining... 00s... of 10s
      [7:53:06 PM:763] Could not find quest giver NPC with ID 28214 in database.
      [7:53:06 PM:763] Could not create current in quest bot!
      [7:53:06 PM:764] Stop called!
       
      Last edited: Apr 25, 2011
    2. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      i'll look into it.

      it looks like the item wasn't used to get the npc giver out
       
    3. echelon17

      echelon17 New Member

      Joined:
      Jan 6, 2011
      Messages:
      176
      Likes Received:
      8
      Trophy Points:
      0
      Thanks for the fixes :)

      Found another for you;

      Argent Tournament - Valiant
      The Black Knight's Orders - Quest - World of Warcraft - bot attempts to fly to the end location manually. Looking at the .XML file it seems this part is commented out - any reason?
      Code:
      <CustomBehavior File="FlyTo" X="8523.047" Y="564.4668" Z="553.7081" />
                      <CustomBehavior File="ForcedDismount" QuestId="0" MountType="Any" />
                      <UseItem QuestId="13663" ItemId="45083" X="8523.047" Y="564.4668" Z="553.7081" />
                      <CustomBehavior File="WaitTimer" WaitTime="90000" />
      After getting to the destination, it doesn't pick up/interact with the quest items. I assume (with my limited knowledge) this is because it's currently set as a pickup instead of a useobject?
       
      Last edited: Apr 25, 2011
    4. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      i dunno atm, i'll have to look at code (in a raid atm)
       
    5. Mizzy

      Mizzy Member

      Joined:
      Mar 5, 2011
      Messages:
      114
      Likes Received:
      3
      Trophy Points:
      18
      Good stuff. I've gone through a few of them and haven't really run into any problems. Gave the netherwing egg a shot and it failed pretty regularly, but thats just poor meshing on HB's part, it spat out a ton of pathing errors when it found eggs.

      Just started the skyguard profile, and its not liking this part:
      Code:
      			<If Condition="(HasItem(32523))" >
      		<PickUp QuestName="Ishaal's Almanac" QuestId="11021" GiverName="Ishaal\'s Almanac" GiverId="32523" />
      			</If>
      It spits this out and stops the bot:

      Code:
      Could not find quest giver NPC with ID 32523 in database.
      Could not create current in quest bot!
       
    6. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      ah, it needs givertype="item"
       
    7. echelon17

      echelon17 New Member

      Joined:
      Jan 6, 2011
      Messages:
      176
      Likes Received:
      8
      Trophy Points:
      0
      Thanks for your hard work, I appreciate it :)

      Found 4 more Argent Tournament dailies that need to be added:

      <PickUp QuestName="Up To The Challenge" QuestId="13672" GiverName="Arcanist Taelis" GiverId="33625" />
      <Objective QuestName="Up To The Challenge" QuestId="13672" Type="CollectItem" ItemId="45192" CollectCount="15" />
      <TurnIn QuestName="Up To The Challenge" QuestId="13672" TurnInName="Arcanist Taelis" TurnInId="33625" />

      <PickUp QuestName="The Light's Mercy" QuestId="14077" GiverName="Narasi Snowdawn" GiverId="34880" />
      <Objective QuestName="The Light's Mercy" QuestId="14077" Type="KillMob" MobId="34852" KillCount="8" />
      <Objective QuestName="The Light's Mercy" QuestId="14077" Type="CollectItem" ItemId="46870" CollectCount="1" />
      <TurnIn QuestName="The Light's Mercy" QuestId="14077" TurnInName="Narasi Snowdawn" TurnInId="34880" />

      <PickUp QuestName="You've Really Done It This Time, Kul" QuestId="14096" GiverName="Narasi Snowdawn" GiverId="34880" />
      <Objective QuestName="You've Really Done It This Time, Kul" QuestId="14096" Type="KillMob" MobId="34956" KillCount="1" />
      <Objective QuestName="You've Really Done It This Time, Kul" QuestId="14096" Type="KillMob" MobId="34716" KillCount="4" />
      <Objective QuestName="You've Really Done It This Time, Kul" QuestId="14096" Type="CollectItem" ItemId="46895" CollectCount="5" />
      <TurnIn QuestName="You've Really Done It This Time, Kul" QuestId="14096" TurnInName="Narasi Snowdawn" TurnInId="34880" />

      <PickUp QuestName="Gormok Wants His Snobolds" QuestId="14090" GiverName="Savinia Loresong" GiverId="34912" />
      <Objective QuestName="Gormok Wants His Snobolds" QuestId="14090" Type="KillMob" MobId="34899" KillCount="8" />
      <Objective QuestName="Gormok Wants His Snobolds" QuestId="14090" Type="CollectItem" ItemId="46885" CollectCount="1" />
      <TurnIn QuestName="Gormok Wants His Snobolds" QuestId="14090" TurnInName="Savinia Loresong" TurnInId="34912" />
       
    8. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      these are the champion ones i think, aren't they?
       
    9. echelon17

      echelon17 New Member

      Joined:
      Jan 6, 2011
      Messages:
      176
      Likes Received:
      8
      Trophy Points:
      0
      Sorry, yeah you're absolutely right, maybe in a future profile? :)

      2 more small issues with the Argent Tournament dailies;
      1. Can you please make the 'Learning the Reins' quest last? Otherwise it tries to do other remaining quests with the lance equipped and not a proper weapon.
      2. On the 'Learning the Reins' quest, during the final part where you have to use 2 shield breaker charges and then 'Charge' the target, sometimes the dummy shield comes up just before the charge goes off. Is it possible to add detection into this to see whether or not the dummy has the shield? Failing that, I guess a safeguard would be to just increase the number of times it does this quest so eventually it gets it right. Right now it just does it twice, maybe 5-10 for assurance?

      Again, thanks for the awesome work - these profiles are a HUGE time saver.
       
    10. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      no detection yet... i don't code C#, so no real behaviors
       
      Last edited: Apr 25, 2011
    11. echelon17

      echelon17 New Member

      Joined:
      Jan 6, 2011
      Messages:
      176
      Likes Received:
      8
      Trophy Points:
      0
      OK, no problem. I guess just increasing the number of attempts should do fine then :)
       
    12. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      it's stuck in a <while> i believe, so it should redo the whole one
       
    13. arod70

      arod70 New Member

      Joined:
      Apr 10, 2011
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      You are correct thats exactly what it is. The item is Goregek's Shackles and its used to call or dismiss Goregek.
       
    14. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Ironforge is probably best
       
    15. B3AST

      B3AST Member

      Joined:
      Mar 6, 2010
      Messages:
      364
      Likes Received:
      1
      Trophy Points:
      18
      EXCELLENT PROFILE, Thanks for this! going to use your 58-68 now!
       
    16. arod70

      arod70 New Member

      Joined:
      Apr 10, 2011
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      After proceeding from having to manually call and dismiss Goregek and a couple of other quest helping npcs that way, I proceeded by letting it run for the rest of the night. Then it got stuck at about 12:42 attempting to turn in a quest and it looped that way all night long until this morning when the servers disconnected it for patch day. Here is the log of where the behavior started:

      [12:43:04 AM:920] Goal: Turning in Sharpening Your Talons
      [12:43:04 AM:920] Changed POI to: Type: QuestTurnIn
      [12:43:05 AM:154] Mounting: 13819
      [12:43:05 AM:354] Spell_C::CastSpell(13819, 0, 0x0, 0) [1165]
      [12:43:07 AM:871] Moving to Type: QuestTurnIn
      [12:43:08 AM:59] Activity: Applying PreCombatBuffs
      [12:43:08 AM:105] Spell_C::CastSpell(32223, 0, 0x3000000060201DD, 0) [1166]
      [12:43:23 AM:393] Updating repair cost for current equipped items. New value: [4g10s38c]
      [12:43:29 AM:72] interact: 0x4F8C6AAC
      [12:43:29 AM:103] interact done: 0x4F8C6AAC
      [12:43:31 AM:987] Cleared POI - Reason Quest Completed #2
      [12:43:31 AM:987] Cleared POI
      [12:43:32 AM:153] Goal: Turning in Securing the Bait
      [12:43:32 AM:153] Changed POI to: Type: QuestTurnIn
      [12:43:32 AM:420] interact: 0x4F8C6AAC
      [12:43:32 AM:437] interact done: 0x4F8C6AAC
      [12:43:34 AM:955] Cleared POI - Reason Quest Completed #2
      [12:43:34 AM:955] Cleared POI
      [12:43:35 AM:85] Changed POI to: Type: QuestTurnIn
      [12:43:35 AM:323] interact: 0x4F8C6AAC
      [12:43:35 AM:338] interact done: 0x4F8C6AAC
      [12:43:37 AM:871] Cleared POI - Reason Quest Completed #2
      [12:43:37 AM:871] Cleared POI
      [12:43:37 AM:998] Changed POI to: Type: QuestTurnIn
      [12:43:38 AM:237] interact: 0x4F8C6AAC
      [12:43:38 AM:253] interact done: 0x4F8C6AAC
      [12:43:41 AM:187] Cleared POI - Reason Quest Completed #2
      [12:43:41 AM:187] Cleared POI
       
    17. normanone

      normanone New Member

      Joined:
      Sep 7, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      i read the hole thread... i like it and i pushed the +rep button, but i cant find the profile in your blog
      i'm sorry
       
    18. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      read the blue text. (both colors of blue) :)
       
    19. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      when attacked the buy dosn?t fight back, so what about adding while not in combat, or something.
       
    20. normanone

      normanone New Member

      Joined:
      Sep 7, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      damn i got it now ;) thx
       
    Thread Status:
    Not open for further replies.

    Share This Page