diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2015-01-23 00:33:00 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2015-01-23 02:00:50 -0800 |
commit | 3667a349be34c3d7bc47c61c2384fe7a4568979c (patch) | |
tree | b0b4d70fda47f6fb7f07e65be8c6175a69d518be /world/map/conf/battle_athena.conf | |
parent | 1249c6845e4839acfc3b990d7692e081f471497b (diff) | |
download | serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.tar.gz serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.tar.bz2 serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.tar.xz serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.zip |
Update conf for tmwa 15.1.23
Diffstat (limited to 'world/map/conf/battle_athena.conf')
-rw-r--r-- | world/map/conf/battle_athena.conf | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/world/map/conf/battle_athena.conf b/world/map/conf/battle_athena.conf index 8288601d..6e80b1e7 100644 --- a/world/map/conf/battle_athena.conf +++ b/world/map/conf/battle_athena.conf @@ -99,8 +99,8 @@ monster_max_aspd: 199 // set to 'Yes', Normal players (gm level 0) can never use a GM command even if you set the command level to 0. atcommand_gm_only: no -// [GM] Can equip anything? (No or minimum GM level, can cause client errors.) -gm_all_equipment: no +// [GM] Can equip anything? (0 to disable, or minimum GM level, can cause client errors.) +gm_all_equipment: 0 // Should GMs be given a hashed IP instead of the real one? mask_ip_gms: 1 @@ -131,9 +131,6 @@ natural_healhp_interval: 6000 // The time interval for SP to restore naturally. (in milliseconds) natural_healsp_interval: 8000 -// Automatic healing skill's time interval. (in milliseconds) -natural_heal_skill_interval: 10000 - // The maximum weight for a character to carry when the character stops healing naturally. (in %) natural_heal_weight_rate: 50 @@ -211,12 +208,6 @@ prevent_logout: yes // If skill fails by delay, should it display or not. (Note 1) display_delay_skill_fail: yes -// Is a monster summoned via dead branch aggresive? (Note 1) -dead_branch_active: yes - -// If someone loots, show name in party? (Note 1) -show_steal_in_same_party: no - // How to count the number of the enemies who do an agi penalty... // 1 or less: It is a count altogether. // 2: Full evasion exclusion |