Hello,
I was trying to work on Hunt Logs, but I can't seem to get it to get past the <If Condition="not HuntEntryCompleted(ClassJobType.Gladiator,9)" > conditional. For my 10th log entry, I should be using the number 9 right? I've been using a TP to the map my target is on as a test to see if the condition passes, but I can only pass my <If Condition="not HuntRankCompleted(ClassJobType.Gladiator,0)"> condition. Full test code here.
<Profile>
<Name>Hunt: Gladiatior</Name>
<KillRadius>50</KillRadius>
<Order>
<If Condition="not HuntRankCompleted(ClassJobType.Gladiator,0)">
<If Condition="not HuntEntryCompleted(ClassJobType.Gladiator,9)" >
<If Condition="not IsOnMap(140)">
<TeleportTo Name="Horizon" AetheryteId="17" />
</If>
<Grind grindRef="Gladiator_0_9" while="not HuntSubEntryCompleted(ClassJobType.Gladiator,9,1" />
</If>
</If>
</Order>
<GrindAreas>
<GrindArea name="Gladiatior_0_9">
<Hotspots>
<HotSpot Radius="100" XYZ="58.2441, 59.422, 1.68554" name = "Gladiator_0_9" />
</Hotspots>
<TargetMobs>
<TargetMob name="Dusty Mongrel" />
</TargetMobs>
<MinLevel>1</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
</GrindAreas>
</Profile>
Any help would be appreciated.
Thank you.
I was trying to work on Hunt Logs, but I can't seem to get it to get past the <If Condition="not HuntEntryCompleted(ClassJobType.Gladiator,9)" > conditional. For my 10th log entry, I should be using the number 9 right? I've been using a TP to the map my target is on as a test to see if the condition passes, but I can only pass my <If Condition="not HuntRankCompleted(ClassJobType.Gladiator,0)"> condition. Full test code here.
<Profile>
<Name>Hunt: Gladiatior</Name>
<KillRadius>50</KillRadius>
<Order>
<If Condition="not HuntRankCompleted(ClassJobType.Gladiator,0)">
<If Condition="not HuntEntryCompleted(ClassJobType.Gladiator,9)" >
<If Condition="not IsOnMap(140)">
<TeleportTo Name="Horizon" AetheryteId="17" />
</If>
<Grind grindRef="Gladiator_0_9" while="not HuntSubEntryCompleted(ClassJobType.Gladiator,9,1" />
</If>
</If>
</Order>
<GrindAreas>
<GrindArea name="Gladiatior_0_9">
<Hotspots>
<HotSpot Radius="100" XYZ="58.2441, 59.422, 1.68554" name = "Gladiator_0_9" />
</Hotspots>
<TargetMobs>
<TargetMob name="Dusty Mongrel" />
</TargetMobs>
<MinLevel>1</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
</GrindAreas>
</Profile>
Any help would be appreciated.
Thank you.