Merge pull request #3159 from iguaan/idlenotifier-altar

idlenotifier: add support for gilded altar
This commit is contained in:
Tomas Slusny
2018-05-24 19:38:51 +02:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ public final class AnimationID
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 BURYING_BONES = 827;
public static final int USING_GILDED_ALTAR = 3705;
public static final int LOOKING_INTO = 832;
public static final int DIG = 830;
public static final int VENGEANCE_OTHER = 4411;

View File

@@ -181,6 +181,8 @@ public class IdleNotifierPlugin extends Plugin
case HERBLORE_MAKE_TAR:
/* Magic */
case MAGIC_CHARGING_ORBS:
/* Prayer */
case USING_GILDED_ALTAR:
resetTimers();
notifyIdle = true;
break;