From 83de953a5fe5c1316abd3171a01f3e751edab3d1 Mon Sep 17 00:00:00 2001 From: celest Date: Sun, 2 Jan 2005 18:22:02 +0000 Subject: * Reduced MAX_SKILL_LEVEL to 10 * Tidied up parts in skill_castfix a bit * Fixed map-server crashing if an empty line was added in any of the skill-xx db files * Updated skill_castnodex reading git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@895 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/skill_castnodex_db.txt | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'db') diff --git a/db/skill_castnodex_db.txt b/db/skill_castnodex_db.txt index bbf128904..eaa8226a5 100644 --- a/db/skill_castnodex_db.txt +++ b/db/skill_castnodex_db.txt @@ -1,13 +1,17 @@ -//,<1 or 0> -// With 1, dex does not effect the skill's cast rate -// With 0, dex effects the skill's cast rate -46,1 -47,1 -129,1 -366,1 -381,1 -382,1 -383,1 -394,1 -403,1 -406,1 \ No newline at end of file +//,, +// Cast: With 1, dex does not affect the skill's cast rate +// Cast: With 0, dex affects the skill's cast rate +// Delay: With 1, dex does not affect the skill's delay rate +// Delay: With 0, dex affects the skill's delay rate +// Example - 46,1,1 = Double Strafe's casting time and delay is not affected by dex. + +46,1 //AC_DOUBLE +47,1 //AC_SHOWER +129,1 //HT_FALCON +366,1 //HW_MAGICPOWER +381,1 //SN_FALCONASSAULT +382,1 //SN_SHARPSHOOTING +383,1 //SN_WINDWALK +394,1 //CG_ARROWVULCAN +403,1 //PF_MEMORIZE +406,0,1 //ASC_METEORASSAULT \ No newline at end of file -- cgit v1.2.3-70-g09d2