diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-02 21:13:46 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:21:53 +0200 |
commit | af8ecd8af6a33b598844decff9b021bd07c931ce (patch) | |
tree | 60bb0b925f397a4e05a7f2e3d9d12adb4f4c574c /db | |
parent | 72cd2379541e67f1fbb3fd88132cbabb61874647 (diff) | |
download | hercules-af8ecd8af6a33b598844decff9b021bd07c931ce.tar.gz hercules-af8ecd8af6a33b598844decff9b021bd07c931ce.tar.bz2 hercules-af8ecd8af6a33b598844decff9b021bd07c931ce.tar.xz hercules-af8ecd8af6a33b598844decff9b021bd07c931ce.zip |
Implemented SU_LOPE Skill.
Skill Cannot be Used on GvG/Battlegrounds.
Cast time of Emergency Call doubles.
Moves to Another Position by performing High Jump:
Lv 1: Move 6 cells
Lv 2: Move 10 cells
Lv 3: Move 14 cells
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/map_zone_db.conf | 2 | ||||
-rw-r--r-- | db/re/map_zone_db.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf index 0a02e9240..cab00bbb9 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -159,6 +159,7 @@ zones: ( BS_GREED: "PLAYER" SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" + SU_LOPE: "PLAYER" } disabled_items: { @@ -225,6 +226,7 @@ zones: ( CASH_ASSUMPTIO: "PLAYER" SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" + SU_LOPE: "PLAYER" } disabled_items: { Assumptio_5_Scroll: true diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index df223d139..282a85abb 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -193,6 +193,7 @@ zones: ( BS_GREED: "PLAYER" SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" + SU_LOPE: "PLAYER" } disabled_items: { @@ -292,6 +293,7 @@ zones: ( CASH_ASSUMPTIO: "PLAYER" SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" + SU_LOPE: "PLAYER" } disabled_items: { Assumptio_5_Scroll: true |