diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-04 13:34:31 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-04 13:34:31 +0000 |
commit | 13371ff777f3509d8e5e02f2080f4692abacd57e (patch) | |
tree | 6be2277762d2d0728ee47bffa58e18d103a30562 /db/skill_cast_db.txt | |
parent | 37c603ec06e864e0daff41ac5fe67fc005561d70 (diff) | |
download | hercules-13371ff777f3509d8e5e02f2080f4692abacd57e.tar.gz hercules-13371ff777f3509d8e5e02f2080f4692abacd57e.tar.bz2 hercules-13371ff777f3509d8e5e02f2080f4692abacd57e.tar.xz hercules-13371ff777f3509d8e5e02f2080f4692abacd57e.zip |
* Players now are allowed to copy the skills the level which is beyond the skill_db max. [Inkfish]
* Fixed some behaviors for Waterball (bugreport:3024) [Inkfish]
- High level Waterball used by players doesn't increase the number of balls.
- Monsters can't pull water from cells with Magnetic Earth.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13730 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index d220761aa..021aab280 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -182,7 +182,7 @@ //-- WZ_VERMILION 85,15000:14500:14000:13500:13000:12500:12000:11500:11000:10500,5000,0,4000,5500:6000:6500:7000:7500:8000:8500:9000:9500:10000 //-- WZ_WATERBALL -86,1000:2000:3000:4000:5000,0,0,0,0 +86,1000:2000:3000:4000:5000:6000:7000:8000:9000:10000,0,0,0,0 //-- WZ_ICEWALL 87,0,0,0,5000:10000:15000:20000:25000:30000:35000:40000:45000:50000,0 //-- WZ_FROSTNOVA |