Page 1 of 1
unstuck
Posted: Fri Feb 19, 2010 4:16 pm
by MKas
Hello,
how to turn of /unstuck command?
Re: unstuck
Posted: Fri Feb 19, 2010 5:54 pm
by jurchiks
why would you want to turn it off? it's for characters who are stuck or have no SOE
if you have put wrong time in configs, it's your fault
Character.properties
UnstuckInterval = 300
Re: unstuck
Posted: Tue Feb 23, 2010 6:09 pm
by MKas
My config is ok. I just want to turn off this command.
Re: unstuck
Posted: Tue Feb 23, 2010 6:26 pm
by _DS_
Then remove its handler from MasterHandler.java
Re: unstuck
Posted: Wed Feb 24, 2010 1:36 pm
by MKas
Re: unstuck
Posted: Wed Feb 24, 2010 1:40 pm
by denser
Code: Select all
//UserCommandHandler.getInstance().registerUserCommandHandler(new Escape());
this one. better comment it like i show you
Re: unstuck
Posted: Wed Feb 24, 2010 2:00 pm
by MKas
Thank you. (Lock)