What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Questbot quest problem

Bengan12

Well-Known Member
Joined
Feb 24, 2011
Messages
1,967
Reaction score
31
Profile: LK A 68 - 80

problem wrong type of activity trying to solve the quest.

Quest: 11958 "Let Nothing Go To Waste"

Currently it is written like this:
PHP:
        <Objective QuestName="Let Nothing Go To Waste" QuestId="11958" Type="CollectItem" ItemId="35686"
                           ItemName="Stolen Moa'ki Goods" CollectCount="6" />

So it tries to find them just by running around, but it has to kill and loot the items.

Target is = "Snowfall Glade Reaver" Entry="26197" or "Snowfall Glade Den Mother" Entry="26199"

My siggestion is this.
PHP:
      <CustomBehavior File="KillUntilComplete" MovementBy="NavigatorPreferred"  MobIds="26197, 26199" QuestId="11958">
        <HuntingGrounds>
          <Hotspot X="3269.098" Y="1086.91" Z="131.6981" />
          <Hotspot X="3175.681" Y="1085.482" Z="129.5757" />
          <Hotspot X="3013.393" Y="1046.714" Z="106.0288" />
        </HuntingGrounds>
      </CustomBehavior>
 
Back
Top