diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-07 17:46:50 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-07 17:46:50 +0000 |
commit | 15d86669fb2fcedefa83d76cfe8b4bf3f110d481 (patch) | |
tree | 220c52dc83b47308bef9a1efbc7789e39e31824c /db | |
parent | caa2c43f341ab070ff82d99410ffab773ba19e72 (diff) | |
download | hercules-15d86669fb2fcedefa83d76cfe8b4bf3f110d481.tar.gz hercules-15d86669fb2fcedefa83d76cfe8b4bf3f110d481.tar.bz2 hercules-15d86669fb2fcedefa83d76cfe8b4bf3f110d481.tar.xz hercules-15d86669fb2fcedefa83d76cfe8b4bf3f110d481.zip |
- Updated the range of BioExplosion and Self Destruction so they count as ranged skills.
- Removed old script bonuses bMatk, bMatk1, bMatk2
- Fixed char-server not sending online notification when a party member logs in.
- When skill range by distance is set, the distance checked for is now 5 cells rather than 3.
- Fixed bMatkRate bonuses not applying to status earned modifications to int/matk.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9816 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/const.txt | 3 | ||||
-rw-r--r-- | db/skill_db.txt | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index e389f1bd5..69a86761c 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,9 @@ ======================== +02/07 + * Updated the range of BioExplosion and Self Destruction so they count as + ranged skills. 02/05 * Updated comments and inf2 values of the skill_db to use the new format. * Soul Change now can't be casted on self. diff --git a/db/const.txt b/db/const.txt index 7f71a0a35..097ac1ed8 100644 --- a/db/const.txt +++ b/db/const.txt @@ -261,8 +261,6 @@ bDex 17 bLuk 18 bAtk 41 bAtk2 42 -bMatk1 43 -bMatk2 44 bDef 45 bDef2 46 bMdef 47 @@ -299,7 +297,6 @@ bNearAtkDef 1020 bLongAtkDef 1021 bDoubleRate 1022 bDoubleAddRate 1023 -bMatk 1024 bMatkRate 1025 bIgnoreDefEle 1026 bIgnoreDefRace 1027 diff --git a/db/skill_db.txt b/db/skill_db.txt index 349871ab9..a4f465c32 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -204,7 +204,7 @@ 170,-1,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0 //NPC_CRITICALSLASH#Defense disregard attack# 171,-1,8,1,-1,0,0,10,2:3:4:5:6:7:8:9:10:11,no,0,0x2,0,weapon,0 //NPC_COMBOATTACK#Multi-stage Attack# 172,-1,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0 //NPC_GUIDEATTACK#On-target Impact Attack# -173,1,6,4,3,2,5,10,1,no,0,0x2,0,misc,3 //NPC_SELFDESTRUCTION#Suicide bombing# +173,5,6,4,3,2,5,10,1,no,0,0x2,0,misc,3 //NPC_SELFDESTRUCTION#Suicide bombing# 174,-1,6,1,-1,2,3,1,1,no,0,0x2,0,weapon,0 //NPC_SPLASHATTACK#Splash attack# 175,0,0,4,0,1,0,10,1,no,0,0x2,0,misc,0 //NPC_SUICIDE#Suicide# 176,-1,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0 //NPC_POISON#Poison Attack# @@ -612,7 +612,7 @@ 8013,9,6,1,0,0,0,5,1:2:3:4:5,no,0,0,0,magic,0 //HVAN_CAPRICE 8014,0,6,4,0,1,0,5,0,no,0,0,0,none,0 //HVAN_CHAOTIC 8015,0,0,0,0,1,0,5,0,no,0,0,0,none,0 //HVAN_INSTRUCT -8016,0,6,4,-1,2,4,3,1,no,0,0,0,misc,0 //HVAN_EXPLOSION +8016,5,6,4,-1,2,4,3,1,no,0,0,0,misc,0 //HVAN_EXPLOSION 10000,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0 //GD_APPROVAL#Approval# 10001,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0 //GD_KAFRACONTRACT#Kafra Contract# |