Daily mission items.

Contributed by Stayway.
This commit is contained in:
MobiusDev
2017-06-20 07:05:14 +00:00
parent 4fe375bb22
commit 53568cac6d
21 changed files with 1474 additions and 271 deletions

View File

@@ -26,6 +26,9 @@ public enum ArmorType implements ItemType
HEAVY,
MAGIC,
SIGIL,
RING,
EARRING,
NECKLACE,
// L2J CUSTOM
SHIELD;

View File

@@ -191,7 +191,16 @@ public enum AbnormalVisualEffect
BIG_BODY_2(173),
BIG_BODY_3(174),
DRAGON_ULTIMATE(700),
CHANGE_HALLOWEEN(1000);
CHANGE_HALLOWEEN(1000),
FX_EARRING_1(10001),
FX_R_RING_1(10002),
FX_NECKRACE_1(10003),
FX_EARRING_2(10004),
FX_R_RING_2(10005),
FX_NECKRACE_2(10006),
FX_EARRING_3(10007),
FX_R_RING_3(10008),
FX_NECKRACE_3(10009);
private final int _clientId;