ok .. now i know what is wrong ... first off : did you edit ur mbm_settings file ?
if yes read this : u wrote this
var spelllist=new Array();
spelllist.push(Nova);
spelllist.push(Static);
which is incorrect ... nova isnt a timed attack so u cant add it there. in the next paragraph they explained this
// Untimed Attack
//-------------------------------------------------------------
// UseUntimed=true/false Use secondary attack (Nova or Telekineses) with attacking Mephisto
// UntimedList Secondary attack spells, pretty much any timed attack spell except lightning, chain lightning and inferno
// supported spells: NOVA, TELEKINESIS, FIREBALL, FIREBOLT, GLACIALSPIKE, ICEBLAST, ICEBOLT, CHARGEDBOLT and FROSTNOVA
var UseUntimed=false;
var UntimedList = new Array();
UntimedList.push(NOVA);
// UntimedList.push(TELEKINESIS);
// UntimedList.push(GLACIALSPIKE);
thats where u had to add it because nova is an untimed attack ...
i'll set ur mbm_settings file up and i'll post it here so keep checking tis ... this may take a while
coolmission