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?
Lilith / Anakim
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Lilith / Anakim
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Long life for free servers.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Lilith / Anakim
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; }
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.