diff options
Diffstat (limited to 'conf/battle/player.conf')
-rw-r--r-- | conf/battle/player.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index 5e6c9afda..03d51bbaf 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -164,4 +164,4 @@ snovice_call_type: 0 // Please note that at least 1 option has to be enabled. // Be mindful that the more options used, the easier it becomes to cheat features that rely on idletime (e.g. checkidle()). // Default: walk ( 0x1 ) + useskilltoid ( 0x2 ) + useskilltopos ( 0x4 ) + useitem ( 0x8 ) + attack ( 0x10 ) = 0x25 -idletime_criteria: 0x25 +idletime_criteria: 0x1F |