diff options
author | Haru <haru@dotalux.com> | 2016-08-14 17:57:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-14 17:57:35 +0200 |
commit | a737812d7ceadb8ee02dae88131b968f459c0fe3 (patch) | |
tree | 6ca3bf5dd7272a54843962b8ed6c9b81fd8338f5 /conf | |
parent | 4693faa69c40fb3f202351558ed5fce2866496ae (diff) | |
parent | b3df179f705b0a4fe99b0d6e81878251692843f1 (diff) | |
download | hercules-a737812d7ceadb8ee02dae88131b968f459c0fe3.tar.gz hercules-a737812d7ceadb8ee02dae88131b968f459c0fe3.tar.bz2 hercules-a737812d7ceadb8ee02dae88131b968f459c0fe3.tar.xz hercules-a737812d7ceadb8ee02dae88131b968f459c0fe3.zip |
Merge pull request #1396 from Emistry/on_pc_event
Enable @b/joblvl trigger OnPCLvUpEvent
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/gm.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/battle/gm.conf b/conf/battle/gm.conf index 83882ae1c..dc70bc6ca 100644 --- a/conf/battle/gm.conf +++ b/conf/battle/gm.conf @@ -35,3 +35,8 @@ atcommand_mobinfo_type: 0 // Set the minimum group id to ignore invalid cells when warping. // Default group is 2. Use 100 to disable this setting. gm_ignore_warpable_area: 2 + +// Should atcommands trigger level up events for NPCs? (Note 1) +// This option is for @baselevelup and @joblevelup +// Default: no +atcommand_levelup_events: no |