Xellic Posted December 22, 2014 Posted December 22, 2014 (edited) Hi, just wondering if WalkingEvent is used to create a randomized path as opposed to a typical static localWalker.walkPath()? How would I go about using this? Will this provide less of a ban chance? EDIT: I think I've got it. Create a new instance of WalkingEvent with the desired parameters and then call it using execute(WalkingEvent entity). Edited December 22, 2014 by Xellic
Joseph Posted December 22, 2014 Posted December 22, 2014 make sure to use the EventExecutor that can be found in the bot class
Xellic Posted December 22, 2014 Author Posted December 22, 2014 make sure to use the EventExecutor that can be found in the bot class Which one and why?
Joseph Posted December 22, 2014 Posted December 22, 2014 Which one and why? because walking event is a event. for you to execute that event you need the eventExecutor. bot#getEventExectuor.execute(EVENT);