projectileid: mage arena 2 (#2831)

Addition of MA2 NPCs AoEs and projectile.

Co-authored-by: Macweese <50101641+Macweese@users.noreply.github.com;macweese@pm.me>
This commit is contained in:
Macweese
2020-10-20 17:53:00 +02:00
committed by GitHub
parent b0fddd32d1
commit 4891962789

View File

@@ -82,6 +82,10 @@ public class ProjectileID
public static final int VERZIK_PURPLE_SPAWN = 1586;
public static final int CERB_FIRE = 1247;
public static final int DERWEN_HEALING_BALL = 1512;
public static final int JUSTICIAR_LEASH = 1515;
public static final int MAGE_ARENA_BOSS_FREEZE = 368;
/**
* missing: superior dark beast
*/
@@ -115,4 +119,6 @@ public class ProjectileID
public static final int HUNLLEF_CORRUPTED_PRAYER_ATTACK = 1714;
public static final int ZALCANO_PROJECTILE = 1728;
public static final int PORAZDIR_ENERGY_BALL = 1514;
}