BigBudda87
Member
- Joined
- May 5, 2012
- Messages
- 243
Hi i would create a profile for farming the hunting log. but atm i´m stuck at the tp to the next hunting location.
thats for the first rank the first mobs to farm. but he farms the mobs for ever. next step would be<GrindAreas>
<GrindArea name="Gladiator_1_0">
<Hotspots>
<HotSpot Radius="80" XYZ="172.7345, 48.45842, 236.334" name = "Gladiator_1_0" />
</Hotspots>
<TargetMobs>
<TargetMob Id="49" />
</TargetMobs>
<MinLevel>1</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
and here is the teleporting thing
<If Condition="not HuntRankCompleted(ClassJobType.Gladiator,1)">
<If Condition="not HuntEntryCompleted(ClassJobType.Gladiator,1)">
<If Condition="not IsOnMap(135)">
<TeleportTo Name="Moraby drydocks" AetheryteId="10" />
</If>
<Grind grindRef="Gladiator_1_0" PostCombatDelay="5" while="not HuntEntryCompleted(ClassJobType.Gladiator,1)" />
</If>
<GrindArea name="Gladiator_1_1">
<Hotspots>
<HotSpot Radius="80" XYZ="6.28313, 0.0650, 255.6241" name = "Gladiator_1_1" />
</Hotspots>
<TargetMobs>
<TargetMob Id="262" />
</TargetMobs>
<MinLevel>1</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
and
<If Condition="not HuntEntryCompleted(ClassJobType.Gladiator,2)">
<If Condition="not IsOnMap(141)">
<TeleportTo Name="Black Brush Station" AetheryteId="53" />
</If>
<Grind grindRef="Gladiator_1_1" PostCombatDelay="3" while="not HuntEntryCompleted(ClassJobType.Gladiator,2)" />
</If>