From d797656909b641d32ad5e419987e6ec63a47929c Mon Sep 17 00:00:00 2001 From: Playtester Date: Sat, 20 Oct 2007 14:53:23 +0000 Subject: * Some more updates to the skill unit code - renamed SKILLUNITTIMER_INVERVAL to SKILLUNITTIMER_INTERVAL - Heat now depends on the interval settings rather than firewall_hits_on_undead - if you want Heat to do more or less hits you can now change the interval value in the skill_unit_db.txt (official+default: 20ms) - Icewall doesn't break anymore when the SKILLUNITTIMER_INTERVAL gets changed git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11526 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 3 +++ db/skill_unit_db.txt | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 3459601aa..017680eaf 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -32,6 +32,9 @@ 13034 Desert_Twilight Small chance to activate max Attack Speed for 7 seconds. ======================= +10/20 + * Changed interval of Heat to 20ms [Playtester] + - you can change this now if you want Heat to do more or less hits 10/19 * Updated some new cards for testing purposes [Playtester] * Fixed some typos and updated Atroce Card [Playtester] diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index 12aa8fa92..edde3c7df 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, 1,enemy, 0x000 //SG_SUN_WARM -429,0x86, , 0, 1, 1,enemy, 0x000 //SG_MOON_WARM -430,0x86, , 0, 1, 1,enemy, 0x000 //SG_STAR_WARM +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 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 -- cgit v1.2.3-70-g09d2