Merge pull request #4002 from HSJ-OSRS/battlestaves-idle

Add battlestaff crafting to idle notifier
This commit is contained in:
Tomas Slusny
2018-06-25 17:21:12 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -153,4 +153,7 @@ public final class AnimationID
// Arceuus spellbook
public static final int MAGIC_ARCEUUS_RESURRECT_CROPS = 7118;
// Battlestaff Crafting
public static final int CRAFTING_BATTLESTAVES = 7531;
}

View File

@@ -112,7 +112,7 @@ public class IdleNotifierPlugin extends Plugin
case COOKING_FIRE:
case COOKING_RANGE:
case COOKING_WINE:
/* Crafting(Gem Cutting, Glassblowing, Spinning) */
/* Crafting(Gem Cutting, Glassblowing, Spinning, Battlestaves) */
case GEM_CUTTING_OPAL:
case GEM_CUTTING_JADE:
case GEM_CUTTING_REDTOPAZ:
@@ -122,6 +122,7 @@ public class IdleNotifierPlugin extends Plugin
case GEM_CUTTING_DIAMOND:
case CRAFTING_GLASSBLOWING:
case CRAFTING_SPINNING:
case CRAFTING_BATTLESTAVES:
/* Fletching(Cutting, Stringing) */
case FLETCHING_BOW_CUTTING:
case FLETCHING_STRING_NORMAL_SHORTBOW: