• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Need help with quest objective override

    Discussion in 'Archives' started by amducious, Jun 29, 2010.

    1. amducious

      amducious New Member

      Joined:
      Jun 2, 2010
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      first off this is the first time that im messing with making my own profile so it would be a problem with anything.

      what I'm trying to do is set the location where I want the bot to hunt for the wolves but once the bot accepts the quest it goes off in the complete opposite direction towards I'm guessing the default location for hunting the wolfs. is the profile set up correct and if so why is it not going to the hotspot that i set up

      I'm using HB 1.94 for 3.3.5 <-is this version compatible with Quest objective overriding

      and here is the profile im starting to make

      Code:
      <HBProfile>
        <Name>Dwarf-Amducious 1-??</Name>
        <MinDurability>0.4</MinDurability>
        <MinFreeBagSlots>2</MinFreeBagSlots>
        <SellGrey>True</SellGrey>
        <SellWhite>True</SellWhite>
        <SellGreen>False</SellGreen>
        <MailWhite>True</MailWhite>
        <MailGreen>True</MailGreen>
        <MailBlue>True</MailBlue>
        <MailPurple>True</MailPurple>
      
        <SubProfile>
          <Name>Dwarven Outfitters</Name>
          <MinLevel>1</MinLevel>
          <MaxLevel>3</MaxLevel>
          <Factions>32</Factions>
          [COLOR="blue"]<ForcedQuestList>
            <Quest Id="179" Name="Dwarven Outfitters">
              <Objective Type="Collect" ItemId="750" CollectCount="8">
                <CollectFrom>
                  <Mob Id="705" Name="Ragged Young Wolf" />
                </CollectFrom>
                <Hotspots>
                  <Hotspot X="-6317.422" Y="365.7482" Z="377.463" />
                </Hotspots>
              </Objective>
            </Quest>
          </ForcedQuestList>[/COLOR]
          <Hotspots>
            <Hotspot X="-6317.422" Y="365.7482" Z="377.463" />
          </Hotspots>
        </SubProfile>
      </HBProfile>
       
      Last edited: Jun 29, 2010
    2. amducious

      amducious New Member

      Joined:
      Jun 2, 2010
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      I was looking over a few other peoples questing profiles and noticed a few had them set up with the quest objective override at the beginning of the profile instead of in the forced quest list. so my simple profile would look like this instead of the one above. I hope this fixs my problem but i cant test it since HB is down because of the patch

      Code:
      <HBProfile>
        <Name>Dwarf-Amducious 1-??</Name>
        <MinDurability>0.4</MinDurability>
        <MinFreeBagSlots>2</MinFreeBagSlots>
        <SellGrey>True</SellGrey>
        <SellWhite>True</SellWhite>
        <SellGreen>False</SellGreen>
        <MailWhite>True</MailWhite>
        <MailGreen>True</MailGreen>
        <MailBlue>True</MailBlue>
        <MailPurple>True</MailPurple>
      
        [COLOR="blue"]<Quest Id="179" Name="Dwarven Outfitters">
          <Objective Type="Collect" ItemId="750" CollectCount="8">
            <CollectFrom>
              <Mob Id="705" Name="Ragged Young Wolf" />
            </CollectFrom>
            <Hotspots>
              <Hotspot X="-6317.422" Y="365.7482" Z="377.463" />
            </Hotspots>
          </Objective>
        </Quest>[/COLOR]
      
        <SubProfile>
          <Name>Dwarven Outfitters</Name>
          <MinLevel>1</MinLevel>
          <MaxLevel>10</MaxLevel>
          <Factions>32</Factions>
          <ForcedQuestList>
         [COLOR="blue"]   <Quest Id="179" Name="Dwarven Outfitters" />[/COLOR]
          </ForcedQuestList>
          <Hotspots>
            <Hotspot X="-6317.422" Y="365.7482" Z="377.463" />
          </Hotspots>
        </SubProfile>
      </HBProfile>
       
      Last edited: Jun 29, 2010
    3. XenLik

      XenLik New Member

      Joined:
      Jul 7, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      I would like to know about this as well. Is it supposed to have all the overrides before the subprofiles or inside the subprofiles?

      I also have some other questions as well:
      1a) Min/Max Levels: Can I have just a min? Just a max? If I have just a min when the bot completes the quests will it then goto the next subprofile instead of grinding hotspots?

      1b) If the bot has a quest but the quest was in SubA and now the bot for whatever reason is in SubB will the bot still attempt to finish the quest?

      2) Is it at all possible to have the bot move between continents (loading screens)? I ask only because when the bot thought I was in Kalimdor(?) and in fact I was in Stormwind it started blacklisting my Eastern Kingdoms quests because it thought I was on another continent, even after closing HB closing WoW re-opening WoW and then re-opening HB.

      3a) Is it better to blacklist areas (lightposts, fences, mailboxes, other things the bot likes to run into) or to just create a custom mesh that doesn't attempt to run straight through those things?

      3b) If its better to blacklist areas is there a general blacklist database?

      3c) (Kind of refering back to the Quest Override) If I was to use blacklisting would I have to blacklist per subprofile or could I put it in the main profile and then all subprofiles use it?

      I probably have more questions but those were the ones that came to mind the quickest. If these questions have been answered elsewhere please link them instead of bashing me. I've tried searching (using advanced search) and wasn't having any luck. I looked at the profile guides and none of them really went in dept on these features (heck I didn't even know wth a quest override was called a quest override until I saw this thread... only knew what it was from looking at some peoples profiles). Any help would be greatly appreciated.
       

    Share This Page