Usercommandhandler/instancezone.java error?

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
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Usercommandhandler/instancezone.java error?

Post by momo61 »

revision: 7736

Code: Select all

              SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.INSTANT_ZONE_CURRENTLY_INUSE);
Revision: 7737

Code: Select all

             SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.INSTANT_ZONE_CURRENTLY_INUSE_S1);
When i updated my eclipse, i get an error (a red mark) for the 4473 revision change.
I thought "hmm, must be some general error", but when i added it to a testserver it shows this error:

Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Usercommandhandler/instancezone.java error?

Post by jurchiks »

You didn't update SystemMessage.java
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.
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Usercommandhandler/instancezone.java error?

Post by momo61 »

jurchiks wrote:You didn't update SystemMessage.java
You mean the handler or the core? Because core I was using 4477.
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Usercommandhandler/instancezone.java error?

Post by momo61 »

Ahhh, yes. I forgot the core part apparently. Stupid me.

Thanks a lot for your help.
Post Reply