dayong1433 Posted July 12, 2014 Posted July 12, 2014 (edited) public void onStart() { getBot().getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); } or public void onStart() { bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); } encounter “beekeeper” Red screen Still in the running help me Edited July 20, 2014 by dayong1433
Th3 Posted July 12, 2014 Posted July 12, 2014 No, that code is correct. NEWB it's bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER);
Swizzbeat Posted July 12, 2014 Posted July 12, 2014 NEWB it's bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); Oh they removed the static modifier since OSB1 API 1
dayong1433 Posted July 12, 2014 Author Posted July 12, 2014 (edited) NEWB it's bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); public void onStart() { bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); } the code is correct but “beekeeper” still working red screen Edited July 12, 2014 by dayong1433