Skip to content

Commit ae3abe8

Browse files
committed
update
1 parent 41ef174 commit ae3abe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

script.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4908,7 +4908,7 @@ Channel="helllua"
49084908
Enabled = true
49094909
Hour = 0
49104910
Minute = 0
4911-
Second = 4
4911+
Second = 4.0
49124912
Send = ""
49134913
Script = "on_steptimeout"
49144914
AtTime = false
@@ -4927,7 +4927,7 @@ Channel="helllua"
49274927
Enabled = true
49284928
Hour = 0
49294929
Minute = 0
4930-
Second = 1
4930+
Second = 0.1
49314931
Send = ""
49324932
Script = "do_send_queue"
49334933
AtTime = false

script/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ maxstep=15
4242
stepmaxstep=8
4343
--多步搜索的最大步数,0为不多步
4444

45-
walkecho=true
45+
walkecho=fale
4646
--是否回显命令
4747

4848
mudsettings="set no_more;unset prompt;set auto_drinkout;set combatd self;set auto_regenerate;set wimpy 25;unset map_prompt"

0 commit comments

Comments
 (0)