dayong1433 Posted July 12, 2014 Share 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 Link to comment Share on other sites More sharing options...
Swizzbeat Posted July 12, 2014 Share Posted July 12, 2014 No, that code is correct. 1 Link to comment Share on other sites More sharing options...
Th3 Posted July 12, 2014 Share Posted July 12, 2014 No, that code is correct. NEWB it's bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); Link to comment Share on other sites More sharing options...
Swizzbeat Posted July 12, 2014 Share Posted July 12, 2014 NEWB it's bot.getRandomExecutor().unregisterHook(RandomEvent.BEE_KEEPER); Oh they removed the static modifier since OSB1 API 1 Link to comment Share on other sites More sharing options...
dayong1433 Posted July 12, 2014 Author Share Posted July 12, 2014 thank you all Link to comment Share on other sites More sharing options...
dayong1433 Posted July 12, 2014 Author Share 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 Link to comment Share on other sites More sharing options...