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

  • #006275

  • 0 - None Assigned

  • Unable To Reproduce

Issue Confirmations

  • Yes (2)No (0)
Photo

Kiel card is not working on latest revision

Posted by Hercules Bot on 19 July 2012 - 01:19 PM

Originally posted by Brynner
before the 2 kiel card is working while casting vacuum extreme, earth grave, psychic wave on revision 16437.

but on the latest revision. 2 kiel card is not working anymore. specially while casting vacuum extreme, earth grave, psychic wave.

Reduces all skill's after-cast delay by 30%.

Originally posted by malufett
sorry unable to reproduce...and its working fine

maybe your just confused between cast delay and cooldown...

Originally posted by Brynner

sorry unable to reproduce...and its working finemaybe your just confused between cast delay and cooldown...



hmm what do you think the changes regarding on the revision 16437 and for the latest?i check the changes there and there is no changes regarding on cast delay.

on my screenshot below. i can spam vacuum extreme. using old revision.

Edited by Brynner, 19 July 2012 - 02:18 PM.


Originally posted by malufett

i can spam vacuum extreme.

now I'm confuse...so what is the bug?? the spamming?? or the kiel card??

Originally posted by Eurydice
@malufett

He's saying that in the old rA revision he was able to spam Vacuum Extreme using two Kiel-D01 cards. But in the latest revision he cannot spam the skill anymore using even if he's using Kiel cards.

Sadly I cannot reproduce this too. :x

Originally posted by Brynner
im not sure if the kiel card or the skill.

Edited by Brynner, 19 July 2012 - 02:35 PM.


Originally posted by iPrez
maybe you need to change the skill delay , kiel card delay (item_db) , and skill conf and the item_equip .

Originally posted by Brynner

maybe you need to change the skill delay , kiel card delay (item_db) , and skill conf and the item_equip .


on the other job. kiel card works. i try it on warlock. using jackfrost. i can spam jackfrost skill if i use 2 kiel  card.

not all the skill is not supported the kiel card. like earth strain and frost misty. after cast delay on some skill is not supported of kiel card

Edited by Brynner, 19 July 2012 - 07:02 PM.


Originally posted by malufett
of course you cannot spam skills that have a cool down..maybe your just confuse on how Kiel works..it only reduce the cast delay..

Cast Delay - it is a global delay where you can not cast the skill or another skill within its duration
Cooldown - it is a single delay where a specific skill cannot be recast again between the duration...



Originally posted by Brynner

of course you cannot spam skills that have a cool down..maybe your just confuse on how Kiel works..it only reduce the cast delay..

Cast Delay - it is a global delay where you can not cast the skill or another skill within its durationCooldown - it is a single delay where a specific skill cannot be recast again between the duration...


oh i see. so on the last revision?the kiel card is bug because i can spam vacuum extreme if i have 2 kiel card worn. so on the latest revision. the kiel card is already fix that's why i can't spam vacuum extreme same on the screenshot? hmmm why it is not mention on track log?

Originally posted by malufett
hmm..yes..

and sorry for my wrong I forgot to include it on the trac log which I explain here..
http://rathena.org/b...orce-skill-bug/

Originally posted by Brynner

hmm..yes..and sorry for my wrong I forgot to include it on the trac log which I explain here..http://rathena.org/b...orce-skill-bug/


hmmm i found out the issue.

on revision 16442.
forgot to mention that on this revision. the skill cast delay will not work on some skill even if you are using kiel card
which is a bug?double entry?




if( sd && skill_get_cooldown(ud->skillid,ud->skilllv) > 0 ){
						int i, cooldown = skill_get_cooldown(ud->skillid, ud->skilllv);
						for (i = 0; i < ARRAYLENGTH(sd->skillcooldown) && sd->skillcooldown[i].id; i++) { // Increases/Decreases cooldown of a skill by item/card bonuses.
								if (sd->skillcooldown[i].id == ud->skillid){
										cooldown += sd->skillcooldown[i].val;
										break;
								}
						}
						skill_blockpc_start(sd, ud->skillid, cooldown);
				}

Edited by Brynner, 20 July 2012 - 07:44 AM.


Originally posted by Mysterious
Explained here thanks to mal: http://rathena.org/b...rking-properly/ and marked as "Working Intended".

Originally posted by GM Takumirai
this maybe because malufet didn't put his changes on trac log. :) anyway thanks for the explanation :) hehehe maybe if you can put the logs even if its late will be also good so that all question will be check there. :)

Originally posted by close23
i hope the issue will be fix in future. because it will cause imbalance on the skill. because the damage of sorcerer skill is not so powerful unlike the other skill. but kiel card doesn't support some of his skills. unlike the cross impact skill with huge damage and supported by kiel card.

Originally posted by GM Takumirai
@close23
- i think you didn't read the discussion..
- some skill of sorcerer have a cool down or fix cool down base on official so the kiel card don't reduce it because kiel card only reduce casting time not cool down..
- cool down have a number of sec. before you can use the skill again..

- as what malufet explain
Posted Image

Originally posted by Brynner

i hope the issue will be fix in future. because it will cause imbalance on the skill. because the damage of sorcerer skill is not so powerful unlike the other skill. but kiel card doesn't support some of his skills. unlike the cross impact skill with huge damage and supported by kiel card.


you got a point @close23. but you can fix it manually by your self. just remove the duplicate entry then it will works again same as on official