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

[Slavebot9001] A Retainer Tool

Just found out while leveling a lowbie that the error only happens when the flight plugin is enabled... odd. When it's not enabled Retbot works fine for turning Zekken back on.

I am interested to see the log on this one.. Hopefully there will be hints to why this isn't working properly.
 
will this cause conflict and make the bot stuck while using gathering profile like Entrax or Master9000? like it could possible get stuck in middle of flying, gathering a node?
 
If you check the patch notes it says it waits for gathering, but I think you would need an option to blacklist some hours or you could have problems with the 2m nodes.
 
will this cause conflict and make the bot stuck while using gathering profile like Entrax or Master9000? like it could possible get stuck in middle of flying, gathering a node?
There shouldn't be any issues with those profiles, but the statement below is correct.

If you check the patch notes it says it waits for gathering, but I think you would need an option to blacklist some hours or you could have problems with the 2m nodes.
My suggestion would be since most ventures are ~1 hour to try and line up your ventures to in-between 6-8ET and it'd stay in that window for re-sending them out for several hours in real time, since the built in wait time for those profiles in @ 7AM/PM.
 
may i ask is there any way that we can change from mor dhona to somwhere else like limsa? thank you
 
may i ask is there any way that we can change from mor dhona to somwhere else like limsa? thank you
I believe it is hard-coded to Mor Dhona atm. Options will be added in the future, iirc.
 
Is it possible to add option to not run back to initial location and have current profile start from the start at the current location?
 
true, with the current profile, the bot will get stuck a lot on their way back to initial spot, especially in with 3.0 maps, even when I do fate bot in N.T, it also stuck somehow because the plugin doesn't get reactivate
 
Is it possible to add option to not run back to initial location and have current profile start from the start at the current location?
true, with the current profile, the bot will get stuck a lot on their way back to initial spot, especially in with 3.0 maps, even when I do fate bot in N.T, it also stuck somehow because the plugin doesn't get reactivate

Ah, I understand, if you'd like to change that one, I added a line of code to do just that, just in case. :D

Line 268 currently reads:

Code:
                if (BotManager.Current.EnglishName != "Fate Bot")

If you change that to something similar to
Code:
                if (BotManager.Current.EnglishName != "Fate Bot") || (BotManager.Current.EnglishName != "Order Bot")

or just remove that section entirely, it'll allow the botbase to take over as soon as the loading screen goes, like it does currently with FATEbot.

Hopefully that answers your question!

That was a request made on the last page, and a toggle I plan on implementing in the a future release. Please see my above quote for instructions!

Thank you!
 
So I installed the plugin and set it up correctly or least I think I did. I enabled it and then started the bot up. It went to mor dhona and set all my retainers out on ventures. This looked promising at this point but the problem i saw is that it disabled all plugins like enableflight but never re-enabled them after sending the retainers out on ventures. My bot should of went out to gather after sending the retainers out but instead is just standing in mor dhona. As far as the log goes. It saids in the log that ***** is taking control, then it suspended the plugins, and then ported to mor dhona to send out the retainers. After it did that that's where the log stopped. There are no error messages or anything afterwards.
 
Newb23 (the author) has requested that this thread be archived, since the plugin is no longer supported.

chinajade
 
Back
Top