Bickfordbft 2 Share Posted March 12, 2019 I have this public void onTradeMessage(Message arg0) { if (arg0.getMessage().toLowerCase().contains("wishes to trade")) { getTrade().getTradingWith().(I don't know what to put here other than the playertotrade string); } //getTrade().tradeWithPlayer(playertotrade) // String personToTrade = "Bartholomeiu"; // if (arg0.getMessage().toLowerCase().contains("wishes to trade") && arg0.getMessage().toLowerCase().contains(personToTrade)) { //if (getPlayers().closest(personToTrade) != null) //getTrade().tradeWithPlayer(personToTrade); } Link to comment Share on other sites More sharing options...
Nex 2530 Share Posted March 12, 2019 Hi, i personally grab the widget and use that, but you can also trade the player back who traded u so get the trade open Link to comment Share on other sites More sharing options...
Neffarion 471 Share Posted March 12, 2019 just grab the player name from the message and trade him back also, you shouldn't be doing actions like those off the onLoop Link to comment Share on other sites More sharing options...
AliasBots 12 Share Posted March 13, 2019 Aren't there enough doubling/begging bots already? 😄 Link to comment Share on other sites More sharing options...
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