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"?
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.
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....
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.