<Profile Name="Grind Template" Author="EchoTiger" Version="1">
<Grind Condition="true" >
<CreatureIds>1, 2, 3, 4</CreatureIds>
<Repair PreferClosest="true" >
<RepairNPCs>
<RepairNPC Name="Name Of NPC" CreatureId="ID Of NPC" X="..." Y="..." Z="..." MapId="..." ExileFaction="true" />
</RepairNPCs>
<Repair>
<Vendor>
<Vendors>
<VendorNPC Name="Name Of NPC" CreatureId="ID Of NPC" X="..." Y="..." Z="..." MapId="..." ExileFaction="true" />
</Vendors>
</Vendor>
<GrindArea>
<Hotspot X="..." Y="..." Z="..." Timeout="750" Range="200" />
</GrindArea>
</Grind>
</Profile>
There's the Cheat Sheet on the Developer Forum, but it hasn't been updated in ages.Is there a complete loadable sample profile/xml that could be posted? I understand what's going on in the wrapper above, but I'm enough of a newbie to understand what other calls are needed in a complete file. Or if this is similar to other bot profiles, a sample from another game is fine too.
Just trying to wrap my head around this at the moment.
Tha