Add sand collection to idle notifier
This commit is contained in:
@@ -145,6 +145,7 @@ public final class AnimationID
|
||||
public static final int COW_HOME_TELEPORT_5 = 1700;
|
||||
public static final int COW_HOME_TELEPORT_6 = 1701;
|
||||
public static final int CONSTRUCTION = 3676;
|
||||
public static final int SAND_COLLECTION = 895;
|
||||
|
||||
// NPC animations
|
||||
public static final int TZTOK_JAD_MAGIC_ATTACK = 2656;
|
||||
|
||||
@@ -207,6 +207,8 @@ public class IdleNotifierPlugin extends Plugin
|
||||
case MAGIC_MAKE_TABLET:
|
||||
/* Prayer */
|
||||
case USING_GILDED_ALTAR:
|
||||
/* Misc */
|
||||
case SAND_COLLECTION:
|
||||
resetTimers();
|
||||
lastAnimation = animation;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user