idle notifier: add support for the imcando hammer
This commit is contained in:
@@ -101,6 +101,7 @@ public final class AnimationID
|
||||
public static final int SMITHING_SMELTING = 899;
|
||||
public static final int SMITHING_CANNONBALL = 827; //cball smithing uses this and SMITHING_SMELTING
|
||||
public static final int SMITHING_ANVIL = 898;
|
||||
public static final int SMITHING_IMCANDO_HAMMER = 8911;
|
||||
public static final int FISHING_BIG_NET = 620;
|
||||
public static final int FISHING_NET = 621;
|
||||
public static final int FISHING_POLE_CAST = 623; // pole is in the water
|
||||
|
||||
@@ -189,6 +189,7 @@ public class IdleNotifierPlugin extends Plugin
|
||||
case FLETCHING_ATTACH_BOLT_TIPS_TO_DRAGON_BOLT:
|
||||
/* Smithing(Anvil, Furnace, Cannonballs */
|
||||
case SMITHING_ANVIL:
|
||||
case SMITHING_IMCANDO_HAMMER:
|
||||
case SMITHING_SMELTING:
|
||||
case SMITHING_CANNONBALL:
|
||||
/* Fishing */
|
||||
|
||||
Reference in New Issue
Block a user