Remove Portal Stone from leader when entering Antharas.

Contributed by Psyancy.
This commit is contained in:
MobiusDevelopment 2019-11-08 17:30:26 +00:00
parent 9fc4fd1796
commit 9ecadcfa3e

View File

@ -61,7 +61,7 @@ public class Antharas extends AbstractNpcAI
private static final int BOMBER = 29070; // Dragon Bomber
private static final int HEART = 13001; // Heart of Warding
private static final int CUBE = 31859; // Teleportation Cubic
private static final Map<Integer, Location> INVISIBLE_NPC = new HashMap<>();
private static final Map<Integer, Location> INVISIBLE_NPC = new HashMap<>();
static
{
INVISIBLE_NPC.put(29077, new Location(177229, 113298, -7735)); // antaras_clear_npc_1
@ -231,6 +231,7 @@ public class Antharas extends AbstractNpcAI
}
else
{
takeItems(player, STONE, 1);
for (PlayerInstance member : members)
{
if (member.isInsideRadius3D(npc, 1000))