diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-08-18 22:33:33 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-08-18 22:33:33 +0000 |
commit | 700e4388dbea30f4119404b3eb1ac9be372d1adf (patch) | |
tree | 1073244b7afae0c575fb93e959dfbbd393fba674 /conf | |
parent | abc6f29b74a026f0c2ba219fbd9dcbd0ed1cfa31 (diff) | |
download | hercules-700e4388dbea30f4119404b3eb1ac9be372d1adf.tar.gz hercules-700e4388dbea30f4119404b3eb1ac9be372d1adf.tar.bz2 hercules-700e4388dbea30f4119404b3eb1ac9be372d1adf.tar.xz hercules-700e4388dbea30f4119404b3eb1ac9be372d1adf.zip |
* Changed attribute_recover to no, being hit by the same element should not recover HP.
* Added monster_noteleport to Okolnir quest maps. Will fix the tarot card issue.
- Fixed Brynhild dialog in the Asprika quests. (bugreport:3085)
- Removed "Disabled" tag from Volcano base quest. (bugreport:3342)
- Attempted to fix the sign quest dancing portion. (bugreport:3382)
- Fixed Guardian in schg_cas03 using invalid coords. (bugreport:3462)
- Fixed Turbo Track records using wrong variable type. (bugreport:3484)
- Fixed the checkweights in the Crow of Fate quest. (bugreport:3500)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14013 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 4 | ||||
-rw-r--r-- | conf/battle/battle.conf | 2 | ||||
-rw-r--r-- | conf/mapflag/noteleport.txt | 10 |
3 files changed, 15 insertions, 1 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index e6d0179e3..ed2c06767 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,9 @@ Date Added +2009/08/18 + * Rev. 14013 Just a conf update, and mapflags! [L0ne_W0lf] + * Changed attribute_recover to no, being hit by the same element should not recover HP. + * Added monster_noteleport to Okolnir quest maps. Will fix the tarot card issue. 2009/04/10 * Rev. 13668 Inverted the way monster_ai 0x200 works, default is 0 again. [ultramage] * Rev. 13667 Default value for monster_ai is now 0x200. [L0ne_W0lf] diff --git a/conf/battle/battle.conf b/conf/battle/battle.conf index b5544fe41..05f774ea6 100644 --- a/conf/battle/battle.conf +++ b/conf/battle/battle.conf @@ -66,7 +66,7 @@ player_damage_delay_rate: 100 undead_detect_type: 0 // Does HP recover if hit by an attribute that's same as your own? (Note 1) -attribute_recover: yes +attribute_recover: no // What is the minimum and maximum hitrate of normal attacks? min_hitrate: 5 diff --git a/conf/mapflag/noteleport.txt b/conf/mapflag/noteleport.txt index fdee65f05..f96fc874c 100644 --- a/conf/mapflag/noteleport.txt +++ b/conf/mapflag/noteleport.txt @@ -312,12 +312,22 @@ p_track02 mapflag noteleport //Vision of Okolnir ============== que_qsch01 mapflag noteleport +que_qsch01 mapflag monster_noteleport que_qsch02 mapflag noteleport +que_qsch02 mapflag monster_noteleport que_qsch03 mapflag noteleport +que_qsch03 mapflag monster_noteleport que_qsch04 mapflag noteleport +que_qsch04 mapflag monster_noteleport que_qsch05 mapflag noteleport +que_qsch05 mapflag monster_noteleport que_qaru01 mapflag noteleport +que_qaru01 mapflag monster_noteleport que_qaru02 mapflag noteleport +que_qaru02 mapflag monster_noteleport que_qaru03 mapflag noteleport +que_qaru03 mapflag monster_noteleport que_qaru04 mapflag noteleport +que_qaru04 mapflag monster_noteleport que_qaru05 mapflag noteleport +que_qaru05 mapflag monster_noteleport |