QUOTE(xcaliber9999 @ Jul 7 2017, 22:32)
Well tried with monsterbation alone and it seems fine now. Btw what is the setting for holy mage ? it doesn't cast smite when i hover over monsters it only do physical staff damage. also no right click cure
CODE
"Attack" : [1, 'attack', -1, 0],
"Spirit Stance": [1, 'spirit', 0, 0],
"Defend" : [1, 'defend', 0, 0],
"Focus" : [1, 'focus', 0, 0],
"Scan" : [1, 'magic', -1, 1011],
"FUS RO DAH" : [1, 'magic', -1, 1101],
"Orbital Friendship Cannon": [1, 'magic', -1, 1111],
"Skyward Sword" : [1, 'magic', -1, 2101],
"Shield Bash" : [1, 'magic', -1, 2201],
"Vital Strike" : [1, 'magic', -1, 2202],
"Merciful Blow" : [1, 'magic', -1, 2203],
"Great Cleave" : [1, 'magic', -1, 2301],
"Rending Blow" : [1, 'magic', -1, 2302],
"Shatter Strike" : [1, 'magic', -1, 2303],
"Iris Strike" : [1, 'magic', -1, 2401],
"Backstab" : [1, 'magic', -1, 2402],
"Frenzied Blows" : [1, 'magic', -1, 2403],
"Concussive Strike": [1, 'magic', -1, 2501],
"Fiery Blast" : [1, 'magic', -1, 111],
"Inferno" : [1, 'magic', -1, 112],
"Flames of Loki" : [1, 'magic', -1, 113],
"Freeze" : [1, 'magic', -1, 121],
"Blizzard" : [1, 'magic', -1, 122],
"Fimbulvetr" : [1, 'magic', -1, 123],
"Shockblast" : [1, 'magic', -1, 131],
"Chained Lightning": [1, 'magic', -1, 132],
"Wrath of Thor" : [1, 'magic', -1, 133],
"Gale" : [1, 'magic', -1, 141],
"Downburst" : [1, 'magic', -1, 142],
"Storms of Njord" : [1, 'magic', -1, 143],
"Smite" : [1, 'magic', -1, 151],
"Banishment" : [1, 'magic', -1, 152],
"Paradise Lost" : [1, 'magic', -1, 153],
"Corruption" : [1, 'magic', -1, 161],
"Disintegrate" : [1, 'magic', -1, 162],
"Ragnarok" : [1, 'magic', -1, 163],
From CracklingCast. You see the code for each spell in this table.
Edit: but the newest MonsterBation just uses the names
hoverAction = Strongest([Cast('Ragnarok'), Cast('Disintegrate'), Cast('Corruption')]), // Dark spell rotation
so just use Smite etc. instead of Ragnarok etc.
You need to adjust the settings yourself. It's all with very clear instructions inside the script.
This post has been edited by DJNoni: Jul 7 2017, 22:46