• Visit Rebornbuddy
  • Quest | Could not find end poly error

    Discussion in 'Wildbuddy Developers' started by paxxx, Oct 24, 2015.

    1. paxxx

      paxxx Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      260
      Likes Received:
      9
      Trophy Points:
      18
      hi,
      trying to build some daily quest profiles,
      but already at the first quest, its not possible to navigate to the quest collect tag

      error:

      Code:
      CollectTag is interacting with [4023D - NonPlayer | 34192] Abwehrgeschützturm des Camps Kalte Sophie , Position: X:-28358,99 Y:-705,641 Z:-28784,13, Facing: X:-0,2769749 Y:0 Z:-0,9608772 W:0, Heading: 0,2806444Attempting to generate path to X:-28358,99 Y:-705,641 Z:-28784,13 from X:-28379,64 Y:-717,4172 Z:-28864,65
      Could not find end poly at <-28358.99, -705.641, -28784.13> [Success] Closest: <-28354.76, -705.65, -28784.9>
      profile:

      Code:
      <Profile Name="test" Author="Rene" Version="1.0">
      
      
      
      <!-- <PickUpQuest QuestId="7107" CommunicatorPickUp="false" X="-28247,05" Y="-700,3837" Z="-28745,1" CreatureId="33967" MapId="1658" /> -->
      <PickUpQuest QuestId="7107" QuestName="Establishing Base Perimeters" CreatureId="33967" CreatureName="General Hauer" MapId="1658" X="-28246.71" Y="-700.280762" Z="-28744.85" />
      
      
      <!--Quest 7107 (Establishing Base Perimeters) Objective 0 - Repair $m(creature=34192)-->
      <Collect QuestId="7107" QuestObjective="0" QuestName="Establishing Base Perimeters" CreatureIds="34192" HandleCSIs="true" InteractRange="5">
        <SearchAreas>
          <Hotspot X="-28215.2773" Y="-724.4681" Z="-28855.7363" Range="135" Name="WorldLocation 40423" Timeout="60" MapId="1658" />
        </SearchAreas>
      </Collect>
      <!--Quest 7107 (Establishing Base Perimeters) Objective 1 - Repair $m(creature=34193)-->
      <Collect QuestId="7107" QuestObjective="1" QuestName="Establishing Base Perimeters" CreatureIds="34193" HandleCSIs="true" InteractRange="5">
        <SearchAreas>
          <Hotspot X="-28215.2773" Y="-724.4681" Z="-28855.7363" Range="135" Name="WorldLocation 40423" Timeout="60" MapId="1658" />
        </SearchAreas>
      </Collect>
      <!--Quest 7107 (Establishing Base Perimeters) Objective 2 - Disable the live $(creature=34205)-->
      <Interact QuestId="7107" QuestObjective="2" QuestName="Establishing Base Perimeters" CreatureId="34205" X="-28211.67" Y="-724.6739" Z="-28855.63" MapId="1658" />
      <!--Quest 7107 (Establishing Base Perimeters) Objective 3 - Defend against intruders-->
      
      
      
      
      
      
      </Profile>
       
    2. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Using the auto-generated tags isn't 100% correct. You may need to actually go and put down a correct hotspot for the collect tags. (The positions generated by the plugin are pulled from the game files, so there may be a tree or something there.)
       
    3. paxxx

      paxxx Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      260
      Likes Received:
      9
      Trophy Points:
      18
      I have tried to change the X Y and Z coordinates in that part:

      <Collect QuestId="7107" QuestObjective="0" QuestName="Establishing Base Perimeters" CreatureIds="34192" HandleCSIs="true" InteractRange="5">
      <SearchAreas>
      <Hotspot X="-28215.2773" Y="-724.4681" Z="-28855.7363" Range="135" Name="WorldLocation 40423" Timeout="60" MapId="1658" />
      </SearchAreas>
      </Collect>
      but it does not matter what coords I put into, it does not work (same error..) - only if I delete the Search Area + Hotspot tag,
      and put the char right in front of the ingame item to activate, the bot knows what to do.
      hard to describe, if you have any back-questions just contact me.
       

    Share This Page