QUOTE(diegodiego13 @ Mar 19 2017, 17:45)

this is my reloader setting.
and the default action '8' is just me adding MagNet to the script as default action.
[attachembed=100622]
Switching to those settings from what I had broke it again, this is what i have and it seems to work:
var settings = {
hideWelcome: true, // Hide the "Welcome to the Hentaiverse" image/logo
noBlinking: true, // Disable buff/debuff blinking
effectDurations: true, // Show buff/debuff durations
gemIcon: true, // Show gem/powerup, click on icon to use
roundCounter: true, // Show current round and rounds remaining
hvStateHP: true, // Show enemy HP value
fluidHPBar: false, // Shorten HP Bar width to easily see which monster has the most HP
defaultAction: 0, // Change the default action to a T1 spell
// | 0 | 1 | 2 | 3 | 4 | 5 | 6 |
// | No Change | Fiery Blast | Freeze | Shockblast | Gale | Smite | Corruption |
minHP: 0.1, // Stop if hp is below this threshold
minMP: 0.1, // Stop if mp ...
minSP: 0.1, // Stop if sp ...
stopWhenChanneling: 0, // Stop if you have channeling buff, 0 disable, >1 stop at channelling duration < number choosen
chromeFix: true, // Fix MM things on chrome by manually tracking cursor movement
battleLog: true, // Show battle log
skipToNextRound: true, // Auto-advance to next round
popupTime: 0, // after `popupTime`ms
counterPlus: true, // HV-Counter-Plus ; log and show turn/speed/time/exp/credits
counterPlusSave: false // Store additional datas for Income Summary by Superlatanium
};