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.
I'll have to wait til next book now, but I've never had problems with Ultima before. Will try to disable it when I get to next book tho and see what happens then post results. Sorry.
So it does still do some odd things with Kupo (stopped at mender - could be an Agil issue, and if I remember right some nav issues - prolly RB issue), but Ultima was much worse for some reason. Like I said though, Ultima (latest version) + Animus Plugin worked flawlessly up until last RB update. I guess it could be that Ultima just needs to be updated again though maybe. If it's not an issue with Animus sorry for bringing it up, but maybe now someone else won't if they read this.
I AnimusBook installation into the Plugins folder, I how to enable him?Please give me a instructions, thank you
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.
This will probably be one of the last things to work. Mastahq is working on getting the base components working first. Then he will eventually work on getting some of the memory addresses update for the book. Right now it will not work till that gets done.
Did some more debugging. Right now, the only problem with the mob killing I see if the following is return wrong information. Probably because it has not been updated in the tool yet. ZodiacManager.CurrentBook.KillTask1Completed. It continues to return false even after all 3 mobs are killed. I think once that is fixed, then the orderbot part will work find. Checking on the fates now.
Plugin is now fully working for Heavensword update. Books go so much faster now with 3 mobs to kill only... Updated download to 1.70.
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: View attachment 4780 2015-07-16 14.01.txt
I haven't tested this plugin at all, but this why RB stops according to your log: Code: [18:02:33.701 N] Stopping the bot. Reason:Profile Completed
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?
more than half the time this doesnt work. It will just run to the location of the mob and stop stating "Profile completed". Am I the only one getting this? Is there a way to force reset the plugin? I looked in the XML files but did not see anything that stood out.
So it took some time for me to figure out how to even start the plugin, but it teleported my character to Quarry mill and then stopped, could someone help me out? Here's my log. View attachment 44828 2015-07-21 15.40.txt Edit, I tried it again from a different location it just runs to the location and then stops and disables the bot. View attachment 44828 2015-07-21 15.40.txt
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