diff options
author | CairoLee <cairoliyu@gmail.com> | 2013-06-25 10:58:04 +0800 |
---|---|---|
committer | CairoLee <cairoliyu@gmail.com> | 2013-06-25 10:58:04 +0800 |
commit | ee23711201ddbcd9d92712e8d2b9c1e3c05e7194 (patch) | |
tree | 1f47f5d5c214f61834fa7100947f4f7cbf1a50f9 /npc | |
parent | 5b40d0c2937c2fe4f8e133271d05602543d86277 (diff) | |
download | hercules-ee23711201ddbcd9d92712e8d2b9c1e3c05e7194.tar.gz hercules-ee23711201ddbcd9d92712e8d2b9c1e3c05e7194.tar.bz2 hercules-ee23711201ddbcd9d92712e8d2b9c1e3c05e7194.tar.xz hercules-ee23711201ddbcd9d92712e8d2b9c1e3c05e7194.zip |
Implemented notomb Mapflag
Diffstat (limited to 'npc')
-rw-r--r-- | npc/mapflag/notomb.txt | 17 | ||||
-rw-r--r-- | npc/scripts_mapflags.conf | 3 |
2 files changed, 19 insertions, 1 deletions
diff --git a/npc/mapflag/notomb.txt b/npc/mapflag/notomb.txt new file mode 100644 index 000000000..282fddb65 --- /dev/null +++ b/npc/mapflag/notomb.txt @@ -0,0 +1,17 @@ +//===== Hercules Script ====================================== +//= Mapflag: Disable MVP Tomb. +//===== By: ================================================== +//= Hercules Dev Team +//===== Current Version: ===================================== +//= 1.0 +//===== Description: ========================================= +//= Disables MVP tomb on some maps. +//===== Additional Comments: ================================= +//= 1.0 - Added Bossnia maps. [CairoLee] +//============================================================ + +// Bossnia ===== +bossnia_01 mapflag notomb +bossnia_02 mapflag notomb +bossnia_03 mapflag notomb +bossnia_04 mapflag notomb diff --git a/npc/scripts_mapflags.conf b/npc/scripts_mapflags.conf index c0d2787f8..2fe92eb0a 100644 --- a/npc/scripts_mapflags.conf +++ b/npc/scripts_mapflags.conf @@ -28,4 +28,5 @@ npc: npc/mapflag/novending.txt npc: npc/mapflag/town.txt npc: npc/mapflag/reset.txt npc: npc/mapflag/skillmodifier.txt -npc: npc/mapflag/skillduration.txt
\ No newline at end of file +npc: npc/mapflag/skillduration.txt +npc: npc/mapflag/notomb.txt
\ No newline at end of file |