• Visit Rebornbuddy
  • About Quest or "fly" grindarea

    Discussion in 'Honorbuddy Support' started by mengo765, Feb 9, 2017.

    1. mengo765

      mengo765 New Member

      Joined:
      Nov 22, 2016
      Messages:
      5
      Likes Received:
      1
      Trophy Points:
      1
      i want to farm something by killling mobs,
      but the mob is too far away from another one,
      so i want to "fly" to another one after killing a mob,
      but grindarea only support "groundmount".

      is there a way to create a "fly" grindarea?

      or if i can create a quest myself to kill mob,and set the Nav as "fly"?
       
    2. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      For sophisticated behavior, you can do this in Questing profile.

      Use KillUntilComplete behavior on each subarea, terminated with appropriate condition, then move with Nav="Fly" to the next area, use similar KillUntilComplete etc.

      And you can wrap this in a while profile, to loop till desired result.
       
    3. mengo765

      mengo765 New Member

      Joined:
      Nov 22, 2016
      Messages:
      5
      Likes Received:
      1
      Trophy Points:
      1
      thks

      thank u,i will try this later.
      and can u help me with another problem.
      i found something like this in LevelUp profile:
      <Quest Id="11675" Name="A Proper Death">
      <Objective Type="KillMob" MobId="25615" KillCount="10">
      <Hotspots>
      <Hotspot X="4279.618" Y="4324.407" Z="84.46608" />
      .............
      </Hotspots>
      </Objective>
      </Quest>
      .....
      <PickUp QuestName="A Proper Death" QuestId="11675" GiverName="Sage Highmesa" GiverId="25604" Nav="Fly" />
      ......
      <Objective QuestName="A Proper Death" QuestId="11675" Type="KillMob" MobId="25615" KillCount="10" Nav="Fly" />

      so i want to create a "non-existent" quest to kill mob with parameter Nav="fly".but it did not work....
       
    4. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      Its not how quests work.

      Those Quest tags you see are real ones, supported by HB, because the Quests DB is dumped from wowhead or something.

      Since you are not completing real quests, just do not stick to quests.
      You can simply run grinding behaviors within questing profile - in the Wiki Chinajade have made perfect examples for it.
       
    5. mengo765

      mengo765 New Member

      Joined:
      Nov 22, 2016
      Messages:
      5
      Likes Received:
      1
      Trophy Points:
      1
      thank you so much,i will try "grindarea in quest profile"
       

    Share This Page