diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/bosses/Cyrax/Cyrax.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/bosses/Cyrax/Cyrax.java new file mode 100644 index 0000000000..871178a5fa --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/bosses/Cyrax/Cyrax.java @@ -0,0 +1,45 @@ +/* + * 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 . + */ +package ai.bosses.Cyrax; + +import com.l2jmobius.gameserver.model.actor.L2Npc; +import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; + +import ai.AbstractNpcAI; + +/** + * @author Mobius + */ +public final class Cyrax extends AbstractNpcAI +{ + // NPC + private static final int CYRAX = 29374; + // Item + private static final int FONDUS_STONE = 80322; + + public Cyrax() + { + addKillId(CYRAX); + } + + @Override + public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon) + { + npc.dropItem(killer, FONDUS_STONE, 1); + return super.onKill(npc, killer, isSummon); + } +} diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/29300-29399.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/29300-29399.xml index 021bc3af0b..64ad608dd4 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/29300-29399.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/29300-29399.xml @@ -3151,24 +3151,32 @@ - - - ETC - FEMALE - - + + DRAGON + MALE + + + + + - - + - + - - + + + + + + + + + diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/32700-32799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/32700-32799.xml index 9048b8675f..b0410f2525 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/32700-32799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/32700-32799.xml @@ -239,7 +239,7 @@ icon.skillraid - A1 + P