Add 3rd Age Axe and 3rd Age Pickaxe animations to Idle Notifier

This commit is contained in:
Kamiel
2018-05-02 01:38:01 +02:00
committed by Adam
parent c3d59508f9
commit a66c3fc6e7
2 changed files with 6 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ public class IdleNotifierPlugin extends Plugin
case WOODCUTTING_RUNE:
case WOODCUTTING_DRAGON:
case WOODCUTTING_INFERNAL:
case WOODCUTTING_3A_AXE:
/* Cooking(Fire, Range) */
case COOKING_FIRE:
case COOKING_RANGE:
@@ -162,6 +163,7 @@ public class IdleNotifierPlugin extends Plugin
case MINING_DRAGON_PICKAXE:
case MINING_DRAGON_PICKAXE_ORN:
case MINING_INFERNAL_PICKAXE:
case MINING_3A_PICKAXE:
/* Mining(Motherlode) */
case MINING_MOTHERLODE_BRONZE:
case MINING_MOTHERLODE_IRON:
@@ -173,6 +175,7 @@ public class IdleNotifierPlugin extends Plugin
case MINING_MOTHERLODE_DRAGON:
case MINING_MOTHERLODE_DRAGON_ORN:
case MINING_MOTHERLODE_INFERNAL:
case MINING_MOTHERLODE_3A:
/* Herblore */
case HERBLORE_POTIONMAKING:
case HERBLORE_MAKE_TAR: