-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: maclient_network.py
- Loading branch information
Showing
13 changed files
with
123 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,72 @@ | ||
[placeholder] | ||
|
||
[tasker] | ||
b = 'fairy_battle' | ||
f = 'set_card factor|factor_battle' | ||
e = 'e' | ||
|
||
[system] | ||
server =cn | ||
loglevel =2 | ||
taskname =b | ||
tasker_times =50 | ||
try_factor_times =20 | ||
factor_sleep =10 | ||
explore_sleep =2 | ||
fairy_battle_times =20 | ||
fairy_battle_sleep =0,4,6|4,7,4|7,8,2|8,11,2|11,14,1|14,16,2|16,19,0.8|19,21,1.5|21,24,2 | ||
fairy_battle_sleep_factor=1 | ||
delay =2 | ||
server = tw | ||
loglevel = 1 | ||
taskname = e | ||
tasker_times = 0 | ||
try_factor_times = 20 | ||
factor_sleep = 10 | ||
explore_sleep = 2 | ||
fairy_battle_times = 10 | ||
fairy_battle_sleep = 0,4,6|4,7,4|7,8,2|8,11,2|11,14,1|14,16,2|16,19,0.8|19,21,1.5|21,24,2 | ||
fairy_battle_sleep_factor = 0.8 | ||
delay = 1 | ||
display_ani = 0 | ||
user-agent = | ||
device_token = | ||
display_ani=1 | ||
save_traffic=0 | ||
auto_update=1 | ||
enable_plugin=1 | ||
device_token = huiHignkjiuhiuBiu98gUiGuiyuguYfgIUguIGIugugiUGuigYufuYfyuVyuYuyvYU= | ||
save_traffic = 0 | ||
auto_update = 1 | ||
enable_plugin = 1 | ||
|
||
[tactic] | ||
auto_explore =1 | ||
auto_green_tea =0 | ||
auto_red_tea =0 | ||
auto_red_tea_level =1 | ||
strict_bc =0 | ||
auto_sell_card =1 | ||
auto_fp_gacha =1 | ||
auto_build =1 | ||
auto_fairy_rewards =1 | ||
fp_gacha_bulk =1 | ||
sell_card_warning =1 | ||
fairy_final_kill_hp=30000 | ||
display_ani =1 | ||
del_friend_day =5 | ||
greet_words=你好! | ||
factor_getnew=1 | ||
auto_explore = 1 | ||
auto_green_tea = 0 | ||
auto_red_tea = 0 | ||
auto_red_tea_level = 1 | ||
strict_bc = 0 | ||
auto_sell_card = 1 | ||
auto_fp_gacha = 1 | ||
auto_build = 1 | ||
auto_fairy_rewards = 0 | ||
fp_gacha_bulk = 1 | ||
sell_card_warning = 1 | ||
del_friend_day = 5 | ||
fairy_final_kill_hp = 0 | ||
auto_greet = 1 | ||
greet_words = ¹þ¹þ¹þ | ||
factor_getnew = 1 | ||
|
||
[account_tw] | ||
username = | ||
password = | ||
userid = | ||
user_id = | ||
session = | ||
|
||
[carddeck] | ||
min = 124 | ||
factor = 124,89,8 | ||
|
||
[fairy] | ||
[account_cn] | ||
|
||
[account_cn2] | ||
username = | ||
password = | ||
userid = | ||
session = | ||
[account_cn] | ||
|
||
[account_cn3] | ||
username = | ||
password = | ||
userid = | ||
session = | ||
|
||
[account_cn] | ||
username = | ||
password = | ||
userid = | ||
session = | ||
[fairy] | ||
|
||
[carddeck]min = 124factor = 124,89,8 | ||
[condition] | ||
fairy_select =fairy.NOT_BATTLED | ||
explore_floor =floor.NOT_FINNISHED| | ||
fairy_select_carddeck =fairy.IS_WAKE and (fairy.IS_MINE and (fairy.TIME_LIMIT<1200 and 'full' or 'min') or 'min') or (BC>50 and (fairy.hp<100000 and 'fast' or 'min') or 'min') | ||
factor =star in [1,2] | ||
explore_area =area.NOT_FINNISHED and area.name in ['女神的到访','林荫道中漫步的静谧','更衣室','游泳池中的追逐','女舍外','校门口的约会','希望喷泉','蔚蓝的约定','校篮球馆']|area.NOT_FINNISHED and area.IS_EVENT | ||
select_card_to_sell =card.star in [1,2] and card.lv<=3 and not card.mid in [124,49,8] | ||
fairy_select = fairy.NOT_BATTLED | ||
explore_area = not FAIRY_ALIVE and area.NOT_FINNISHED and area.IS_EVENT | ||
explore_floor = not FAIRY_ALIVE and floor.NOT_FINNISHED | ||
fairy_select_carddeck = 'min' | ||
factor = deck_rank<=20 | ||
select_card_to_sell = card.star in [1,2] and card.lv<=3 and not card.mid in [124,49,8] | ||
factor_limit = BC>20 | ||
|
||
[record] | ||
last_set_card = | ||
last_set_bc = | ||
last_set_card = 0 | ||
last_set_bc = 0 | ||
|
||
[plugin] | ||
disabled = bgm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.