• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Help] Need quest override

    Discussion in 'General Discussion Forum' started by gimik, Aug 21, 2010.

    1. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      I forgot where i read it, but someone said if anyone needed help with quests where you need to run somewhere and 'Discover' something or like use an item at a certain place. Well i need help with the quest Fargodeep Mine in Goldshire.

      <PickUp QuestName="The Fargodeep Mine" QuestId="62" GiverName="Marshal Dughan" GiverId="240" />

      Thanks!!
       
    2. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      Also, i can't seem to get this damn profile making quite right... I keep getting this error
      Code:
      The 'SubProfile' start tag on line 13 does not match the end tag of 'Subprofile'. Line 74, position 4.
      Once again i don't see any problems, if someone can point it out i'd be grateful.
       
    3. Lt.Leon

      Lt.Leon New Member

      Joined:
      May 19, 2010
      Messages:
      1,022
      Likes Received:
      4
      Trophy Points:
      0
      To finish an explore quest you do not need the <Objective> part, just have it <RunTo X="" Y="" Z="" /> then the Turn in

      As for the second question, you do not have a </SubProfile> to close off the original, so just add one at the bottom of your profile.
       
    4. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      add a </SubProfile> right above </HBProfile>..?
       
    5. Lt.Leon

      Lt.Leon New Member

      Joined:
      May 19, 2010
      Messages:
      1,022
      Likes Received:
      4
      Trophy Points:
      0
      Yes, i apologize i didn't say that before.
       
    6. king

      king Member

      Joined:
      Jan 15, 2010
      Messages:
      463
      Likes Received:
      1
      Trophy Points:
      18
      I find this really not helpful, from my experience, for any reason you stop HB, because you know it will crash or you will need to stop it anyways, even if you don't have the quest it will run to the spot even if your in another zone which is a huge waste of time.
       
    7. Lt.Leon

      Lt.Leon New Member

      Joined:
      May 19, 2010
      Messages:
      1,022
      Likes Received:
      4
      Trophy Points:
      0
      This is true, but only other way is for a quest override and setup hotspots that arent very reliable, when afterwards, you can set a checkpoint and be done with it.
       
    8. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      Will this work?
      Code:
      <!-- Quest Override for The Fargodeep Mine -->
        <Quest Id="62">
          <RunTo X="-9820.235" Y="124.0025" Z="4.261306"  />
        </Quest>  
      Still getting the error..
       
      Last edited: Aug 22, 2010
    9. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      anyone please i just want to move on with working on this profile = (
       
    10. Cicrocoft

      Cicrocoft New Member

      Joined:
      Aug 15, 2010
      Messages:
      468
      Likes Received:
      12
      Trophy Points:
      0
      Fx:
      <QuestOrder>
      <PickUp QuestName="The Jasperlode Mine" QuestId="76" GiverName="Marshal Dughan" GiverId="240" />
      <Runto X="-9082.208" Y="-549.2256" Z="59.66015" />
      <TurnIn QuestName="The Jasperlode Mine" QuestId="76" TurnInName="Marshal Dughan" TurnInId="240" />
      </QuestOrder>

      A problem i have with this "RunTo" is: If i stop the bot (maybe due to some1 talking to me) and then start it again, it will run to this RunTo point again.



      And for the quest override:

      <Subprofile>
      <Name>Goldshire</Name>
      <MinLevel>5</MinLevel>
      <MaxLevel>12</MaxLevel>
      <QuestOrder>
      <PickUp QuestName="Goldtooth" QuestId="87" GiverName="Billy Maclure" GiverId="247" />
      <Objective QuestName="Goldtooth" QuestId="87" Type="CollectItem" ItemId="981" CollectCount="1" />
      <TurnIn QuestName="Goldtooth" QuestId="87" TurnInName="Auntie Bernice Stonefield" TurnInId="246" />
      </QuestOrder>
      </Subprofile>

      <Quest Id="87" Name="Goldtooth">
      <Objective Type="CollectItem" ItemId="981" CollectCount="1">
      <Hotspots>
      HOTSPOTS IN HERE!!
      </Hotspots>
      </Objective>
      </Quest>


      Hope it helps and good luck :)
       
      Last edited: Aug 22, 2010
    11. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      I got everything working now, and for the candles/gold dust i made the hotspot where the place to you need to be for the Jasperlose Mine quest so hopefully it will complete it by killing the mobs in the area = D
       
    12. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      Gah this <RunTo X="" Y="" Z="" /> command is really annoying = P oh well. Also, is there a way to make HB accept a quest from items that drop off mobs that 'Begin a Quest'?
       

    Share This Page