mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 10:59:24 +08:00
add: operate cracker without pause
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
POST http://{{Host}}:{{Port}}/disable_all
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/disable_all_without_pause
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/enable_hooked_lua_function_trace
|
||||
|
||||
@@ -44,9 +47,15 @@ POST http://{{Host}}:{{Port}}/update_global_ship_properties
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/enable_fast_stage_move
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/enable_fast_stage_move_without_pause
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/disable_fast_stage_move
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/disable_fast_stage_move_without_pause
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/enable_remove_hard_mode_ship_properties_limit
|
||||
|
||||
@@ -145,12 +154,21 @@ POST http://{{Host}}:{{Port}}/disable_monster_kill_self
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/enable_skip_battle_celebrate
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/enable_skip_battle_celebrate_without_pause
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/disable_skip_battle_celebrate
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/disable_skip_battle_celebrate_without_pause
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/enable_better_global_speedup
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/enable_better_global_speedup_without_pause
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/update_better_global_speedup_rate
|
||||
|
||||
@@ -158,9 +176,19 @@ POST http://{{Host}}:{{Port}}/update_better_global_speedup_rate
|
||||
"rate": 5.0
|
||||
}
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/update_better_global_speedup_rate_without_pause
|
||||
|
||||
{
|
||||
"rate": 5.0
|
||||
}
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/disable_better_global_speedup
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/disable_better_global_speedup_without_pause
|
||||
|
||||
###
|
||||
POST http://{{Host}}:{{Port}}/enable_no_damage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user