TaoTaoTap 0 Posted November 17, 2023 Hi, I'm trying to make a friendly to use bot that can execute simple command by reading private message sended by the owner. It is possible for exemple, having the bot farming then, when a private message is sent by the owner, the bot will go at bank, retreive specific items and then go trade to the owner?
xyz111 90 Posted November 17, 2023 (edited) Yes, check this: https://dreambot.org/javadocs/org/dreambot/api/script/listener/ChatListener.html Alternatively you can use Java WebSockets. Like the example you provided, you can open a communication channel between clients and server. Edited November 17, 2023 by xyz111 TaoTaoTap 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now