Daichir Teleporter AI.
This commit is contained in:
4
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-1.html
vendored
Normal file
4
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-1.html
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<html><body>Head Priest of the Earth Daichir:<br>
|
||||
There is an active siege at the Earth Wyrn Cave!<br>
|
||||
At this time it's impossible to enter.
|
||||
</body></html>
|
4
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-2.html
vendored
Normal file
4
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-2.html
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<html><body>Head Priest of the Earth Daichir:<br>
|
||||
Trasken? You're too late, friend.<br>
|
||||
A group of warriors drove him off not long ago.
|
||||
</body></html>
|
4
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-3.html
vendored
Normal file
4
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-3.html
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<html><body>Head Priest of the Earth Daichir:<br>
|
||||
You are overcome by a voice, a voice so powerful you are helpless as it speaks:<br>
|
||||
(The players who belong to an association can only enter through the Association Leader.)
|
||||
</body></html>
|
3
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-4.html
vendored
Normal file
3
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-4.html
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<html><body>Head Priest of the Earth Daichir:<br>
|
||||
(A command channel needs at least minimum: <font color="LEVEL">%min%</font> and maximum: <font color="LEVEL">%max%</font> members to challenge Trasken.)
|
||||
</body></html>
|
3
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-5.html
vendored
Normal file
3
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537-5.html
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<html><body>Head Priest of the Earth Daichir:<br>
|
||||
(A command channel members level must be minimum: <font color="LEVEL">%minlvl% Lvl</font> or higher to challenge Trasken.)
|
||||
</body></html>
|
8
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537.html
vendored
Normal file
8
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/30537.html
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<html><body>Head Priest of the Earth Daichir:<br>
|
||||
<font color="LEVEL">Karna Maphra!</font> Abundance! Prosperity! All your talents and abilities are gifts from the goddess, same with your successes and fame! Serve her and be thankful.<br>
|
||||
Although we are unfortunate to be suffering, do not pity yourself. All is meant. All will be remedied.<br>
|
||||
The Goddess of the Earth is always beside you. We must repay her for the kindness she allows us.<br>
|
||||
If you want the blessing of goddess to be always with you, remember my words! <font color="LEVEL">"Karna Maphra!"</font><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Daichir enterZone">"What of Trasken?"</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
128
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/Daichir.java
vendored
Normal file
128
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Daichir/Daichir.java
vendored
Normal file
@@ -0,0 +1,128 @@
|
||||
/*
|
||||
* This file is part of the L2J Mobius project.
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package ai.bosses.Trasken.Daichir;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.l2jmobius.Config;
|
||||
import com.l2jmobius.gameserver.instancemanager.GrandBossManager;
|
||||
import com.l2jmobius.gameserver.model.L2Party;
|
||||
import com.l2jmobius.gameserver.model.Location;
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jmobius.gameserver.network.serverpackets.NpcHtmlMessage;
|
||||
|
||||
import ai.AbstractNpcAI;
|
||||
|
||||
/**
|
||||
* Daichir Teleporter AI
|
||||
* @author Mobius
|
||||
*/
|
||||
public class Daichir extends AbstractNpcAI
|
||||
{
|
||||
// NPCs
|
||||
private static final int DAICHIR = 30537;
|
||||
private static final int TRASKEN = 29197;
|
||||
// Locations
|
||||
private static final Location ENTER_LOCATION = new Location(75445, -182112, -9880);
|
||||
// Status
|
||||
private static final int FIGHTING = 1;
|
||||
private static final int DEAD = 3;
|
||||
|
||||
public Daichir()
|
||||
{
|
||||
addFirstTalkId(DAICHIR);
|
||||
addTalkId(DAICHIR);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
if (event.equals("enterZone"))
|
||||
{
|
||||
final int status = GrandBossManager.getInstance().getBossStatus(TRASKEN);
|
||||
if (player.isGM())
|
||||
{
|
||||
player.teleToLocation(ENTER_LOCATION, true);
|
||||
GrandBossManager.getInstance().setBossStatus(TRASKEN, FIGHTING);
|
||||
}
|
||||
else
|
||||
{
|
||||
if (status == FIGHTING)
|
||||
{
|
||||
return "33881-1.html";
|
||||
}
|
||||
if (status == DEAD)
|
||||
{
|
||||
return "33881-2.html";
|
||||
}
|
||||
if (!player.isInParty())
|
||||
{
|
||||
return "33881-3.html";
|
||||
}
|
||||
final L2Party party = player.getParty();
|
||||
final boolean isInCC = party.isInCommandChannel();
|
||||
final List<L2PcInstance> members = (isInCC) ? party.getCommandChannel().getMembers() : party.getMembers();
|
||||
final boolean isPartyLeader = (isInCC) ? party.getCommandChannel().isLeader(player) : party.isLeader(player);
|
||||
if (!isPartyLeader)
|
||||
{
|
||||
return "33881-3.html";
|
||||
}
|
||||
if ((members.size() < Config.TRASKEN_MIN_PLAYERS) || (members.size() > Config.TRASKEN_MAX_PLAYERS))
|
||||
{
|
||||
final NpcHtmlMessage packet = new NpcHtmlMessage(npc.getObjectId());
|
||||
packet.setHtml(getHtm(player.getHtmlPrefix(), "33881-4.html"));
|
||||
packet.replace("%min%", Integer.toString(Config.TRASKEN_MIN_PLAYERS));
|
||||
packet.replace("%max%", Integer.toString(Config.TRASKEN_MAX_PLAYERS));
|
||||
player.sendPacket(packet);
|
||||
return null;
|
||||
}
|
||||
for (L2PcInstance member : members)
|
||||
{
|
||||
if (member.getLevel() < Config.TRASKEN_MIN_PLAYER_LVL)
|
||||
{
|
||||
final NpcHtmlMessage packet = new NpcHtmlMessage(npc.getObjectId());
|
||||
packet.setHtml(getHtm(player.getHtmlPrefix(), "33881-5.html"));
|
||||
packet.replace("%minlvl%", Integer.toString(Config.TRASKEN_MIN_PLAYER_LVL));
|
||||
player.sendPacket(packet);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
for (L2PcInstance member : members)
|
||||
{
|
||||
if (member.isInsideRadius(npc, 1500, true, false))
|
||||
{
|
||||
member.teleToLocation(ENTER_LOCATION, true);
|
||||
GrandBossManager.getInstance().setBossStatus(TRASKEN, FIGHTING);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onFirstTalk(L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
return npc.getId() + ".html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
new Daichir();
|
||||
}
|
||||
}
|
@@ -70,6 +70,7 @@ public class Trasken extends AbstractNpcAI
|
||||
private static final int DIGISTIVE = 29206;
|
||||
private static final int TRADJAN = 19160;
|
||||
private static final int HEART_ERTHWYRM = 19081;
|
||||
private static final int TELEPORT_ORB = 33513;
|
||||
// Zone
|
||||
private static final int ZONE_ID = 12108;
|
||||
private static final int ZONE_ID_HEART = 12109;
|
||||
@@ -81,7 +82,6 @@ public class Trasken extends AbstractNpcAI
|
||||
22120846
|
||||
};
|
||||
private static final int DOOR = 22120001;
|
||||
private static final Location ENTER_LOCATION = new Location(75445, -182112, -9880);
|
||||
private static final Location EXIT_LOCATION = new Location(87679, -141982, -1341);
|
||||
static final Location CENTER_LOCATION = new Location(81208, -182095, -9895);
|
||||
static final Location HEART_LOCATION = new Location(81208, -182095, -9895);
|
||||
@@ -579,14 +579,12 @@ public class Trasken extends AbstractNpcAI
|
||||
{
|
||||
switch (event)
|
||||
{
|
||||
case "enterZone":
|
||||
{
|
||||
player.teleToLocation(ENTER_LOCATION);
|
||||
break;
|
||||
}
|
||||
case "exitZone":
|
||||
{
|
||||
player.teleToLocation(EXIT_LOCATION);
|
||||
if (npc.getId() == TELEPORT_ORB)
|
||||
{
|
||||
player.teleToLocation(EXIT_LOCATION);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "finish":
|
||||
|
Reference in New Issue
Block a user