Issue information

Issue ID
#341
Status
Confirmed
Severity
None
Started
Hercules Elf Bot
Oct 31, 2007 22:11
Last Post
mkbu95
Jan 19, 2013 20:24
Confirmation
N/A

Hercules Elf Bot - Oct 31, 2007 22:11

Originally posted by [b]Brainstorm[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&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