Lilith / Anakim

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
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Lilith / Anakim

Post 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?
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Lilith / Anakim

Post 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...
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.
Post Reply