Fingers getting tired swiping up? Thumbs can't Drink Potions fast enough?
Here's a quick shell script that imitates the button press for drinking. This is tested on the Moto X.#!/bin/bash
adb shell sendevent /dev/input/event2 3 57 4475
adb shell sendevent /dev/input/event2 3 53 227
adb shell sendevent /dev/input/event2 3 54 1059
adb shell sendevent /dev/input/event2 3 58 39
adb shell sendevent /dev/input/event2 3 48 39
adb shell sendevent /dev/input/event2 0 0 0
adb shell sendevent /dev/input/event2 3 57 4294967295
adb shell sendevent /dev/input/event2 0 0 0
I'll have the swiping one posted in a few. This helps with the transmutation of the meads so I don't have to interact with the process. Plus I throw it in a multithreaded function, and in 10 minutes all potions are drank, without any intervention.