QUOTE(animarum @ Jul 3 2019, 16:06)

Is there a good way to play HV on phone/mobile?
samsung note 9 for reference.
yes there is, but is is a bit hard:
1. Install Chrome on your mobile
2. Install Chrome add-on "Tampermonkey" in Chrome on your mobile
3. Install Monsterbation script in tampermonkey on your mobile
- hard part: getting the configuration right. I can't edit scripts on my samsung on tampermonkey.
4a. Preferred option: get the settings right for your play style in Monsterbation Settings (not in script) through user interface in HV
4b. Alternative: On your pc, get the settings right for your play style in Monsterbation script (in script code, not in settings)
5. Get the Mobile settings right in Monsterbation (through 4a or 4b, what works for you). For dark mage, that looks like this if you do it in the script code:
CODE
// mobile settings
clearRound = false, // clear target and reset hoverAction at round transition, to avoid lingering taps and make monsterBar safer
spacedBar = false, // increase spacing of quickbar and monster bars
monsterBar = [ [false,'213'], [true,'163','162','161'] ],
6. Play though Chrome with Monsterbation running in Tampermonkey, by clicking attack next to monster once until the monster dies, then click next monster attack button, etc. For mage, I have 'imperil' and ' spell rotation' as buttons, as you can see in the code
That works really, really well, especially in combination with the quickbar extend for cure and buffs:
CODE
quickbarExtend = [ 1,'ikey_1','ikey_2','ikey_3','ikey_4','ikey_5','ikey_6','ikey_7', 'ikey_8', 'ikey_9', 'ikey_10', 'ikey_11', 'ikey_12','ikey_s1','ikey_s2', 'ikey_n1', 'ikey_5'],
(again this is how I have the settings in the code of the script, not in the settings through the user interface.)