Opensource bot for Talisman Online written in python.
Only works on windows at the moment.
I have tried running on linux via wine, the UI works, but the server doesn't find any of the TO clients.
I figured a few people could collaborate on this and make something useful for everyone with complete control to add or remove features as they wish. Everyone seems to have crazy UO scripts or their favourite closed source bot app.
- Fully configurable, per char config via the UI
- Attack functionality
- Mana / HP Regen
- Scheduled pet re-spawning / feeding
- Fairy logic to heal the team
- Scheduled Buff's
- Automatic sell to NPC
- Item deletion
- Map based pathing in MDV (other areas coming as i personally find the need)
- Auto start client window and login
Install python, clone this repository, and pip install . in the root directory.
ghost-bot-server- Runs the backend.ghost-bot-client- The UI, you'll do everything in here.
Note
Not a great user experience, I know... I havent sorted out building this into actual executables yet.
check out the issues page
nuitka --mode=app GhostBot/run_client.py
nuitka --mode=app GhostBot/run_server.py
tonirogerio - For absolutely invaluable help with finding the right memory pointers