You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Kellen Evoy edited this page Jan 3, 2023
·
4 revisions
If you are testing a RuneLite bot, make sure RuneLite has been launched via OSBC.
Make sure your bot's options have been initialized with values in its __init__() function.
Open src/OSBC.py and scroll to the bottom of the file.
You'll see some code saying if __name__ == "__main__":. This is the entry point for the program. By modifying a few lines here, we can force OSBC.py to run our bot immediately.
Read & address each comment carefully, they tell you exactly what you need to do.