QUOTE(simrock87 @ Jan 31 2017, 18:28)

This sounds kinda familiar ... did you set 'mousemelee: false', or however that parameter is called, in Reloader? I think that was the solution to the last similiar symptom.
If not, we'd need some more info, as in: Used Browser with version, if you used Greasemonkey/Tampermonkey or nothing and the settings blocks to have some kind of insights. Our crystal balls are in maintenance right now (IMG:[
invalid]
style_emoticons/default/wink.gif)
I don't use Reloader...yet, not even sure what that one does, ill look into that later. I think i got it working how i like it now, but here the settings i been playing with (using Fire fox with Greasemonkey add on):
function loadSettings() {
Settings = {
use_reloader : false, // set to true if you're using a Reloader
hover_area : 3, // 0:none, 1:mob box, 2:mob icon, 3:mob name, 4:mob status; inspired by sssss2
stopWhenChanneling : true, // Stop if you have channeling buff
spells : { // Pay Attention to typos. Is case-sensitive
hover : ['Disintegrate', 'Corruption'], // List of Hover spells
newround: [], // List to cast on new round
num : ['Imperil'], // List to cast when number key is pressed
right : ["Weaken"] // List to cast when right click on monster pane
},
limits : { // Limits are percentage based. i.e. 0.8 = 80%
heal : 0.45, // Heal rotation threshold
hdraught: 1.0, // Use Health Draught at or below
mdraught: 1.0, // Use Mana Draught at or below
mpotion : 0.15, // Use Mana Potion at or below
melixir : 0.05, // Use Mana Elixir at or below
sdraught: 0.6, // Use Spirit Draught at or below
spotion : 0.4, // Use Spirit Potion at or below
selixir : 0.25, // Use Spirit Elixir at or below
oc : 251 / 250 // Use Spirit Stance at or below (If > 1, never use spirit stance)
},
/**
* Heal Rotation, switch order or remove options to affect heal rotation
*/
heal_rotation: [
Common.recovery.cure,
Common.recovery.fullcure,
Common.recovery.hpotion,
Common.recovery.helixir
],
/**
Edit: Question, how do i download scripts other people post? When i click on the link just opens a new tab with the script written down and when i try dragging it into greasemonkey add on, just says the file is corrupted.
This post has been edited by abc12345678901: Jan 31 2017, 21:28