There is a way of making gets out of it that the percentage of engage fate boss applies to all the fate! But not that on the boss! Because I want that he goes where there is a lot of people! Il y a une façon, de faire en sort que le pourcentage de démarrage du FATE BOSS s'applique à tous les FATE! Mais pas que sur le BOSS! Parce que je veux qu'il aille là où y a déjà du monde! Thanks
Edit ExFateBot.cs Find the private bool ShouldSelectFate(FateData fatedata) method. Add to the top. Code: // i only want to do fates that are in progress. if (fatedata.Progress < instance.BossPercentRequired) { if (FatebotSettings.Instance.VerboseLogging) { Logging.WriteVerbose(Colors.DarkMagenta, "[MOD] {0} - fate.Progress < settings.BossPercentRequired (Only joining fates in progress)", fatedata.Name); } return false; } This is what I did since grinding higher level fates on under geared alt's solo is not very productive.
I tried the code but that did not work, she contained an error! But bitchy girl to you, I knew where look! And I was able to copied out a code which already existed in the file ExFateBot. For those who want I let the file modify! To put in the folder ExFateBot and replaced the former of the Bot base. She is going to work on fate with yours parameters of percentage of Engage Boss Fate. If it is at 0, then she will go on all the fate! Do it in the evening when there is not too many people! And thought of deactivating BOSS in Fate Type. View attachment ExFateBot.cs
How did you get it to work? When i change the code it doen'st pick up the bot base? Warm regards, nvm i figured it out