These should be correct, I'm not sure if I found every single one of them or not. Keep your five bucks.Code:private static final Animation MAGIC_ATTACK = new Animation(7436); private static final Animation MELEE_ATTACK = new Animation(7441); private static final Animation RANGED_ATTACK = new Animation(7446); private static final Projectile FIRST_MAGIC_PROJ = new Projectile(1331, 43, 250, 57, 85, 110, 64); private static final Projectile SECOND_MAGIC_PROJ = new Projectile(1331, 250, 0, 57, 45, 127, 64); private static final Projectile RANGED_PROJ = new Projectile(1332, 20, 30, 40, 15, 110, 64); private static final Graphics MAGIC_EXPLOSION = new Graphics(659); private static final Graphics RANGED_EXPLOSION = new Graphics(305);










