diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-06 14:22:16 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-06 14:22:16 +0000 |
commit | 9abaadefaf68e62b0e6ea05a72b7414bab094eb0 (patch) | |
tree | b5521f6028c25bf40f0d224c0e3213277aeec385 /db | |
parent | 1db32664614e71921435c6af105732aa748c2064 (diff) | |
download | hercules-9abaadefaf68e62b0e6ea05a72b7414bab094eb0.tar.gz hercules-9abaadefaf68e62b0e6ea05a72b7414bab094eb0.tar.bz2 hercules-9abaadefaf68e62b0e6ea05a72b7414bab094eb0.tar.xz hercules-9abaadefaf68e62b0e6ea05a72b7414bab094eb0.zip |
- Updated skill_require_db's entry for Abracadabra, it requires yellow 2 gemstones (there's no such hardcoded yellow gemstone requirement anymore)
- Corrected db/const.txt entry bMagicSubRace -> bMagicAddSize
- Fixed Aex Aeterna ending on Soul Breaker's first half.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8651 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 2 | ||||
-rw-r--r-- | db/skill_require_db.txt | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/db/const.txt b/db/const.txt index 59260fe01..b368c8a52 100644 --- a/db/const.txt +++ b/db/const.txt @@ -310,7 +310,7 @@ bIgnoreMdefEle 1033 bIgnoreMdefRace 1034
bMagicAddEle 1035
bMagicAddRace 1036
-bMagicSubRace 1037
+bMagicAddSize 1037
bPerfectHitRate 1038
bPerfectHitAddRate 1039
bCriticalRate 1040
diff --git a/db/skill_require_db.txt b/db/skill_require_db.txt index e98ad1503..6320a4d3a 100644 --- a/db/skill_require_db.txt +++ b/db/skill_require_db.txt @@ -216,8 +216,7 @@ 287,0,0,48:46:44:42:40,0,0,0,99,0,0,none,0,715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_VIOLENTGALE#バイオレントゲイル#
288,0,0,66:62:58:54:50,0,0,0,99,0,0,none,0,717,1,715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_LANDPROTECTOR#ランドプロテクタ?#
289,0,0,1,0,0,0,99,0,0,none,0,715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_DISPELL#ディスペル#
-290,0,0,50,0,0,0,99,0,0,none,0,715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_ABRACADABRA#アブラカタブラ#
-//reduced 2 to 1 Yellow gemstones, because Abrakadabra has extra hardcoded usage of 1 Yellow gemstone [Lupus]
+290,0,0,50,0,0,0,99,0,0,none,0,715,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_ABRACADABRA#アブラカタブラ#
291,0,0,1,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_MONOCELL#チェンジポリン#
292,0,0,1,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_CLASSCHANGE#クラスチェンジ#
293,0,0,1,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_SUMMONMONSTER#サモンモンスタ?#
|