Remove Portal Stone from leader when entering Antharas.
Contributed by Psyancy.
This commit is contained in:
parent
9fc4fd1796
commit
9ecadcfa3e
@ -61,7 +61,7 @@ public class Antharas extends AbstractNpcAI
|
|||||||
private static final int BOMBER = 29070; // Dragon Bomber
|
private static final int BOMBER = 29070; // Dragon Bomber
|
||||||
private static final int HEART = 13001; // Heart of Warding
|
private static final int HEART = 13001; // Heart of Warding
|
||||||
private static final int CUBE = 31859; // Teleportation Cubic
|
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
|
static
|
||||||
{
|
{
|
||||||
INVISIBLE_NPC.put(29077, new Location(177229, 113298, -7735)); // antaras_clear_npc_1
|
INVISIBLE_NPC.put(29077, new Location(177229, 113298, -7735)); // antaras_clear_npc_1
|
||||||
@ -231,6 +231,7 @@ public class Antharas extends AbstractNpcAI
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
takeItems(player, STONE, 1);
|
||||||
for (PlayerInstance member : members)
|
for (PlayerInstance member : members)
|
||||||
{
|
{
|
||||||
if (member.isInsideRadius3D(npc, 1000))
|
if (member.isInsideRadius3D(npc, 1000))
|
||||||
|
Loading…
Reference in New Issue
Block a user