Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007121

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (1)No (0)
Photo

RA: ArrowStorm casting time & cool down

Posted by KyleZ on 12 March 2013 - 07:09 AM

According to the post-balancing thread and irowiki

Both CT&CD for ArrowStorm isn't right.

source:
CT

Cast Time: (1.8 + 0.2 * Skill Level) seconds

CD

Cooldown: (5.2 - 0.2 * Skill Level) seconds


check it out with current skill_cast_db

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


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.

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.

changed status to: Needs More Info

Too bad, cRO has just been revived for a few days.
I can't test it myself.

//·¹ÀÎÁ®
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
as of January 2013


:meow:

@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.

He's right, looks like it's the one from Thursday, July 29, 2010 8:51.

well..so it means no changes then..I got that from muab_db posted by Euphy back then @ rA..

:meow:

: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.

changed status to: Confirmed

changed status to: Fixed

moved issue from Archer Classes