Veigue
Member
- Joined
- Jun 24, 2013
- Messages
- 69
Hello,
I created this very very basic grinding profile (used with orderbot), char goes to the location, targets mob and everything but doesnt switch job to GS number 4.
Is there something wrong in the profile or a plugin that would not let this happen?
Here is the profile
<Profile>
<Name>Plasmoid Grinding</Name>
<KillRadius>80</KillRadius>
<!--User Configuration-->
<CodeChunks>
<CodeChunk Name="Bard">
<![CDATA[ff14bot.Managers.ChatManager.SendChat("/gs change 4");]]>
</CodeChunk>
</CodeChunks>
<!--End User Configuration-->
<GrindAreas>
<GrindArea name="Coerthas Central Highlands">
<Hotspots>
<Hotspot Radius="80" X="-694.4224" Y="253.8849" Z="507.1119" name="Coerthas" />
</Hotspots>
<TargetMobs>
<TargetMob id="46" />
</TargetMobs>
<MinLevel>0</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
</GrindAreas>
<Order>
<If Condition="not IsOnMap(155)">
<TeleportTo Name="Camp Dragonhead" AetheryteId="23" />
</If>
<Grind grindRef="Coerthas Central Highlands" while="Core.Player.ClassLevel < 52" />
</Order>
</Profile>
Thank you very much for your precious time!
I created this very very basic grinding profile (used with orderbot), char goes to the location, targets mob and everything but doesnt switch job to GS number 4.
Is there something wrong in the profile or a plugin that would not let this happen?
Here is the profile
<Profile>
<Name>Plasmoid Grinding</Name>
<KillRadius>80</KillRadius>
<!--User Configuration-->
<CodeChunks>
<CodeChunk Name="Bard">
<![CDATA[ff14bot.Managers.ChatManager.SendChat("/gs change 4");]]>
</CodeChunk>
</CodeChunks>
<!--End User Configuration-->
<GrindAreas>
<GrindArea name="Coerthas Central Highlands">
<Hotspots>
<Hotspot Radius="80" X="-694.4224" Y="253.8849" Z="507.1119" name="Coerthas" />
</Hotspots>
<TargetMobs>
<TargetMob id="46" />
</TargetMobs>
<MinLevel>0</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
</GrindAreas>
<Order>
<If Condition="not IsOnMap(155)">
<TeleportTo Name="Camp Dragonhead" AetheryteId="23" />
</If>
<Grind grindRef="Coerthas Central Highlands" while="Core.Player.ClassLevel < 52" />
</Order>
</Profile>
Thank you very much for your precious time!