diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-30 11:35:02 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-30 11:35:02 +0000 |
commit | 042a8d652e4a828d01948937568373f1b1e0aeee (patch) | |
tree | efc7875513b46cc04281a1e43b21b422ced3fbcc /db | |
parent | 956b9cbd7a39da9a3d88913151842751ed1e3920 (diff) | |
download | hercules-042a8d652e4a828d01948937568373f1b1e0aeee.tar.gz hercules-042a8d652e4a828d01948937568373f1b1e0aeee.tar.bz2 hercules-042a8d652e4a828d01948937568373f1b1e0aeee.tar.xz hercules-042a8d652e4a828d01948937568373f1b1e0aeee.zip |
* Fixed client crash when disguised characters die
* Fixed and finished Guild Skills (~90%)
* Fixed Meltdown and Overthrust used together breaking your own weapon
* Updated Weapon Repair
* Fixed sp recovery problem, thanks to OutSider for pointing it out
* Corrected bUnbreakable value in const.txt
* Updated skill_cast_db for Meltdown
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@421 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/const.txt | 4 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 2c7525006..8fee7e40c 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -5,6 +5,9 @@ Ayathoya items == Added but no effect ( all are "ect" itens) Skill databases == celest working on them i believe. +11/30 * Corrected bUnbreakable value in const.txt [celest] + * updated skill_cast_db for Meltdown [celest] + 11/29 * Updated skill_db for Quagmire, Fog Wall [celest] 11/28 * Fixed Wedding rings placement 2->136 [Lupus] diff --git a/db/const.txt b/db/const.txt index 6de6ad330..b382bc75f 100644 --- a/db/const.txt +++ b/db/const.txt @@ -131,8 +131,8 @@ bFlee 50 bFlee2 51 bCritical 52 bAspd 53 -bFame 57 -bUnbreakable 58 +bFame 59 +bUnbreakable 60 bAtkRange 1000 bAtkEle 1001 diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index cc4218f52..72d7cb4b5 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -246,7 +246,7 @@ 381,1000,1200,0,0,0 //SN_FALCONASSAULT 382,2000,0,0,0 //SN_SHARPSHOOTING 383,2000:2400:2800:3200:3600:4000:4400:4800:5200:5600,0,65000:80000:95000:110000:125000:140000:155000:170000:185000:200000,0 //SN_WINDWALK#ウインドウォーク# -384,5000:5000:6000:6000:7000:7000:8000:8000:9000:10000,0,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000,0 //WS_MELTDOWN#メルトダウン# +384,5000:5000:6000:6000:7000:7000:8000:8000:9000:10000,0,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000,5000 //WS_MELTDOWN#メルトダウン# 387,0,0,60000,0 //WS_CARTBOOST#カートブースト# 389,0,0,10000,0 //ST_CHASEWALK |