Sync with L2jServer HighFive May 19th 2015.

This commit is contained in:
MobiusDev
2015-05-19 14:57:13 +00:00
parent 0337dd64a2
commit 6b9ed81821
17 changed files with 146 additions and 124 deletions

View File

@@ -251,6 +251,7 @@ public final class MinionSpawnManager extends AbstractNpcAI
NPC.add(27186); // Fairy Tree of Star
NPC.add(27187); // Fairy Tree of Twilight
NPC.add(27188); // Fairy Tree of Abyss
NPC.add(29001); // Queen Ant
}
private static final NpcStringId[] ON_ATTACK_MSG =

View File

@@ -521,7 +521,7 @@ public final class Antharas extends AbstractNpcAI
}
else
{
player.sendMessage(getClass().getSimpleName() + ": You cant skip waiting time right now!");
player.sendMessage(getClass().getSimpleName() + ": You can't skip waiting time right now!");
}
break;
}
@@ -536,7 +536,7 @@ public final class Antharas extends AbstractNpcAI
}
else
{
player.sendMessage(getClass().getSimpleName() + ": You cant respawn antharas while antharas is alive!");
player.sendMessage(getClass().getSimpleName() + ": You can't respawn antharas while antharas is alive!");
}
break;
}
@@ -554,12 +554,12 @@ public final class Antharas extends AbstractNpcAI
}
if (player != null) // Player dont will be null just when is this event called from GM command
{
player.sendMessage(getClass().getSimpleName() + ": All minions has been deleted!");
player.sendMessage(getClass().getSimpleName() + ": All minions have been deleted!");
}
}
else if (player != null) // Player dont will be null just when is this event called from GM command
{
player.sendMessage(getClass().getSimpleName() + ": You cant despawn minions right now!");
player.sendMessage(getClass().getSimpleName() + ": You can't despawn minions right now!");
}
break;
}
@@ -595,7 +595,7 @@ public final class Antharas extends AbstractNpcAI
}
else
{
player.sendMessage(getClass().getSimpleName() + ": You cant abort fight right now!");
player.sendMessage(getClass().getSimpleName() + ": You can't abort fight right now!");
}
break;
}