update and fix raids thieving plugin

This commit is contained in:
HSJ-OSRS
2019-08-03 03:46:58 +01:00
parent 063e1e9672
commit dec35ff5bb
11 changed files with 386 additions and 571 deletions

View File

@@ -34,6 +34,7 @@ public class GraphicID
public static final int ENTANGLE = 179;
public static final int SNARE = 180;
public static final int BIND = 181;
public static final int POISON_SPLAT = 184;
public static final int ICE_RUSH = 361;
public static final int ICE_BURST = 363;
public static final int ICE_BLITZ = 367;
@@ -57,4 +58,4 @@ public class GraphicID
public static final int OLM_CRYSTAL = 1447;
public static final int XERIC_TELEPORT = 1612;
public static final int HYDRA_LIGHTNING = 1666;
}
}