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

  • #008402

  • 5 - Critical

  • Needs More Info

Issue Confirmations

  • Yes (7)No (0)
Photo

Serious problem with Skill that can't be cast or used

Posted by Hadeszeus on 17 October 2014 - 02:47 AM

2 weeks ago I reported this skill issue here http://herc.ws/board...t-asura-strike/

But now it's getting more serious problem.

My server uptime is now 6 days and I got 2 players having problems with specific skill.

1st - is Sura skill Extremity Fist that suddenly uncastable in anyway.
2nd - follow with Ranger Skill Arrow Storm, suddenly stop from working.

DAY 8
3rd Skill - Full Throttle is not working on SOME OTHER players now.


Tried relogin, Skill Reset, unequipped items but it didn't solve the problem.

Only Server RESTART can solve the problem.


Any idea on this issue?

Ind 
changed status to: Started

I'll add a temporary debug command in order to help pinpoint the cause (the command will also be able to fix players struck without a restart)

Thank you Sir Ind. I updated the post with new skill.

Edited by Hadeszeus, 19 October 2014 - 01:21 AM.


Up for this issue still encountering.

still figuring out how to atleast avoid this to happen. In a very rare case/chance, after asura strike of a player and return to TOWN. Asura can't be use anymore.

changed severity to: 5 - Critical

I actually think this is related to the other problem you reported here:
http://herc.ws/board...4094#entry24094

In both cases skill-specific cooldowns don't work as they should.

Following up on this thanks :(

2nd - follow with Ranger Skill Arrow Storm, suddenly stop from working.


Happen to me too ... but no idea how or why it happened...

also related to
http://herc.ws/board...ue/?gopid=23763

this must be investigated into and fixed ASAP. many occurrences of broken cooldowns including Unlimit, Severe Rainstorm, and Highness Heal on our server already.

Edited by Byte, 06 January 2015 - 02:04 AM.


Just wondering if this issue already fixed here https://github.com/H...5e1c8af00850657

Just wondering if this issue already fixed here https://github.com/H...5e1c8af00850657

nah...its just the timerskill not the cd cooldown...:D

:meow:

I'll add a temporary debug command in order to help pinpoint the cause (the command will also be able to fix players struck without a restart)

https://github.com/H...43008fa3daff3fa



I'll add a temporary debug command in order to help pinpoint the cause (the command will also be able to fix players struck without a restart)

https://github.com/H...43008fa3daff3fa


Thank you Sir Ind!

You should put
idb_remove(skill->cd_db,sd->status.char_id);
when character logout (unit_free)
to fix this bug

You should put

idb_remove(skill->cd_db,sd->status.char_id);
when character logout (unit_free)
to fix this bug

wrong. the whole purpose of skill->cd is so that the data persists log out. you might as well drop skill->cd_db if you were to do that.

the bug is that when character log out during the skill's cooldown time,
the cooldown would never end until the map-server restarts.

Jeffery, your solution really fixes the problem?

Which file should be placed those line?

Thanks.

The problem is not yet fixed. Sir Ind only did a solution for a mean time :D

changed status to: Needs More Info

Ind 
changed severity to: 0 - None Assigned

Am I to understand this has been addressed? I don't see this being reported lately

Looks like the issue still exist. http://herc.ws/board...t-asura-strike/

but that report is from before my modifications to the system in october 17th (does it still happen?)