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

  • #008412

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (1)No (0)
Photo

Songs

Posted by kyeme on 22 October 2014 - 10:35 AM

Official:
After the 20 secs duration of the buff and you are still at the area of the clown's buff (song) you will automatically gain another 20 secs buff


Here in Hercules even though you are in the area of song, it doesn't automatically gain buff.

Hercules:

I believe it was changed a bit ago where you can set / toggle the different ways the song works

https://github.com/H...d3bc1f89d758e52

+// When songs are canceled, terminated or the character goes out of the
+// area of effect, there's an additional effect that lasts for 20 seconds
+// Should that time be reset for each song?
+// 0: No, you must recast the song AFTER those 20 seconds to have the effect again (Aegis)
+// 1: Yes, recasting songs reset the 20 seconds timer (eathena)
+song_timer_reset: 0
+

Edited by lollerskates, 22 October 2014 - 03:54 PM.


@lollerskates

Thanks :D

Edited by Zer Wildblood, 27 October 2014 - 07:22 PM.


I believe it was changed a bit ago where you can set / toggle the different ways the song works

https://github.com/H...d3bc1f89d758e52

+// When songs are canceled, terminated or the character goes out of the
+// area of effect, there's an additional effect that lasts for 20 seconds
+// Should that time be reset for each song?
+// 0: No, you must recast the song AFTER those 20 seconds to have the effect again (Aegis)
+// 1: Yes, recasting songs reset the 20 seconds timer (eathena)
+song_timer_reset: 0
+


Yes, it was already updated in the latest rev. In fact, I'm one of those who reported this. But the bug I'm referring is: in official, when the effect of the song expired on your character but you are still in the area of the song, you will automatically received another 20secs of that buff.
But we can see on the Hercules video that even if you are still standing onto the song, "Assassin Cross Sunset" your ASPD still decreased.

Yes, I'm planning on doing a rework of the songs as they will need a remake just for this. It's in my to-do list :)

Also not sure if this applies on Herc, but when I tested on official servers, if the new effect is stronger than the previous effect for example because I used a higher level (and only then!), it refreshes to the stronger effect instantly. On rAthena, you have to wait until the effect expires before it refreshes.

changed status to: Fixed