QUOTE(gynew @ Apr 23 2015, 09:17)

Hello,
Some quick questions regarding your scripts:
SpellSpam 3.5.2:
Changelog from 3.5.1 -if condition fails, don't resume default behaviors (normal attack).
If I want it to resume default behaviors if condition fails, how could I do it?
NoImage 1.4
How can I hide permanently and not only when mouse is not over:
1) Monster panel
2) Battle log (but not the command menu / quick slot bar)
Thanks a lot!
1. remove all instances of "if (spell) {" and its closing bracket "{"
2. change CSS_HOVER_RULE to
var CSS_HOVER_RULE = "*:hover>img:not(.cw), #quickbar:hover *, .btp:hover * {visibility: visible !important; }";