diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-13 18:50:35 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-13 18:50:35 +0000 |
commit | f1a641e260f983fa0f5d0e1b4d8097f2c7fc5432 (patch) | |
tree | 04ef48d46927e6a1cf6edbc91dd368653210b590 /db | |
parent | e99a963da3b832e442003ef53ef94375d34a8417 (diff) | |
download | hercules-f1a641e260f983fa0f5d0e1b4d8097f2c7fc5432.tar.gz hercules-f1a641e260f983fa0f5d0e1b4d8097f2c7fc5432.tar.bz2 hercules-f1a641e260f983fa0f5d0e1b4d8097f2c7fc5432.tar.xz hercules-f1a641e260f983fa0f5d0e1b4d8097f2c7fc5432.zip |
- Shield Reflect is now passed through Devotion as well.
- Devotion won't work on guildmates now (only party-members)
- Devoted to characters lose the devotion effect when the Crusader is at less than 25% Hp.
- Changed Gravity Field's element to earth so that it may hit hidden chars.
- chrif_scdata_save will not send a save scdata request when the char has been already tagged as in the final save.
- Cleaned up status_change_start a bit to make status_change_end calls on a separate switch, before it is cancelled by the switch about "sc already active". If it fails because the sc is already active, now it returns 1.
- Cleaned SC_SUITON a bit to get rid of that compile warning.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5589 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/skill_db.txt | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index e2b13d77f..76b849e72 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -26,6 +26,9 @@ =========================
03/13
+ * Devotion won't work on guildmates now (only party-members) [Skotlex]
+ * Changed Gravity Field's element to earth so that it may hit hidden chars.
+ [Skotlex]
* Added missing mob skills to G_HYDRA, G_PARASITE [Lupus]
* Fixed TK and Soul Linker's position of their job entry in exp2.txt,
thanks to Coltaro. [Skotlex]
diff --git a/db/skill_db.txt b/db/skill_db.txt index f1850ca45..fb0eebd3d 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -274,7 +274,7 @@ 252,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0 //CR_REFLECTSHIELD#Shield Reflect#
253,-2,8,1,6,0,0,10,-2,no,0,0,0,weapon,0 //CR_HOLYCROSS#Holy Cross#
254,0,6,4,6,0,0,10,1,no,33,256,0,magic,0 //CR_GRANDCROSS#Grand Cross#
-255,7:8:9:10:11,6,16,0,1,0,5,1,yes,0,3584,0,none,0 //CR_DEVOTION#Sacrifice#
+255,7:8:9:10:11,6,16,0,1,0,5,1,yes,0,1536,0,none,0 //CR_DEVOTION#Sacrifice#
256,9,6,16,0,1,0,5,1,yes,0,512,0,none,0 //CR_PROVIDENCE#Resistant Souls#
257,0,6,4,0,1,0,5,1,no,0,0,0,weapon,0 //CR_DEFENDER#Defending Aura#
258,0,6,4,0,1,0,10,1,no,0,0,0,weapon,0 //CR_SPEARQUICKEN#Spear Quicken#
@@ -503,7 +503,7 @@ 481,0,0,0,0,0,0,5,0,no,0,0,0,none,0 //HP_MANARECHARGE#Mana Recharge#
482,0,6,4,0,1,0,5,1,no,0,0,0,magic,0 //PF_DOUBLECASTING#Double Casting#
483,9,6,2,0,1,0,1,1,no,0,0,0,none,0 //HW_GANBANTEIN#Ganbantein#
-484,9,6,2,0,1,0,5,1,yes,0,0,0,magic,0 //HW_GRAVITATION#Gravity Field#
+484,9,6,2,2,1,0,5,1,yes,0,0,0,magic,0 //HW_GRAVITATION#Gravity Field#
485,-2,6,1,-1,0,0,10,1,no,0,0,0,weapon,0 //WS_CARTTERMINATION#Cart Termination#
486,0,6,4,0,1,0,5,1,no,0,0,0,weapon,0 //WS_OVERTHRUSTMAX#Maximum Power Thrust#
487,0,6,4,0,1,0,5,1,no,0,0,0,none,0 //CG_LONGINGFREEDOM#Longing for Freedom#
|