This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
共三个平台,其中带有.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 = 7FollowerEquipId
礼装Id,同样去atlasacademy找,比如9403520
对应的是迦勒底午茶时光
QuestCost
一次副本的体力消耗,填了可以更好的判断是否有剩余体力QuestId
副本Id,同样去atlasacademy找QuestPhase
第几阶段,一般副本打3次才算通关(没打完会有>
大于号),所以一般填3
- 比如
user.json
中,默认设置为TaskId
为4
的关卡是3ap的副本,我用来给大号刷友情点
- 比如
IsEvent
如果是活动关卡,填true
user.json
见https://github.com/hexstr/FGODailyBonusua.json
放一些user-agent
在里面,会随机选一个,不然会使用默认的
一些flags的说明
--count
战斗次数index
第几个账号开始读取limit_rec
限制回复苹果的使用次数proxy
和curl -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