Add bake pie & string jewelry to idle notifier (#3486)

This commit is contained in:
TzZek
2018-06-05 02:54:13 -04:00
committed by Tomas Slusny
parent f9d7ca1dd9
commit 199212d011
2 changed files with 4 additions and 0 deletions

View File

@@ -118,6 +118,8 @@ public final class AnimationID
public static final int MINING_MOTHERLODE_3A = 7282;
public static final int HERBLORE_POTIONMAKING = 363; //used for both herb and secondary
public static final int MAGIC_CHARGING_ORBS = 726;
public static final int MAGIC_LUNAR_STRING_JEWELRY = 4412;
public static final int MAGIC_LUNAR_BAKE_PIE = 4413;
public static final int BURYING_BONES = 827;
public static final int USING_GILDED_ALTAR = 3705;
public static final int LOOKING_INTO = 832;

View File

@@ -182,6 +182,8 @@ public class IdleNotifierPlugin extends Plugin
case HERBLORE_MAKE_TAR:
/* Magic */
case MAGIC_CHARGING_ORBS:
case MAGIC_LUNAR_STRING_JEWELRY:
case MAGIC_LUNAR_BAKE_PIE:
/* Prayer */
case USING_GILDED_ALTAR:
resetTimers();