diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-26 02:31:18 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-26 02:31:18 +0000 |
commit | 7c4b730c6d8a0201512148fcb795c0f666bfe8c8 (patch) | |
tree | d18286ab4e0a11d3c3384c85b84f34b775872235 /db/skill_cast_db.txt | |
parent | f8636b8d7c4d3e1e43ea5e0f7c399316651931c9 (diff) | |
download | hercules-7c4b730c6d8a0201512148fcb795c0f666bfe8c8.tar.gz hercules-7c4b730c6d8a0201512148fcb795c0f666bfe8c8.tar.bz2 hercules-7c4b730c6d8a0201512148fcb795c0f666bfe8c8.tar.xz hercules-7c4b730c6d8a0201512148fcb795c0f666bfe8c8.zip |
- NPC_AGIUP now boosts flee by 100% and duration is 5+5*lv secs, as stated on the Ragnarok Bible.
- Fixed Soul Breaker's misc part not ignoring flee.
- Fixed misc attack's flee check being backwards (the less hit%, the more chance you had to connect)
- Corrected the range check in vending.c (TRADE_DISTANCE -> AREA_SIZE)
- Added define DEFAULT_ENEMY_TYPE in mob.c to simplify the enemy bl check (for easier reading/customization)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9922 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 4fba63834..0d9579729 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -540,7 +540,7 @@ //-- NPC_POWERUP 349,0,0,0,60000:120000:180000:240000:300000,0 //-- NPC_AGIUP -350,0,0,0,60000:120000:180000:240000:300000,0 +350,0,0,0,10000:15000:20000:25000:30000,0 //-- NPC_INVISIBLE 353,0,0,0,30000,0 //-- NPC_RUN |