diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-08-06 15:07:26 +0100 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-08-06 15:07:26 +0100 |
commit | 356a83b11ae56778992b27b0c9b358d7d79722cd (patch) | |
tree | f113b57f6276ff0ed4c26c9042b7e41c11382e51 /db/re/map_zone_db.conf | |
parent | 254f47e4f04141f6ceeb68d0dbbb4a0001d01a24 (diff) | |
download | hercules-356a83b11ae56778992b27b0c9b358d7d79722cd.tar.gz hercules-356a83b11ae56778992b27b0c9b358d7d79722cd.tar.bz2 hercules-356a83b11ae56778992b27b0c9b358d7d79722cd.tar.xz hercules-356a83b11ae56778992b27b0c9b358d7d79722cd.zip |
- Fix 3rd class skills on pre-renewal.
- When under Mind Break Matk Effect and Mdef reduction should not show on ALT Q(bug:7915)
- Plagiarism should not copy New 3rd class skills. Thanks to OmegaRed (bug:8118)
- Update Runstone Lux Anima to official formula (bug:8285)
- Add official formula for Demonic Fire
- Update damage formula for Unlimit, apply Def and Mdef to 1 during the skill and adjust the cooldown to official. (bug:8227)
- Flash Combo should not consume hp-sp and the skill not ignore the distance.
- Fix a bug with Full Throttle that not consuming sp correctly and adjust the cooldown to official.
- All WoE items are inactive outside WoE or PVP
- Add bonus3 bSPVanishRate for Vellum Items.
- Script Vellum Items.
- Add 2 new bonus bSetDefRace and bSetMDefRace for the Vellum Items. (rAthena c046668034)
- Fixed Bowling Bash, Brandish Spear, Grand Darkness and Meteor Assault reducing def during cast; the only skill that does this officially is Grand Cross (rAthena 694719048e)
- Implemented official Bowling Bash with all its special behaviors including the gutter line
* As many servers probably want to remove the gutter line problem, it is configurable; just adjust the bowling_bash_area setting in skill.conf (Bug:4209)
- Sonic Blow now has a fixed range of 1, even for monsters; a monster can't use this skill if you tank it from farther away (rAthena a15cee063d)
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r-- | db/re/map_zone_db.conf | 97 |
1 files changed, 96 insertions, 1 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index fc2ec0aff..b9723a99b 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -71,7 +71,38 @@ zones: ( } disabled_items: { - + Velum_Jamadhar: true + Velum_Scare: true + Velum_Buster: true + Velum_Guillotine: true + Velum_Spear: true + Velum_Glaive: true + Velum_Bible: true + Velum_Encyclopedia: true + Velum_Claw: true + Velum_Arc_Wand: true + Velum_Damascus: true + Velum_Stunner: true + Velum_Flail: true + Velum_Arbalest: true + Velum_CrossBow: true + Velum_Claymore: true + Velum_Katzbalger: true + Siege_Arrow_A: true + Siege_Arrow_S: true + Siege_Greave: true + Siege_Boots: true + Siege_Shoes: true + Siege_Manteau: true + Siege_Muffler: true + Siege_White_Potion: true + Siege_Blue_Potion: true + Woe_Violet_Potion: true + Woe_White_Potion: true + Woe_Blue_Potion: true + Siege_Plate: true + Siege_Suits: true + Siege_Robe: true } mapflags: ( ) @@ -214,6 +245,38 @@ zones: ( disabled_items: { Assumptio_5_Scroll: true Pty_Assumptio_Scroll: true + Velum_Jamadhar: true + Velum_Scare: true + Velum_Buster: true + Velum_Guillotine: true + Velum_Spear: true + Velum_Glaive: true + Velum_Bible: true + Velum_Encyclopedia: true + Velum_Claw: true + Velum_Arc_Wand: true + Velum_Damascus: true + Velum_Stunner: true + Velum_Flail: true + Velum_Arbalest: true + Velum_CrossBow: true + Velum_Claymore: true + Velum_Katzbalger: true + Siege_Arrow_A: true + Siege_Arrow_S: true + Siege_Greave: true + Siege_Boots: true + Siege_Shoes: true + Siege_Manteau: true + Siege_Muffler: true + Siege_White_Potion: true + Siege_Blue_Potion: true + Woe_Violet_Potion: true + Woe_White_Potion: true + Woe_Blue_Potion: true + Siege_Plate: true + Siege_Suits: true + Siege_Robe: true } /* knockback disabled */ @@ -346,6 +409,38 @@ zones: ( disabled_items: { Greed_Scroll: true + Velum_Jamadhar: true + Velum_Scare: true + Velum_Buster: true + Velum_Guillotine: true + Velum_Spear: true + Velum_Glaive: true + Velum_Bible: true + Velum_Encyclopedia: true + Velum_Claw: true + Velum_Arc_Wand: true + Velum_Damascus: true + Velum_Stunner: true + Velum_Flail: true + Velum_Arbalest: true + Velum_CrossBow: true + Velum_Claymore: true + Velum_Katzbalger: true + Siege_Arrow_A: true + Siege_Arrow_S: true + Siege_Greave: true + Siege_Boots: true + Siege_Shoes: true + Siege_Manteau: true + Siege_Muffler: true + Siege_White_Potion: true + Siege_Blue_Potion: true + Woe_Violet_Potion: true + Woe_White_Potion: true + Woe_Blue_Potion: true + Siege_Plate: true + Siege_Suits: true + Siege_Robe: true } } ) |