Page 1 of 1

Lilith / Anakim

Posted: Mon Mar 15, 2010 4:55 pm
by rock and roll
L2J Revision Number:7176
L2JDP Revision Number: 4001

This boss are working fine?
I test the entrance in catacomb but I can't port to boss room.
If done, how to access boss room?

Re: Lilith / Anakim

Posted: Mon Mar 15, 2010 5:56 pm
by jurchiks

Code: Select all

		int playerCabal = SevenSigns.getInstance().getPlayerCabal(player);		int sealAvariceOwner = SevenSigns.getInstance().getSealOwner(SevenSigns.SEAL_AVARICE);		int compWinner = SevenSigns.getInstance().getCabalHighestScore(); 		if (playerCabal == sealAvariceOwner && playerCabal == compWinner)		{			switch (sealAvariceOwner)			{			case SevenSigns.CABAL_DAWN:				htmltext = "dawn.htm";				break;			case SevenSigns.CABAL_DUSK:				htmltext = "dusk.htm";				break;			case SevenSigns.CABAL_NULL:				npc.showChatWindow(player);				break;			}
what I have noticed and what is probably a bug - lilith and anakim spawn in different rooms, but the teleport is the same for both sides, which means you can get only to one of them
at least, that's how it was a couple months ago but I haven't seen any change related to this, so...