diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 19:49:26 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 19:49:26 +0000 |
commit | 784ef07ca06fdc7a48eede4de1a3748f409568c1 (patch) | |
tree | cc8323683cb4770684d89685b8ce1836db33e105 /db | |
parent | a610f1f5203c821e4eb2384c981d12a5a83076bc (diff) | |
download | hercules-784ef07ca06fdc7a48eede4de1a3748f409568c1.tar.gz hercules-784ef07ca06fdc7a48eede4de1a3748f409568c1.tar.bz2 hercules-784ef07ca06fdc7a48eede4de1a3748f409568c1.tar.xz hercules-784ef07ca06fdc7a48eede4de1a3748f409568c1.zip |
- Added cast time to pick stone of 3 secs and 500ms delay
- Removed area of effect of Assumptio.
- Added "can't act" delay update when an auto-spell triggers.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6021 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 9f809dda8..0d057d5bc 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -27,6 +27,7 @@ =========================
04/12
+ * Added cast time to pick stone of 3 secs and 500ms delay. [Skotlex]
* Fixed produce_db for Halberd 3-->12 Oridecons [Playtester]
* Fixed Violy's Violin[4] drop rate. It is 2%. [Playtester]
* Fixed a typo and sorted skill_cast_db by skill id. [Playtester]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index e51da3bf5..5346482b5 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -271,6 +271,8 @@ //-- TF_SPRINKLESAND
149,0,0,0,0,10000
+//-- TF_PICKSTONE
+152,3000,500,0,0,0
//-- TF_THROWSTONE
152,0,100,0,0,8000
|