What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Animus Book Plugin - BETA

nishalp

Member
Joined
Sep 13, 2014
Messages
177
Animus Book Plugin

This plugin will go and kill all the 3 mobs and then complete the 3 fates for each book. It pops the fates if the NPC's are around. It also kills any pre-req fate such as the ones for Breaching North and South Tidegates. It will first wait for Gauging fate.

To use the plugin, just set the bot to Orderbot or Fatebot and enable the plugin on the plugin tab. When you start the bot, it will find the book and start working.

Plugin Download -

View attachment AnimusBookHS171.zip

You can also download from a SVN repo. Checkout from the following URL: https://svn.riouxsvn.com/animusbook/trunk

7/26/2015 - 1.71 Heavensword
1. Updated the Level to 60 for profiles.
2. Fixed issue in XML in profile.

Known Issue - Some Fates are not auto starting. Looking into the problem.

Previous Changes
[HIDE]
6/30/2015 - 1.70 Heavensword
1. Updated plugin to work for mob sets after update.
2. Removed a extra sleep statement when changing profiles
3. Removed dismount chocobo when teleporting since you can port while mounted now.

6/29/2015 - 1.62 Heavensword BETA
1. Temporarily stopped plugin from killing mobs in book until tool is updated.
2. Currently the plugin only takes care of the fates for you.

6/13/2015 - 1.61
1. Updated TreeRoot to use new method and gentle options.
2. Fixed some profile problems.

6/05/2015 - 1.60
1. Clean up on some code around mounting chocobo and logging.
2. Included Latest versions of the profiles from Keebler.

4/25/2015 - 1.58
1. Updated to use BotPlugin instead of IBotPlugin based on RB changes.
2. Changed ChangeBot function to use OnStart and OnStop Events for TreeRoot.

4/25/2015 - 1.56
1. General cleanup when book is complete.
2. Set back to Order Bot when complete and load blank profile.

4/25/2015 - 1.55
1. If you come in towards the end of a required fate and don't get credit, will reset and wait again for the fate.

4/23/2015 - 1.54
1. First completes "Gauging South Tidegate" and "Gauging North Tidegate" fates before completing "Breaching South Tidegate" and "Breaching North Tidegate" as the pre-requisite fates.

4/22/2015 - 1.53
1. Enemy of My Enemy is now using standard Fate Bot since update. Removed overrides.
2. If you are dead or reviving or teleport, then reset internal globals so that it continues again instead of waiting idle.
3. In Fate Check has been removed from the busy check routine to allow the bot to continue if you happen to start plugin while standing in a active fate within your current job level (without level synch)

4/20/2015 - 1.52
1. Fixed issue with "Breaching North Tidegate" Fate having a invalid character in location causing a crash on SkyFall II Book

4/19/2015 - 1.51
1. Talk to NPC to pop the following fates if they are up and not running (Schism, The Ceruleum Road)

4/18/2015 - 1.5
1. Fixed issue with Fates being out of order for SkyFire II Book.
2. For Fate "The Enmity of My Enemy", check if NPC to pop pre-req fate "The Enemy of My Enemy" is there. Pop and kill pre-req fate then move on to main fate.

4/15/2015 - 1.42
1. If you are on Isle of Umbra for a fate, it will not try to run to the main city if you start and stop the bot.

4/15/2015 - 1.41
1. Fixed Case issue in spelling of Make It Rain fate preventing it from starting the fate.[/HIDE]

What is pending:
1. Possibly complete Levequests.
2. See if can skips mobs that related to the order profile.

Known Issues:
1. If a fate on your book is blacklisted, it will not move forward. Remove the fate from blacklist."
 
Last edited:
I am running the plugin with the Skyfire I book and so far it is working really well! I expect there can be some optimization for the profiles so if anyone has any additional XYZ coords that would help the profiles I am happy to update them. Thanks for the great work nishalp!

EDIT: Navigation issues in Castrum Centri in Mor Dhona caused the bot to run back and forth. I submitted the log in the Navigation thread so hopefully that will get resolved. Would a short term fix of running the Mor Dhona 5th Cohort profiles last be possible? At least then if it locks it would not break the continuity of the plugin.
 
Last edited:
with the new bot update the plugin probably will work better in the future as it wont need to check for the chat
 
I am running the plugin with the Skyfire I book and so far it is working really well! I expect there can be some optimization for the profiles so if anyone has any additional XYZ coords that would help the profiles I am happy to update them. Thanks for the great work nishalp!

EDIT: Navigation issues in Castrum Centri in Mor Dhona caused the bot to run back and forth. I submitted the log in the Navigation thread so hopefully that will get resolved. Would a short term fix of running the Mor Dhona 5th Cohort profiles last be possible? At least then if it locks it would not break the continuity of the plugin.

Yeah, I noticed this. I can change the order for sure. The other thing is the profile for Mor Dhona can always port even if your in the zone. In fact it might be faster since your running to the other end of the zone. Let me know which route you prefer.
 
netherfall 1 does not seem to work my toon keeps farming wolfs

If your still having this problem, post your log up and can look at it. I ran a full book last night and only problem was the navigation issues in Mor Dhona. Will keep a eye out also.
 
with the new bot update the plugin probably will work better in the future as it wont need to check for the chat

Nice. Let me look at updating based on his new API's. This will make it much easier also to resume in the event you cancel or split up the runs.
 
Nice. Let me look at updating based on his new API's. This will make it much easier also to resume in the event you cancel or split up the runs.

Yes. Please use the api as currently what you've got wont work for people running the game in any language other the english.
 
Need everyone help. Since you can only have 1 book at a time, I need to get the id's for the books. I could not get it on xivdb. Unless you happen to know Mastahg. If everyone can run the following in the reborn console and then paste the contents plus the name of the book they have open. I need to get the ID's for each book. I will keep the main post updated with the running list of what we get so we know what is pending. I have Skywind II already.

BookData book = ZodiacManager.CurrentBook;
Log ("Bookid - " + book.BookId);
 
Last edited:
Need everyone help. Since you can only have 1 book at a time, I need to get the id's for the books. I could not get it on xivdb. Unless you happen to know Mastahg. If everyone can run the following in the reborn console and then paste the contents plus the name of the book they have open. I need to get the ID's for each book. I will keep the main post updated with the running list of what we get so we know what is pending. I have Skywind II already.

BookData book = ZodiacManager.CurrentBook;
Log ("Bookid - " + book.BookId);

Hello! I currently have a completed Netherfall I sitting in my inventory and would be happy to help, but I am a new user and don't know how to enter those commands into any console? I looked around the program interface briefly, cannot seem to find an input for a console.
 
Hello! I currently have a completed Netherfall I sitting in my inventory and would be happy to help, but I am a new user and don't know how to enter those commands into any console? I looked around the program interface briefly, cannot seem to find an input for a console.

Ah I figured it out, plugin. Anyway:

Netherfall I
Bookid - 6
 
Thanks for all the data so far. There is some other data I need. I will get as I go along on my books but if you have the books it would help alot.

In the Enemies - I need to know the zone and the mob to kill for each book in the order below from the image Grimm posted.

174440d1428423097-animus-book-mob-farm-netherfall-jpg


Also I need the Fates from left to right.

If I can get those for each book and I start posting the tool with the completed books to take care of the fates once I figure this one other problem that might be with the tool.
 
Last edited:
its working great for me, but finishing the 10 mobs it keep farming same mobs, do i have to change the profile after each 10? or i'm doing something wrong
 
Back
Top