Issue Information
-
#000341
-
0 - None Assigned
-
Confirmed
Issue Confirmations
-
Yes (0)No (0)
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:
To
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
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
//==========================================
//-- 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
//==========================================
//-- 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