unstuck

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
MKas
Posts: 25
Joined: Wed Apr 15, 2009 10:57 am

unstuck

Post by MKas »

Hello,
how to turn of /unstuck command?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: unstuck

Post 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
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
MKas
Posts: 25
Joined: Wed Apr 15, 2009 10:57 am

Re: unstuck

Post by MKas »

My config is ok. I just want to turn off this command.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: unstuck

Post by _DS_ »

Then remove its handler from MasterHandler.java
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
MKas
Posts: 25
Joined: Wed Apr 15, 2009 10:57 am

Re: unstuck

Post by MKas »

Which line I must to remove from MasterHandler? http://l2jdp.com/trac/browser/trunk/dat ... ndler.java
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: unstuck

Post by denser »

MKas wrote:Which line I must to remove from MasterHandler? http://l2jdp.com/trac/browser/trunk/dat ... ndler.java

Code: Select all

//UserCommandHandler.getInstance().registerUserCommandHandler(new Escape());
this one. better comment it like i show you
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
MKas
Posts: 25
Joined: Wed Apr 15, 2009 10:57 am

Re: unstuck

Post by MKas »

Thank you. (Lock)
Post Reply