• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Accept/Turn in quests from an object

    Discussion in 'Archives' started by Pexus, Aug 29, 2010.

    1. Pexus

      Pexus Member

      Joined:
      Feb 5, 2010
      Messages:
      222
      Likes Received:
      2
      Trophy Points:
      18
      I'm talking about all quests dealing with objects. In my case, it's:

      Is there a way to interact with them? HB already turned in a quest once.
      But now it desn't work anymore.

      Log:
      Code:
      Loading C:\Eigene Dateien\HB Profiles\Questing\Alliance\Mensch\New Questing Human.xml.
      Could not find quest giver NPC with ID 55 in database.
      Could not create current in quest bot!
      
      Ideas?
       
    2. xzvc

      xzvc New Member

      Joined:
      Apr 7, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      i got it to turn in that quest with

      <!-- Find the Lost Guards -->
      <Quest Id="37">
      <Objective Type="UseObject" ObjectId="55" CollectCount="1">
      <CollectFrom>
      </CollectFrom>
      <Hotspots>
      <Hotspot X="-9337.127" Y="-988.8688" Z="67.20651" />
      </Hotspots>
      </Objective>
      </Quest>

      never managed to get it to pick up the other quest
       
    3. Pexus

      Pexus Member

      Joined:
      Feb 5, 2010
      Messages:
      222
      Likes Received:
      2
      Trophy Points:
      18
      mkay. sucks
       
    4. MaiN

      MaiN Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,017
      Likes Received:
      35
      Trophy Points:
      48
      Code:
      <PickUp QuestName="Quest name" QuestId="1234" GiverName="Object name" GiverId="1234" GiverType="Object" />
      <TurnIn QuestName="Quest name" QuestId="1234" TurnInName="Object name" TurnInId="1234" TurnInType="Object" />
      
       
    5. Pexus

      Pexus Member

      Joined:
      Feb 5, 2010
      Messages:
      222
      Likes Received:
      2
      Trophy Points:
      18
      I'll try this, thanks.
      As you are here.

      Code:
      <Objective QuestName="Milly's Harvest" QuestId="3904" Type="UseObject" ObjectId="161557" UseCount="8" />
      ..does not work for me. HB said something like it couldn't find the ObjectID related to the Quest.
      I looked up the ID on wowhead and I found it out via MemRead. So it's definitely the correct ID. =/
       
    6. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      HB is looking for an npc, because most quests are given&turned in by and at npcs, so you need to tell HB if thats not the case.
      If you add the bolded parts it works.
       
    7. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      That helps so much thank you!
       
    8. shakazara

      shakazara New Member

      Joined:
      Jan 15, 2010
      Messages:
      212
      Likes Received:
      10
      Trophy Points:
      0
      You will need to tell it to Collect an Object:
      Code:
      <Objective QuestName="Milly's Harvest" QuestId="3904" Type="CollectItem" ItemId="11119" CollectCount="8" />
       
    9. Pexus

      Pexus Member

      Joined:
      Feb 5, 2010
      Messages:
      222
      Likes Received:
      2
      Trophy Points:
      18
      Nope. That didn't worked for me. I tried it before.
       

    Share This Page