diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-15 21:04:05 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-15 21:04:05 +0000 |
commit | a0ee0b2d45b3db45f932f2abefd6d4c56018660b (patch) | |
tree | 96507e3745c7604d04037d8b2ac588800fd1184f /src/map/battle.h | |
parent | 8f4bff4143898963b1210ffa2d3300020df04c4e (diff) | |
download | hercules-a0ee0b2d45b3db45f932f2abefd6d4c56018660b.tar.gz hercules-a0ee0b2d45b3db45f932f2abefd6d4c56018660b.tar.bz2 hercules-a0ee0b2d45b3db45f932f2abefd6d4c56018660b.tar.xz hercules-a0ee0b2d45b3db45f932f2abefd6d4c56018660b.zip |
- Added battle config option pk_level_range for specifying valid level ranges to engage in PK
- Added battle config allow_es_magic_player to enable SL_S* skills to work on non-mobs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5290 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index ba631bdca..92828223e 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -303,6 +303,8 @@ extern struct Battle_Config { unsigned short multi_level_up;
unsigned short max_exp_gain_rate; //Max amount of exp bar % you can get in one go.
unsigned short pk_mode;
+ unsigned short pk_level_range;
+
unsigned short manner_system;
unsigned short show_mob_hp; // end additions [Valaris]
@@ -415,6 +417,7 @@ extern struct Battle_Config { unsigned short skip_teleport_lv1_menu; // possibility to disable (skip) Teleport Lv1 menu, that have only two lines `Random` and `Cancel` [LuzZza]
unsigned short allow_skill_without_day; // [Komurka]
+ unsigned short allow_es_magic_pc; // [Skotlex]
unsigned short skill_wall_check; // [Skotlex]
unsigned short cell_stack_limit; // [Skotlex]
unsigned short skill_caster_check; // [Skotlex]
|