Dexterous Sonata Cancelling

poster

Active Member
I've noticed that the Dirge Script on EQ2Bot keeps cancelling Dexterous Sonota, regardless of whether it is selected in the class tab. Has anyone run into this yet, and if so... how do I fix it so that I can use this buff?

Thanks in advance for any help.
 

inire

Active Member
mine is canceling as well currently on revision 1810.

Looks like there's no declaration of the buff in the iss file for the class. when i added it in, the buff runs.
 

inire

Active Member
Hey poster,

Just so you know, you can add the following to line 56 of the dirge.iss file and have this work until they get this updated.

Code:
declare BuffSonata bool script FALSE
 
Top Bottom