I really wish there was an autoclick or something else to deposit points in the bank, because I’m mobile and jumping endlessly to deposit points is very annoying and can ruin the game sometimes even if it’s a small detail.
i think a better solution would just be to modify how the banks work for mobile players
After reading the docs for TShock, it’s likely that there are likely many ways to approach this (assuming the server is running TShock plugins) that could be used to enhance the mobile experience:
One optimal solution that works on all platforms would be to make it so that the “/upall” command would affect the bank sentry too, making you deposit all money.
Another approach would be to add a separate command (eg. “/bankall”) to do the above in a separate command instead of merging it with “/upall.”
A third way is to detect when the player is next to the sentry and using their held item, and when those packets are sent, trigger a deposit.
Or you could disable stick jump in your controls settings, and you’ll stop jumping when you flick your left stick upwards. ¯_(ツ)_/¯
Either way this seems like a fun coding project I might try, for shits and giggles.