• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Engage fate boss on FATE BOT OR EXFateBot

    Discussion in 'Rebornbuddy Forum' started by azertyjone, Dec 24, 2015.

    1. azertyjone

      azertyjone Member

      Joined:
      Jan 28, 2013
      Messages:
      66
      Likes Received:
      5
      Trophy Points:
      8
      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
       
    2. evilution

      evilution New Member

      Joined:
      Jan 5, 2015
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      1
      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.
       
    3. azertyjone

      azertyjone Member

      Joined:
      Jan 28, 2013
      Messages:
      66
      Likes Received:
      5
      Trophy Points:
      8
      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
       
    4. Nelanyth

      Nelanyth New Member

      Joined:
      Jan 6, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      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
       
      Last edited: Dec 29, 2015

    Share This Page