Would be nice to have a "Restart" button that restarted the bot instance with the same Account and RS Client.
It could also refresh the bot in -sdk mode.
I've been updating one of my bots (Rain Maker OSRS), one of the main issues with it is the fact that it is quite slow due to the fact that it miss clicks a lot (~1/3 of the time) when banking.
I'm using the regular Bank class methods.
I was wondering if there is a better way.
Execute method...
I'm trying to use the EventDispatcher (com.runemate.game.api.script.framework.core.EventDispatcher) to fire a custom event I created.
It's not working (its not dispaching) and I can't figure it out why.
Custom Event:
package com.TheVTM.bots.BonePrayer.Events;
import...
I'm trying to use Jackson (java json library) in my bot.
It works great when debbuging because I have the jar in my working directory.
The problem is that its not being exported so the module will be missing in the end user.
How do I export the module/library?
For some reason on my client every bot seems to be unable to use WebPath/RegionPath.
Diggin through code I found that both methods always return null.
I tested on
2 different machines
Windows 10 / Ubuntu / Arch Linux
RS3 and OSRS
This is the output for MaxiWorldWalker:
(12:42:16)...