Sorry guys, I have been out for some time. I will update the profiles and upload again. Thanks for finding the problem here. Wasnt sure if anyone was using this with the new weapons out that are better.
At first it doesn´t work for my 55 Paladin.
Loading profile and stoped work every Time. So i tested a little bit and had to change some Profiles.
Code:<Profile> <Name>Book of Skyfall I - Giant Reader</Name> <KillRadius>500</KillRadius> <GrindAreas> <GrindArea name="Giant Reader"> <Hotspots> <Hotspot Radius="500" XYZ="-447.4441, 250.7562, 306.9407" name="Giant Reader" /> </Hotspots> <TargetMobs> <TargetMob id="787" /> </TargetMobs> <MinLevel>1</MinLevel> <MaxLevel>50</MaxLevel> </GrindArea> </GrindAreas> <Order> <If Condition="not IsOnMap(155)"> <TeleportTo Name="Camp Dragonhead" AetheryteId="23" /> </If> <NoCombatMoveTo Name="Giant Reader" XYZ="-447.4441, 250.7562, 306.9407"/> [B]<Grind grindRef="Giant Reader" while="Core.Player.ClassLevel < 61" />[/B] </Order> </Profile>
Normally there was 51 i changed it to 61 and bot/plugin work fine. I had done it in all Profiles.
Another Change was a profile for U'Ghamaro Quarryman. There was a problem with coordinates.
Changed it to
Code:<Profile> <Name>Book of Skyfall I - U'Ghamaro Quarryman</Name> <KillRadius>500</KillRadius> <GrindAreas> <GrindArea name="U'Ghamaro Quarryman"> <Hotspots> <Hotspot Radius="500" XYZ="84.40268, 24.1178, -677.417" name="U'Ghamaro Quarryman" /> </Hotspots> <TargetMobs> <TargetMob id="1833" /> </TargetMobs> <MinLevel>1</MinLevel> <MaxLevel>50</MaxLevel> </GrindArea> </GrindAreas> <Order> <If Condition="not IsOnMap(180)"> <TeleportTo Name="Camp Overlook" AetheryteId="16" /> </If> <NoCombatMoveTo Name="U'Ghamaro Quarryman" XYZ="84.40268, 24.1178, -677.417"/> <Grind grindRef="U'Ghamaro Quarryman" while="Core.Player.ClassLevel < 61" /> </Order> </Profile>
Hope this can help you.
Greatigngs