Add bake pie & string jewelry to idle notifier (#3486)
This commit is contained in:
@@ -118,6 +118,8 @@ public final class AnimationID
|
|||||||
public static final int MINING_MOTHERLODE_3A = 7282;
|
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 HERBLORE_POTIONMAKING = 363; //used for both herb and secondary
|
||||||
public static final int MAGIC_CHARGING_ORBS = 726;
|
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 BURYING_BONES = 827;
|
||||||
public static final int USING_GILDED_ALTAR = 3705;
|
public static final int USING_GILDED_ALTAR = 3705;
|
||||||
public static final int LOOKING_INTO = 832;
|
public static final int LOOKING_INTO = 832;
|
||||||
|
|||||||
@@ -182,6 +182,8 @@ public class IdleNotifierPlugin extends Plugin
|
|||||||
case HERBLORE_MAKE_TAR:
|
case HERBLORE_MAKE_TAR:
|
||||||
/* Magic */
|
/* Magic */
|
||||||
case MAGIC_CHARGING_ORBS:
|
case MAGIC_CHARGING_ORBS:
|
||||||
|
case MAGIC_LUNAR_STRING_JEWELRY:
|
||||||
|
case MAGIC_LUNAR_BAKE_PIE:
|
||||||
/* Prayer */
|
/* Prayer */
|
||||||
case USING_GILDED_ALTAR:
|
case USING_GILDED_ALTAR:
|
||||||
resetTimers();
|
resetTimers();
|
||||||
|
|||||||
Reference in New Issue
Block a user