Hercules icon indicating copy to clipboard operation
Hercules copied to clipboard

Asura Strike vs Dead Target

Open kyeme opened this issue 9 years ago • 2 comments

When you cast Asura Strike and your target dies during the cast time, you still lose all sphere, fury mode and SP.

On rAthena/hercules the removal of Fury mode and drain of SP only happens if the target is still alive.

Credits: Playtester

kyeme avatar Apr 29 '16 06:04 kyeme

seems not only asura but all skills perform in the same way

memoryss1 avatar May 15 '16 09:05 memoryss1

		//When Asura fails... (except when it fails from Fog of Wall)
		//Consume SP/spheres
		skill->consume_requirement(sd,ud->skill_id, ud->skill_lv,1);
		status->set_sp(src, 0, STATUS_HEAL_DEFAULT); 
		sc = &sd->sc;
		if (sc->count) {
			//End states
			status_change_end(src, SC_EXPLOSIONSPIRITS, INVALID_TIMER); 

Is this only on renewal?

MrKeiKun avatar Oct 03 '21 04:10 MrKeiKun