Any news on updating this after the reborn buddy update? It seems like the OnStopEvent isn't working properly.
Updated
Any news on updating this after the reborn buddy update? It seems like the OnStopEvent isn't working properly.
It should be fixed with changing line 21 to the below:
<NoCombatMoveTo Name="4th Cohort Laquearus" XYZ="-565.5568, 53.31147, -743.2831"/>
Any idea on why it's doing this?
[19:06:28.408 N] [Ultima] Ability: Fists of Earth
[19:06:28.709 D] Teleporting to little ala mhigo
[19:06:43.750 D] DoAction Spell 60 0x1005579E
[19:06:43.752 N] [Ultima] Ability: Fists of Earth
[19:06:44.042 D] Teleporting to little ala mhigo
[19:06:59.095 D] DoAction Spell 60 0x1005579E
[19:06:59.096 N] [Ultima] Ability: Fists of Earth
[19:06:59.396 D] Teleporting to little ala mhigo
It bounces between Fists of Fire and Fists of Earth, but never teleports. It worked for a set or two of enemies and then started doing this. Does it even after closing and reopening RB.
I'm on the latest Plugin Version and it only started doing this after RB updated. I swear his RB updates keep breaking your guys' amazing plugins that worked flawlessly before, it's so annoying.
Strange. If you disable Ultima does it happen? Just trying to narrow down here.
Strange. If you disable Ultima does it happen? Just trying to narrow down here.
Now that Nav is back up, I still can't get it working. With Ultima (fully updated) it just stays in E Shroud killing endlessly, but with Kupo it just teleports from E Shroud to Coerthas Highlands and gets stuck. Also, I believe it changed from 10 mobs each to 3 mobs each and I'm not sure how to adjust the number of required kills. I'm on Book of Skywind I btw.
I haven't tested this plugin at all, but this why RB stops according to your log:I am on Skywind 1 and the the bot gets to Western La goes to the Sahagin location and just stops. Rebornbuddy just stops. Here is the log:
[18:02:33.701 N] Stopping the bot. Reason:Profile Completed
My apologies, but again, I'm unfamiliar with this plugin, so someone else will have to chime in.Hah, thats weird, according to this book I am clearly not done with it =| . Maybe cause I did this book on a prior weapon already? How would I "reset" it?
<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>
<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>