notoriousgtt
New Member
- Joined
- Oct 26, 2014
- Messages
- 62
I was trying to make a grind profile for the Plasmoid cave in Coerthas to do some spiritbonding.
As this is my first go at trying to make a profile can anyone point out where I have gone wrong in this code?
Many Thanks
As this is my first go at trying to make a profile can anyone point out where I have gone wrong in this code?
Code:
<Profile>
<Name>Coerthas - Spiritbond Plasmoid</Name>
<KillRadius>80</KillRadius>
<GrindAreas>
<GrindArea name="Coerthas_Central_Highlands5">
<Hotspots>
<Hotspot Radius="80" XYZ="-687.1429, 253.5835, 498.7798" name="Coerthas_Central_Highlands5" />
</Hotspots>
<TargetMobs>
<TargetMob name="Plasmoid" />
</TargetMobs>
<MinLevel>48</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
</GrindAreas>
</Order>
</Profile>
Many Thanks