diff options
author | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-21 14:00:23 +0000 |
---|---|---|
committer | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-21 14:00:23 +0000 |
commit | 7475d4859a56a988fc36372a277c0c007d0123a5 (patch) | |
tree | 34cab3771144109052aeb96ed6c64779d354663b /conf | |
parent | 8877d3c6dcd9dbd203fd72924b60f3dcf448e5e9 (diff) | |
download | hercules-7475d4859a56a988fc36372a277c0c007d0123a5.tar.gz hercules-7475d4859a56a988fc36372a277c0c007d0123a5.tar.bz2 hercules-7475d4859a56a988fc36372a277c0c007d0123a5.tar.xz hercules-7475d4859a56a988fc36372a277c0c007d0123a5.zip |
Added mvp tomb system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15908 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/monster.conf | 4 | ||||
-rw-r--r-- | conf/msg_athena.conf | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/conf/battle/monster.conf b/conf/battle/monster.conf index 779a69f43..4d9014c91 100644 --- a/conf/battle/monster.conf +++ b/conf/battle/monster.conf @@ -197,3 +197,7 @@ ksprotection: 0 // Should MVP slaves retain their target when summoned back to their master? mob_slave_keep_target: yes + +// Wheter or not to spawn the mvp tomb. +// See http://irowiki.org/wiki/MVP#Gravestone +mvp_tomb_enabled: yes diff --git a/conf/msg_athena.conf b/conf/msg_athena.conf index 83fca9cb9..a3f718e52 100644 --- a/conf/msg_athena.conf +++ b/conf/msg_athena.conf @@ -571,5 +571,14 @@ 654: Oboro 655: Unknown Job +// MvP Tomb +// Added here so it can be easily translated +656: Tomb +657: [ ^EE0000%s^000000 ] +658: Has met its demise +659: Time of death : ^EE0000%s^000000 +660: Defeated by +661: [^EE0000%s^000000] + //Custom translations import: conf/import/msg_conf.txt |