idle notifier: Add Ectofuntus animations (#13177)
This commit is contained in:
@@ -209,6 +209,12 @@ public final class AnimationID
|
|||||||
public static final int HOME_MAKE_TABLET = 4067;
|
public static final int HOME_MAKE_TABLET = 4067;
|
||||||
public static final int DRAGONFIRE_SHIELD_SPECIAL = 6696;
|
public static final int DRAGONFIRE_SHIELD_SPECIAL = 6696;
|
||||||
|
|
||||||
|
// Ectofuntus animations
|
||||||
|
public static final int ECTOFUNTUS_FILL_SLIME_BUCKET = 4471;
|
||||||
|
public static final int ECTOFUNTUS_GRIND_BONES = 1648;
|
||||||
|
public static final int ECTOFUNTUS_INSERT_BONES = 1649;
|
||||||
|
public static final int ECTOFUNTUS_EMPTY_BIN = 1650;
|
||||||
|
|
||||||
// NPC animations
|
// NPC animations
|
||||||
public static final int TZTOK_JAD_MAGIC_ATTACK = 2656;
|
public static final int TZTOK_JAD_MAGIC_ATTACK = 2656;
|
||||||
public static final int TZTOK_JAD_RANGE_ATTACK = 2652;
|
public static final int TZTOK_JAD_RANGE_ATTACK = 2652;
|
||||||
|
|||||||
@@ -268,6 +268,10 @@ public class IdleNotifierPlugin extends Plugin
|
|||||||
case MAGIC_ENCHANTING_BOLTS:
|
case MAGIC_ENCHANTING_BOLTS:
|
||||||
/* Prayer */
|
/* Prayer */
|
||||||
case USING_GILDED_ALTAR:
|
case USING_GILDED_ALTAR:
|
||||||
|
case ECTOFUNTUS_FILL_SLIME_BUCKET:
|
||||||
|
case ECTOFUNTUS_INSERT_BONES:
|
||||||
|
case ECTOFUNTUS_GRIND_BONES:
|
||||||
|
case ECTOFUNTUS_EMPTY_BIN:
|
||||||
/* Farming */
|
/* Farming */
|
||||||
case FARMING_MIX_ULTRACOMPOST:
|
case FARMING_MIX_ULTRACOMPOST:
|
||||||
case FARMING_HARVEST_BUSH:
|
case FARMING_HARVEST_BUSH:
|
||||||
|
|||||||
Reference in New Issue
Block a user