Bickfordbft 2 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); }
Nex 2546 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
Neffarion 486 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.