diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-27 14:58:50 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-27 14:58:50 +0000 |
commit | 32ebbcf88520ef77425c0b2408ba36c40c3c9aaa (patch) | |
tree | 57ed8c019a56b4ab7d2b531007856fe40e876267 /db | |
parent | e5516cf57ab6852557eac30f3c056b90dfe59b1d (diff) | |
download | hercules-32ebbcf88520ef77425c0b2408ba36c40c3c9aaa.tar.gz hercules-32ebbcf88520ef77425c0b2408ba36c40c3c9aaa.tar.bz2 hercules-32ebbcf88520ef77425c0b2408ba36c40c3c9aaa.tar.xz hercules-32ebbcf88520ef77425c0b2408ba36c40c3c9aaa.zip |
- Corrected KiriKage's range so it works correctly when used by non-players or when use weapon's range is used.
- Changed service for you's flags so it affects all players on range.
- Corrected the skill animation for Absorb Spirits
- Cleaned up a bit the implementation of how Gravity Field blocks the caster from moving.
- Mob class-changing will fail if the new class is the same as the previous one.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9325 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 5 | ||||
-rw-r--r-- | db/skill_db.txt | 2 | ||||
-rw-r--r-- | db/skill_unit_db.txt | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 812f353f4..785008fe2 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,11 @@ -----
========================
+11/27
+ * Corrected KiriKage's range so it works correctly when used by non-players
+ or when use weapon's range is used. [Skotlex]
+ * Changed service for you's flags so it affects all players on range.
+ [Skotlex]
11/26
* Updated Rachel Field mob stats and drops [Playtester]
* Updated selling price for some common drops [Playtester]
diff --git a/db/skill_db.txt b/db/skill_db.txt index ac0654f0f..8df120d21 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -554,7 +554,7 @@ 527,0,6,4,-1,0,0,5,1,no,0,0,0,weapon,3 //NJ_TATAMIGAESHI#NJ_TATAMIGAESHI#
528,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0 //NJ_KASUMIKIRI#NJ_KASUMIKIRI#
529,7:9:11:13:15,6,2,0,1,0,5,1,no,0,0,0,none,0 //NJ_SHADOWJUMP#NJ_SHADOWJUMP#
-530,-1,6,1,-1,0,0,5,1,no,0,0,0,weapon,0 //NJ_KIRIKAGE#NJ_KIRIKAGE#
+530,7:9:11:13:15,6,1,-1,0,0,5,1,no,0,0,0,weapon,0 //NJ_KIRIKAGE#NJ_KIRIKAGE#
531,0,6,4,0,1,0,5,1,no,0,0,0,none,7 //NJ_UTSUSEMI#NJ_UTSUSEMI#
532,0,6,4,0,1,0,10,1,yes,0,0,0,magic,0 //NJ_BUNSINJYUTSU#NJ_BUNSINJYUTSU#
533,0,0,0,0,0,0,10,0,no,0,0,0,none,0 //NJ_NINPOU#NJ_NINPOU#
diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index b88ac9460..d0d733900 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -73,7 +73,7 @@ 327,0xac, , 3, 0, -1,all, 0x120 //DC_HUMMING
328,0xad, , 3, 0, -1,enemy, 0x100 //DC_DONTFORGETME
329,0xae, , 3, 0, -1,all, 0x120 //DC_FORTUNEKISS
-330,0xaf, , 3, 0, -1,party, 0x100 //DC_SERVICEFORYOU
+330,0xaf, , 3, 0, -1,all, 0x120 //DC_SERVICEFORYOU
336,0xb2, , 0,-1, -1,noone, 0x000 //WE_CALLPARTNER
339,0x86, , -1, 0, 400,enemy, 0x000 //NPC_DARKGRANDCROSS
362,0xb4, , 0, 3, -1,all, 0x000 //HP_BASILICA
|