Skip to content
Alliumcepa Triplef edited this page Aug 31, 2014 · 10 revisions

Revision=2014.08.31

For English Users

运行相关

怎样在一个电脑上运行多个账号?

另存为配置文件,改帐密即可

为什么日服/韩服有些字是问号?

启动时勾选GUI中的终端模拟器,或者使用非windows系统

UnicodeError xxxxx

使用GUI的工具选项卡转换编码

提示“已经运行了一个MAClient”?

据说第一次都这样……重启一下?

提示 ImportError: Can't load frozen modules.

路径不要包含中文

手机挂着流量耗多少?

开启省流模式,100张卡一晚上10M左右;也可以考虑使用在线版

手机挂着挂着不动了

菜单中Take Wakelock,如果使用wifi再点Take Wifilock

配置相关

怎么不打某些妖精

筛选表达式结果为abort时即不打妖,如不打普妖$.IS_WAKE and 'min' or 'abort'

为什么一直滚床单

任务表达式存在死循环

为什么一直 自动选图www 却不跑图

地区筛选条件必须比秘境筛选条件宽,即秘境条件中的限制因素必须出现在地区条件中,否则将无限循环;如秘境条件包含not FAIRY_ALIVE,则地区条件必须包含not FAIRY_ALIVE

为什么无限打妖

无限打公会妖可能是因为启用了infinite_guild_fairy插件,可尝试禁用;什么妖都无限打,可能是选妖条件太松了,可在妖精选项卡下面增加 没打过的 ($.NOT_BATTLED)条件

怎样添加卡组?

自动配卡的最大“输出、CP和击败”分别是什么意思?在什么情况下用?

只有击败是和当前妖精有关,最大输出最大CP都是按照剩余BC选出最大输出/最大CP卡组(这里CP和一般计算不同,是atk×hp÷cost),都不考虑技能,但考虑倍卡。

需要最大收集效率时选最大CP

配卡失败时改成换成狼娘舔一次。

给我个配置完的文件行么

不行,没法做到所有人用一样的配置

技巧

手动砍妖

Select> 后输入fs 妖精表达式 deck:卡组名,如自动配卡砍自己的fs $.IS_MINE deck:auto_set()

测试自动配卡

Select> 后输入auto_set 条件,详见这里

输命令

进入游戏可以直接按回车,不用输1

中断当前运行的任务

任何时候你都可以按Ctrl+C来中断当前运行的任务,回到Select>界面

Running

How to run multiple accounts on single device?

Save config file using different filenames

Why some charaters in kr server and jp server are question mark?

Run maclient using NiceTerm in GUI; or using a *nix like system.

UnicodeError xxxxx

Use GUI -> Tools to convert file to UTF-8 encoding

Prompts “已经运行了一个MAClient”

Reboot?

Prompts ImportError: Can't load frozen modules.

Make sure path only contains ASCII characters.

What's the traffic if I use my phone to run maclient all night?

When "save traffic" is enabled and you've got 100 cards, there'll be 10MBytes for one night; you can also consider using Web version

The script stuck when I run it on my phone

Tick Take Wakelock,and also Take Wifilock if you're using wifi.

Configurations

Why the script never beat some fairies?

If the expression equals to 'abort', then this fairy won't be beaten. For exmaple, $.IS_WAKE and 'min' or 'abort' for no normal fairy.

Why it's always 滚床单?

There's some dead loop in your task expression.

Why it's always 自动选图www but not exploring?

The floor expression must be more strict then the area expression, that is to say, all the limitations in area expression must occur in floor expression. Or there'll be a dead loop.

Why does script beating the same fairy all the time?

The infinite_guild_fairy plugin can cause the script continously beat a guild fairy. Or there must be something wrong in your fairy expression. Try add a and $.NOT_BATTLED

How to add carddeck?

What's the meaning of “输出、CP和击败” in auto_set feature? When should I use them?

Only 击败 comes with the property of current fairy,最大输出 and 最大CP is calculated using left BC (CP = atk × hp ÷ cost) .No skills are taken into consideration. But we've got atk amplify property.

Use 最大CP if you're attending an collection rank.

If auto_set failed, the Second - Bisclavret (124) will be used.

Can you give me a full-configured file?

Noooooooooooooooooooooo. Anyone has a different situation.

Tips

Mannually kill an fairy

When Select> appears, input fs FAIRY_EXPRESSION deck:DECK_NAME,input fs $.IS_MINE deck:auto_set() if you want to use auto_set feature in the same time.

Testing auto_set

When Select> appears, input auto_set EXPRESSION,refer to here

Run the script

Hit ENTER key to enter the game, you do not need to input 1 and then ENTER

Interrupt current process

You can use CTRL + C combo key to break back to Select> prompt.

Clone this wiki locally