Wasn't aware of anyone using it so when I created rb64 I never bothered to port it over. New version coming in a few minutes that readds the ZodiacManager
5.15 for CN Server is going to online after few hours downloader link:http://ff14.clientdown.sdo.com/5.15/FFXIV_Setup_2020.03.18.exe
Thanks for the report, I see what the issue is but itll wont be a easy fix. Its broken on the global servers as well.
Hi,I am working on develop some order bots by myself. I am now wondering, how to turn in the collectables to shops, which tag should I use? And how to get the numbers of yellow and white scripts? And how to buy items from the shops? Thank you.
New version fixes blacklisting players who attempt to trade with the player. Best thing would be to look at how other profiles handle it. You can find some profiles here https://github.com/sodimm/RebornBuddy https://github.com/y2krazy/Rebornbuddy-Profiles You'll need exbuddy which is not officially supported, there are several versions of it floating around. One such version is found here https://github.com/Entrax643/ExBuddy
Hello When I use XML to crafting ,after a while, it will go wrong. After version 381,This issue will be find in all version. I have upload the issue and XML and logs ,thank you.
You'll need to examine those repositories for examples on how to do such things or examine the exbuddy code for how it is constructed, then construct the profiles that way. Thank you for providing this log and profile! I was unable to reproduce the issue locally after letting it run for quite some time. After examiing the log I see Code: [11:40:26.070 D] AgentRecipeNote is null I added this debug line a few versions back to help diagnose this issue, this should never happen during regular operation which leads me to believe that a plugin might be causing it. I have attached a new version of rb to this post that only adds additional logging, can you please try extracting this to a clean folder, and don't add any plugins/botbases and see if the issue still occurs and if it does upload the log. If the issue does not occur, can you try adding the plugins/botbases one at a time until it does happen then we can figure out why the plugin/botbase is causing that to happen.
I will try now. And I saw you reply to "381 only changed gatheringwindow logic". Could this be the reason?
Unlikely, I wasn't aware the issue occured at low frame rates, i was able to replicate it once just now. It looks like it might be a timing issue, thinking on how best to solve it as ideally this check would be based on framerate, unsure of how easy itll be to get that data.
No trouble! Thanks to your hint I've figured out what the issue is. I've created a patch but its early morning here for me so I don't want to push it out and then go to sleep when there could be issues. I'll push a new version in a few hours when I get up.