KyleZ - Mar 12, 2013 7:09
					
				
				
					According to the post-balancing thread and irowiki
Both CT&CD for ArrowStorm isn't right.
source:
CT[quote]
Cast Time:	 (1.8 + 0.2 * Skill Level) seconds[/quote]
CD[quote]
Cooldown:	 (5.2 - 0.2 * Skill Level) seconds[/quote]
check it out with current skill_cast_db[quote]
SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time
2233,2000:2200:2400:2600:2800,0,0,0,0,5400:5600:5800:6000:6400,-1[/quote]
both CT and CD are only defined for 5 levels, while arrowstorm's max level is 10.
more important, unlike CT, CD should decrease as level increase.
				
							 
									
				
					
						Nameless2you - Mar 12, 2013 7:43
					
				
				
					According to the wiki the last change was December 31st 2011, since then there've potentially been changes, however I acknowledge we only have it up to level 5.
				
								
					
						This post has been edited by
						Nameless2you
						on Mar 12, 2013 9:11					
									 
							 
									
				
					
						KyleZ - Mar 12, 2013 8:13
					
				
				
					Too bad, cRO has just been revived for a few days.
I can't test it myself.
				
							 
									
				
					
						malufett - Mar 12, 2013 10:36
					
				
				
					[code=auto:0]
//·¹ÀÎî
SetSkill RA_ARROWSTORM //¾Ö·Î¿ì½ºÅè(SKID_RA_ARROWSTORM)
OnInit:
SkillMaxLv  10
SkillType  TOCHARACTER
SkillFlag  SKFLAG_APPLY_PLUSRNG
SkillPattern SKILLPATT_DIRECTATTACK
SkillRange	   9    9    9    9    9    9    9    9    9    9 // ±Ã¼ö°è¿ ±âº» °Å¸®
SkillAtkPer	 250  300  350  400  450  500  550  600  650  700 // °ø°Ãµ¥¹ÌÃöÃõ°¡À²(%)
SkillSP	   30   32   34   36   38   40   42   44   46   48 // SP¼Ò¸ð·® 
SkillCastStatDelay  2000 2200 2400 2800 3000 3200 3400 3600 3800 4000 // ½ºÅ³ ij½ºÆÃ ½ºÅÿ¡ ¿µÇâ¹Þ´Â delay°ª
SkillSinglePostDelay 5000 4800 4600 4400 4200 4000 3800 3600 3400 3200 // ½ºÅ³»ç¿ëÈÄ ÇØ´ç½ºÅ³À» Àç»ç¿ëÇôµ¥ ÇÊ¿äÇÑ ½Ã°£
SkillData1	   3	   3	   3	   3	   3	   4	   4	   4	   4	   5// È¿°ú¹üÀ§//
return
 [/code]
as of January 2013
:meow:
				
							 
									
				
					
						KyleZ - Mar 12, 2013 13:52
					
				
				
					@malufett
Your src was not a confirmation, i kinda know why.
1. SkillAtk: out-dated
2. SP; matches
3. CT: except for the gap between lv3&lv4, matches other src.
4. CD: matches
Anyway, for lvl 10, current CD is 6.4, while it should be halved.
The difference is enormous, easy to be distinguished.
				
							 
									
				
					
						Nameless2you - Mar 12, 2013 16:57
					
				
				
					He's right, looks like it's the one from Thursday, July 29, 2010 8:51.
				
							 
									
				
					
						malufett - Mar 13, 2013 6:21
					
				
				
					well..so it means no changes then..I got that from muab_db posted by Euphy back then @ rA..
:meow:
				
							 
									
				
					
						KyleZ - Mar 13, 2013 10:39
					
				
				
					:huh: CT is kinda tricky for naked eyes, due to all kinds of reductions.
As for CD, any test on officials could confirm which one is correct, especially easy for Lv 10.
				
							 
									
				
					
						Nameless2you - Mar 14, 2013 21:12
					
				
				
					Fixed in [url="https://github.com/HerculesWS/Hercules/commit/54b5ec95ca29216dcdac7e913f8a0c959a6c14a4"]https://github.com/HerculesWS/Hercules/commit/54b5ec95ca29216dcdac7e913f8a0c959a6c14a4[/url]