idle notifier: add amulet enchanting animations

This commit is contained in:
Lucwousin
2019-04-09 16:00:55 +02:00
committed by Adam
parent 42fb3dbf7b
commit 564f96fbf5
2 changed files with 6 additions and 0 deletions

View File

@@ -125,6 +125,9 @@ public final class AnimationID
public static final int MAGIC_CHARGING_ORBS = 726;
public static final int MAGIC_MAKE_TABLET = 4068;
public static final int MAGIC_ENCHANTING_JEWELRY = 931;
public static final int MAGIC_ENCHANTING_AMULET_1 = 719; // sapphire, opal, diamond
public static final int MAGIC_ENCHANTING_AMULET_2 = 720; // emerald, jade, dragonstone
public static final int MAGIC_ENCHANTING_AMULET_3 = 721; // ruby, topaz, onyx, zenyte
public static final int BURYING_BONES = 827;
public static final int USING_GILDED_ALTAR = 3705;
public static final int LOOKING_INTO = 832;