Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
/ FateBot Public archive

240113

Latest
Compare
Choose a tag to compare
@hexstr hexstr released this 13 Jan 13:50
· 1 commit to master since this release

共三个平台,其中带有.sym后缀的文件为未剥离符号

配置文件在config文件夹中,和本体FateBot放在同一个文件夹下

  • cfg.json 不用管
  • task.json 要自己配置,数据可以去https://apps.atlasacademy.io/db/JP/wars找
    • TaskId 需要自己写,唯一值
    • FollowerId 看你要不要指定一个好友,要填写Id
    • FollowerType 1 - 好友 2 - 非好友
    • FollowerClassId All = 0; Saber = 1; Archer = 2; Lancer = 3; Rider = 4; Caster = 5 Assassin = 6; Berserker = 7
    • FollowerEquipId 礼装Id,同样去atlasacademy找,比如9403520对应的是迦勒底午茶时光
    • QuestCost 一次副本的体力消耗,填了可以更好的判断是否有剩余体力
    • QuestId 副本Id,同样去atlasacademy找
    • QuestPhase 第几阶段,一般副本打3次才算通关(没打完会有>大于号),所以一般填3
      • 比如user.json中,默认设置为TaskId4的关卡是3ap的副本,我用来给大号刷友情点
    • IsEvent 如果是活动关卡,填true
  • user.jsonhttps://github.com/hexstr/FGODailyBonus
  • ua.json 放一些user-agent在里面,会随机选一个,不然会使用默认的

一些flags的说明

  • --count 战斗次数
  • index 第几个账号开始读取
  • limit_rec 限制回复苹果的使用次数
  • proxycurl -x一样,设置代理,比如FateBot --proxy http://127.0.0.1:8080
  • enable_check_shop 帮你买呼符的,不过要配合mstShop文件使用
  • enable_force_battle 强制战斗,一般配合limit_rec使用
  • enable_force_update 强制检查是否有数据更新
  • enable_gacha 自动抽友情池,抽满了就自动搓丸子
  • donot_exchange 不要自动使用每天的材料交换券,不加上这个flag的话,会帮你选第一个材料

一般在服务器上挂两个crontab任务就行

10 * * * * cd /root/fgo/ && ./FateBot --enable_force_update > /tmp/FateBot-`date +\%Y-\%m-\%d--\%H-\%M`.log 2>&1
30 10 * * * rm /tmp/FateBot*.log