MouseMelee Lightning++ / HoverPlay 1.5
HoverPlay.user.js.zip ( 2.45k )
Number of downloads: 1539- Hover over monsters to (spell)-attack them (uses first available spell from the
Spell_List if list is not empty - no rotation\spellcycle) (number-keys spellspam too)(when you have a spell or debuff charged\hovered - it would normal attack then)
- before attacking checks for hp, mp, sp and if it's too low - shows icons for fixing that (heals, pots etc) instead of attacking
- for spirit stance - shows icon (of protection scroll) if it's 250%
- for gems - includes gem script (works as previously + hoverable) - so you should remove\turn off separate show gem script if you have it
- for buffs - moves expiring buffs to "gem-bar" & makes those click-hoverable to rebuff + stops attacking if enabled in options. (You must have those buffs in your
Quickbar for rebuff to work)
- shift hotkey - disables hover-attacking (alert bars and rebuff icons would still be shown)
- Space \ RightClick hotkey - consumes first item from left at the "gem-bar" (e.g. heal, spirit stance, potion, rebuff)
- MiddleClick hotkey - a spell \ skill hotkey (can be either any Spell or any Skill, not just offensive\deprecating)
-
options - by default options are set for holy-
mage-play, you
must edit options at the top of the script before installing it to better suit your needs (if you aren't a holy mage)! :
= choose spells to spam (or make
var Spell_list = []; to not spam any spells and just normal-attack)
= you can only use offensive & deprecating spells for
Spell_List (ones affecting enemy)
Recommended settings for
melee players (not mages):
CODE
//// settings:
var Spell_list = [];
var Spell_middle_click = "Imperil";
// thresholds for stop
var HP_T = 0.40;
var MP_T = 0.11;
var SP_T = 0.1;
var stop_on_rebuffs = true;
new in this release:-
Space hotkey - consumes first item from left at the "gem-bar" (e.g. heal, spirit stance, potion, rebuff)
- MiddleClick hotkey - a spell \ skill hotkey
- fix for Recast action when using spell spamming
- some
optimization to not run attacks twice+ per page
- changed unix line terminators to windows ones so you should view script file normally now in
notepad (LF-> CRLF)
in next versions:- probably a debuffer to cycle-debuff monsters before (spell)-attacking
Previous ver changelog:QUOTE(Owyn @ May 5 2014, 18:51)
MouseMelee Lightning++ / HoverPlay 1.4
- SpellSpam - spams first available spell in the list (just offensive spells; + if you hover monsters debuff or already have a spell charged to fire - it would just normal-attack instead)
- Right Click - consumes first item from left at the "gem-bar" (e.g. heal, spirit stance, potion, rebuff)
- If buff is expiring - stops attacking (like if your HP was low)
- rebuff for Spark of Life
- added some logic to not show heal spell icon if you have a health gem shown already etc + if HP is low it would show one of those: Health Gem, Cure, Full-Cure (and not just Cure as it was before)
- and added (and tested 34.0.1847.131) support for Google Chrome
P.S. - don't forget to disable\uninstall previous version (1.3 and lower) of mousemelee Lightning script so they won't work all together
This post has been edited by Owyn: Jun 1 2014, 22:13