Thecamel
Community Developer
- Joined
- Aug 8, 2012
- Messages
- 2,036
Hi Guys this is the code:
Im using it to test grinding locations for my twinadder journal but it keeps saying my profile is complete... ?
the character im using is level 35.
Cheers.
Code:
<Profile>
<Name>Grind Pofile TESTING</Name>
<KillRadius>50</KillRadius>
<GrindAreas>
<GrindArea name="TWINADDER_1_0_1_0">>
<Hotspots>
<HotSpot Radius="80" XYZ="-154.1831, -31.11059, 320.073" name = "TWINADDER_1_0_1_0" />
</Hotspots>
<TargetMobs>
<TargetMob Id="247" />
</TargetMobs>
<MinLevel>1</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
</GrindAreas>
<Order>
<If Condition="Core.Player.ClassLevel < 35">
<If Condition="not IsOnMap(145)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />
</If>
<Grind grindRef="TWINADDER_1_0_1_0" while="Core.Player.ClassLevel < 51" />
</If>
</Order>
</Profile>
Im using it to test grinding locations for my twinadder journal but it keeps saying my profile is complete... ?
the character im using is level 35.
Cheers.