Error while setting up an instance zone

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
broukes
Posts: 49
Joined: Fri Dec 31, 2010 3:01 am

Error while setting up an instance zone

Post by broukes »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

I was trying to set up my chamber of delusion

Image

came across this if anybody knows what this means...

It will be greatly appreciated!
Thanks in advance
broukes
Posts: 49
Joined: Fri Dec 31, 2010 3:01 am

Re: Error while setting up an instance zone

Post by broukes »

As you all know chamber of delusion is separated in i believe 6 instances ..

and that happened to all 6's
User avatar
badboy29
Posts: 417
Joined: Fri Apr 24, 2009 5:34 am
Location: Brazil

Re: Error while setting up an instance zone

Post by badboy29 »

It's not done yet...
Aka UnHoly
User avatar
sync
Posts: 85
Joined: Fri Sep 24, 2010 9:45 am
Location: German

Re: Error while setting up an instance zone

Post by sync »

In the latest update has changed the message system.
You have to be replaced:

Code: Select all

player.sendPacket(new SystemMessage(SystemMessageId.
on

Code: Select all

player.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.
and

Code: Select all

SystemMessage sm = new SystemMessage(SystemMessageId.
on

Code: Select all

SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.
I think you understand. :wink:
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Error while setting up an instance zone

Post by hope »

Where did you get the bad java file from?
broukes
Posts: 49
Joined: Fri Dec 31, 2010 3:01 am

Re: Error while setting up an instance zone

Post by broukes »

sync wrote:In the latest update has changed the message system.
You have to be replaced:

Code: Select all

player.sendPacket(new SystemMessage(SystemMessageId.
on

Code: Select all

player.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.
and

Code: Select all

SystemMessage sm = new SystemMessage(SystemMessageId.
on

Code: Select all

SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.
I think you understand. :wink:
I apologize but i didnt understand ..
What are the new ones whats the old?
ya made a big mess there
broukes
Posts: 49
Joined: Fri Dec 31, 2010 3:01 am

Re: Error while setting up an instance zone

Post by broukes »

broukes wrote:
sync wrote:In the latest update has changed the message system.
You have to be replaced:

Code: Select all

player.sendPacket(new SystemMessage(SystemMessageId.
on

Code: Select all

player.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.
and

Code: Select all

SystemMessage sm = new SystemMessage(SystemMessageId.
on

Code: Select all

SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.
I think you understand. :wink:
I apologize but i didnt understand ..
What are the new ones whats the old?
ya made a big mess there
Thank you FIXED! FOR ALL WHO SAID CHAMBER ISNT done it is ..!!
do search or pm
User avatar
netvirus
Advanced User
Advanced User
Posts: 408
Joined: Sun Aug 02, 2009 3:43 pm
Location: Russia
Contact:

Re: Error while setting up an instance zone

Post by netvirus »

FidoNet - iddqd
Post Reply