-Implemented new cubics & cubic skills.

-Fixed some visual bugs (character see removed cubic, not see seed talisman aura until re-equip talisman).
-Removed unused packet ExGetBossRecord (I forgot remove this in my raid points patch).

Contributed by NviX.
This commit is contained in:
MobiusDev
2015-07-07 12:50:33 +00:00
parent f25a32b9f7
commit 71fd68697b
11 changed files with 551 additions and 235 deletions

View File

@@ -505,6 +505,9 @@ public class EnterWorld extends L2GameClientPacket
}
}
// Temp Fix
activeChar.broadcastUserInfo();
activeChar.sendPacket(SystemMessageId.WELCOME_TO_THE_WORLD_OF_LINEAGE_II);
AnnouncementsTable.getInstance().showAnnouncements(activeChar);