summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorEmistry <Equinox1991@gmail.com>2016-08-13 00:47:41 +0800
committerEmistry <Equinox1991@gmail.com>2016-08-13 00:47:41 +0800
commitb3df179f705b0a4fe99b0d6e81878251692843f1 (patch)
tree14f1b7ae76183cca9c29960f3c1f4c6db98f6815 /src/map/battle.c
parent11f49f71ba681d2d4190e4d2f329d6722273a8d8 (diff)
downloadhercules-b3df179f705b0a4fe99b0d6e81878251692843f1.tar.gz
hercules-b3df179f705b0a4fe99b0d6e81878251692843f1.tar.bz2
hercules-b3df179f705b0a4fe99b0d6e81878251692843f1.tar.xz
hercules-b3df179f705b0a4fe99b0d6e81878251692843f1.zip
Added atcommand config
Based on @Lemongrass3110's commit https://github.com/rathena/rathena/commit/9157318ee9939728b8d332a5668c13d4ad0a6f8b: Added a configuration to enable the atcommands baselevel and joblevel to trigger their respective npc events. This will help you guys with testing your custom scripts that are listening to OnPCBaseLvUpEvent or OnPCJobLvUpEvent. For safety reasons we only trigger the events on level increase.
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 79048457c..908f0364b 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -7248,6 +7248,7 @@ static const struct battle_data {
{ "max_body_style", &battle_config.max_body_style, 4, 0, SHRT_MAX, },
{ "save_body_style", &battle_config.save_body_style, 0, 0, 1, },
{ "player_warp_keep_direction", &battle_config.player_warp_keep_direction, 0, 0, 1, },
+ { "atcommand_levelup_events", &battle_config.atcommand_levelup_events, 0, 0, 1, },
};
#ifndef STATS_OPT_OUT
/**