Reid Posted May 22, 2014 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
Dog_ Posted May 22, 2014 Posted May 22, 2014 Yes it's broken, the update changed a bit of message related stuff 1
denoxum Posted May 23, 2014 Posted May 23, 2014 (edited) Yes, it's broken. [edit] not anymore Edited May 23, 2014 by denoxum