diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 08:55:01 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 08:55:01 +0000 |
commit | fed863883b19c7bac0f1a65e53c6507fde6758f0 (patch) | |
tree | d368cbbdc692b48d13f1ca1520a00b4c902273b5 | |
parent | b04dede668e9c4006ce3a0a82d048b566f214ede (diff) | |
download | hercules-fed863883b19c7bac0f1a65e53c6507fde6758f0.tar.gz hercules-fed863883b19c7bac0f1a65e53c6507fde6758f0.tar.bz2 hercules-fed863883b19c7bac0f1a65e53c6507fde6758f0.tar.xz hercules-fed863883b19c7bac0f1a65e53c6507fde6758f0.zip |
* Heat now only does 10 hits a second
- this is an official kRO update
- you can still set the delay in the skill_unit_db to what you desire
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11748 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/skill_unit_db.txt | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index eb53e9593..e2782d5ad 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,10 @@ 2376 General's_Plate_Mail Increases heal recovery effectiveness on you by 10% ======================= +11/17 + * Heat now only does 10 hits a second [Playtester] + - this is an official kRO update + - you can still set the delay in the skill_unit_db to what you desire 11/16 * Rev. 11734 Corrected some taming item boxes. [Zephyrus] - Fixed another item giving 48 Gladius[3] diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index 760a5d535..562ed96e4 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -83,9 +83,9 @@ 405,0xb7, , 0, 1,1000,enemy, 0x000 //PF_SPIDERWEB 409,0xb2, , 0,-1, -1,noone, 0x000 //WE_CALLBABY 410,0xb2, , 0,-1, -1,noone, 0x000 //WE_CALLPARENT -428,0x86, , 0, 1, 20,enemy, 0x000 //SG_SUN_WARM -429,0x86, , 0, 1, 20,enemy, 0x000 //SG_MOON_WARM -430,0x86, , 0, 1, 20,enemy, 0x000 //SG_STAR_WARM +428,0x86, , 0, 1, 100,enemy, 0x000 //SG_SUN_WARM +429,0x86, , 0, 1, 100,enemy, 0x000 //SG_MOON_WARM +430,0x86, , 0, 1, 100,enemy, 0x000 //SG_STAR_WARM 484,0xb8, , 2, 0,1000,enemy, 0x808 //HW_GRAVITATION 488,0xb9, , 3, 0, -1,all, 0x200 //CG_HERMODE 516,0xba, , 3, 0, 100,enemy, 0x000 //GS_DESPERADO |