Add Cannon plugin
Shows a count of cannonballs atop the cannon
This commit is contained in:
@@ -102,6 +102,7 @@ public final class AnimationID
|
||||
public static final int MINING_MOTHERLODE_INFERNAL = 4481;
|
||||
public static final int HERBLORE_POTIONMAKING = 363; //used for both herb and secondary
|
||||
public static final int MAGIC_CHARGING_ORBS = 726;
|
||||
public static final int BURYING_BONES = 827;
|
||||
|
||||
// NPC animations
|
||||
public static final int TZTOK_JAD_MAGIC_ATTACK = 2656;
|
||||
|
||||
@@ -26,6 +26,8 @@ package net.runelite.api;
|
||||
|
||||
public class ProjectileID
|
||||
{
|
||||
public static final int CANNONBALL = 53;
|
||||
|
||||
public static final int LIZARDMAN_SHAMAN_AOE = 1293;
|
||||
public static final int CRAZY_ARCHAEOLOGIST_AOE = 1260;
|
||||
public static final int ICE_DEMON_RANGED_AOE = 1324;
|
||||
|
||||
Reference in New Issue
Block a user