Reid Posted May 22, 2014 Share Posted May 22, 2014 public void onMessage(String msg) throws InterruptedException { if (msg.contains("stunned")) { xp.status = "Stunned... sleeping"; sleep(random(2000,2500)); } } was literally working fine yesterday... lol Link to comment Share on other sites More sharing options...
Dog_ Posted May 22, 2014 Share Posted May 22, 2014 Yes it's broken, the update changed a bit of message related stuff 1 Link to comment Share on other sites More sharing options...
denoxum Posted May 23, 2014 Share Posted May 23, 2014 (edited) Yes, it's broken. [edit] not anymore Edited May 23, 2014 by denoxum Link to comment Share on other sites More sharing options...