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

  • #000341

  • 0 - None Assigned

  • Confirmed

Issue Confirmations

  • Yes (0)No (0)
Photo

Essembles Duration

Posted by Hercules Bot on 31 October 2007 - 10:11 PM

Originally posted by Brainstorm
http://www.eathena.w...ker&showbug=341

As has been reported countless times, essembles should cancel the effect after you leave the area of effect.
Currently on eA, they last for several seconds more, just like regular dances.
skill_cast_db change:
CODE
//===== Bard & Dancer (Ensemble Skills) ====
//-- BD_ADAPTATION
304,0,0,0,0,5000

//-- BD_LULLABY
306,0,0,0,60000,15000
//-- BD_RICHMANKIM
307,0,0,0,60000,60000
//-- BD_ETERNALCHAOS
308,0,0,0,60000,60000
//-- BD_DRUMBATTLEFIELD
309,0,0,0,60000,60000
//-- BD_RINGNIBELUNGEN
310,0,0,0,60000,60000
//-- BD_ROKISWEIL
311,0,0,0,60000,60000
//-- BD_INTOABYSS
312,0,0,0,60000,60000
//-- BD_SIEGFRIED
313,0,0,0,60000,60000
//==========================================

To
CODE
//===== Bard & Dancer (Ensemble Skills) ====
//-- BD_ADAPTATION
304,0,0,0,0,5000

//-- BD_LULLABY
306,0,0,0,60000,15000
//-- BD_RICHMANKIM
307,0,0,0,60000,0
//-- BD_ETERNALCHAOS
308,0,0,0,60000,0
//-- BD_DRUMBATTLEFIELD
309,0,0,0,60000,0
//-- BD_RINGNIBELUNGEN
310,0,0,0,60000,0
//-- BD_ROKISWEIL
311,0,0,0,60000,0
//-- BD_INTOABYSS
312,0,0,0,60000,0
//-- BD_SIEGFRIED
313,0,0,0,60000,0
//==========================================


Now, please note that i dont know the effect of lullaby on official, since have very few info about it.
Should players awake when the song is canceled?
http://irowiki.org/wiki/Lullaby
Also note that it says the chance is increased by INT, but how much? >_>
On eA its fixed at 15% chance triggered every 6 seconds.

This post has been edited by Brainstorm: Oct 31 2007, 03:21 PM

moved issue from Skills