idlenotifier: add support for gilded altar
This commit is contained in:
@@ -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 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 BURYING_BONES = 827;
|
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 LOOKING_INTO = 832;
|
||||||
public static final int DIG = 830;
|
public static final int DIG = 830;
|
||||||
public static final int VENGEANCE_OTHER = 4411;
|
public static final int VENGEANCE_OTHER = 4411;
|
||||||
|
|||||||
@@ -181,6 +181,8 @@ public class IdleNotifierPlugin extends Plugin
|
|||||||
case HERBLORE_MAKE_TAR:
|
case HERBLORE_MAKE_TAR:
|
||||||
/* Magic */
|
/* Magic */
|
||||||
case MAGIC_CHARGING_ORBS:
|
case MAGIC_CHARGING_ORBS:
|
||||||
|
/* Prayer */
|
||||||
|
case USING_GILDED_ALTAR:
|
||||||
resetTimers();
|
resetTimers();
|
||||||
notifyIdle = true;
|
notifyIdle = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user