diff options
Diffstat (limited to 'db/pre-re/map_zone_db.conf')
-rw-r--r-- | db/pre-re/map_zone_db.conf | 75 |
1 files changed, 37 insertions, 38 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf index 2d0ffee49..11559512d 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -1,12 +1,12 @@ //==================================================== -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//= -//= http://herc.ws/board/ +//= +//= http://herc.ws/board/ //==================================================== //= Hercules Map Zone Database [Ind/Hercules] //================ More Information ================== @@ -24,7 +24,6 @@ //= PLAYER, HOMUN, MERCENARY, MONSTER, PET, ELEMENTAL, MOB_BOSS, CLONE, ALL and NONE //==================================================== - zones: ( { /* All zone is a dynamic (very special) zone that is forcebly inherited by ALL maps automatically */ @@ -41,10 +40,10 @@ zones: ( //Apple: true //ID501: true } - + mapflags: ( ) - + /* "command:min-group-lv-to-override" e.g. "heal: 70" */ disabled_commands: { //Example Below makes @heal be used in maps within this zone only by those group lv 70 and above @@ -61,7 +60,7 @@ zones: ( /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ /* However, it wont be applied to maps with its own zones (specified through mapflag) */ name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { WM_LULLABY_DEEPSLEEP: "PLAYER" WM_SIRCLEOFNATURE: "PLAYER" @@ -69,43 +68,43 @@ zones: ( SO_ARRULLO: "PLAYER" CG_HERMODE: "PLAYER" } - + disabled_items: { - + } mapflags: ( ) - + }, { /* PvP zone is applied to all maps with a pvp mapflag */ name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { BS_GREED: "PLAYER" CG_HERMODE: "PLAYER" } - + disabled_items: { Greed_Scroll: true } - + mapflags: ( "nocashshop", ) - + }, { /* PK Mode zone is only used when server is on pk_mode (battle.conf), it applies to all pvp maps that don't have their own zone */ name: "PK Mode" /* changing this name requires MAP_ZONE_PK_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { - + } - + disabled_items: { - + } /* PK Mode Damage Reductions */ @@ -125,7 +124,7 @@ zones: ( { /* GvG zone is applied to all maps with a gvg mapflag */ name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { AL_TELEPORT: "PLAYER" AL_WARP: "PLAYER" @@ -145,7 +144,7 @@ zones: ( SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" } - + disabled_items: { Assumptio_5_Scroll: true Greed_Scroll: true @@ -170,12 +169,12 @@ zones: ( "nocashshop", "gvg_noparty", ) - + }, { /* Battlegrounds zone is applied to all maps with a battlegrounds mapflag */ name: "Battlegrounds" /* changing this name requires MAP_ZONE_BG_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { AL_TELEPORT: "PLAYER" AL_WARP: "PLAYER" @@ -214,8 +213,8 @@ zones: ( disabled_items: { Assumptio_5_Scroll: true Pty_Assumptio_Scroll: true - } - + } + /* knockback disabled */ /* Battlegrounds Damage Reductions */ /* - weapon_damage_rate -30% */ @@ -235,7 +234,7 @@ zones: ( }, { name: "Aldebaran Turbo Track" - + disabled_skills: { SM_ENDURE: "PLAYER" AL_TELEPORT: "PLAYER" @@ -256,7 +255,7 @@ zones: ( SC_DIMENSIONDOOR: "PLAYER" GN_CARTBOOST: "PLAYER" } - + disabled_items: { Wing_Of_Fly: true Anodyne: true @@ -266,12 +265,12 @@ zones: ( }, { name: "Jail" - + disabled_skills: { TK_JUMPKICK: "PLAYER" TK_HIGHJUMP: "PLAYER" } - + disabled_items: { Wing_Of_Fly: true Wing_Of_Butterfly: true @@ -284,14 +283,14 @@ zones: ( }, { name: "Izlude Battle Arena" - + disabled_skills: { RG_INTIMIDATE: "PLAYER" AL_TELEPORT: "PLAYER" SC_FATALMENACE: "PLAYER" - SC_DIMENSIONDOOR: "PLAYER" + SC_DIMENSIONDOOR: "PLAYER" } - + disabled_items: { Wing_Of_Fly: true } @@ -299,7 +298,7 @@ zones: ( { name: "GvG2" inherit: ( "GvG" ) /* will import all gvg has */ - + disabled_skills: { TK_HIGHJUMP: "PLAYER" SA_ABRACADABRA: "PLAYER" @@ -307,7 +306,7 @@ zones: ( }, { name: "Sealed Shrine" - + disabled_skills: { MG_SAFETYWALL: "PLAYER" AL_TELEPORT: "PLAYER | MONSTER | HOMUN | MERCENARY" @@ -320,7 +319,7 @@ zones: ( }, { name: "Memorial Dungeon" /* ETower, Orc's Memory, Nidhoggur's Nest, etc */ - + disabled_skills: { AL_TELEPORT: "PLAYER | MONSTER | HOMUN | MERCENARY" WZ_ICEWALL: "PLAYER" @@ -333,7 +332,7 @@ zones: ( }, { name: "Towns" - + disabled_skills: { AM_CANNIBALIZE: "PLAYER" AM_SPHEREMINE: "PLAYER" @@ -343,7 +342,7 @@ zones: ( WM_POEMOFNETHERWORLD: "PLAYER" GN_WALLOFTHORN: "PLAYER" } - + disabled_items: { Greed_Scroll: true } |