hobomik3 0 Posted December 6, 2018 trying to script for the first time but ive tried for like 2 days to get my bot to find the recieved trade request and find the player who traded them and then trade them back, this player will not always be the same person, i know how to find the code that i want but my problem is knowing how to use it. can anyone help me out? or point me in the right diresctoin on how to find these things out ,thank you
Nuclear Nezz 2104 Posted December 6, 2018 Probably start by learning general Java. That'll help you a lot when it comes to understanding some of the code.
hobomik3 0 Author Posted December 7, 2018 i dont know who the player is going to be, is there a way that i could pick their name out of a trade request?
Pseudo 179 Posted December 7, 2018 12 hours ago, hobomik3 said: i dont know who the player is going to be, is there a way that i could pick their name out of a trade request? Yes, you use the message listener of the client in order to detect the chatbox message of the trade request.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.