Removed non existent client quests.
This commit is contained in:
parent
3ef2c06174
commit
89574236e6
@ -1,6 +1,4 @@
|
|||||||
630 Pirate Treasure Hunt
|
630 Pirate Treasure Hunt
|
||||||
657 Monster Arena: Trial for Warriors
|
|
||||||
658 Monster Arena: Trial for Elite Warriors
|
|
||||||
664 Quarrels Time
|
664 Quarrels Time
|
||||||
910 Request from the Red Libra Guild - Basic
|
910 Request from the Red Libra Guild - Basic
|
||||||
911 Request from the Red Libra Guild - Intermediate
|
911 Request from the Red Libra Guild - Intermediate
|
||||||
|
@ -181,8 +181,6 @@ import quests.Q11021_RedGemNecklace1.Q11021_RedGemNecklace1;
|
|||||||
import quests.Q11022_RedGemNecklace2.Q11022_RedGemNecklace2;
|
import quests.Q11022_RedGemNecklace2.Q11022_RedGemNecklace2;
|
||||||
import quests.Q11023_RedGemNecklace3.Q11023_RedGemNecklace3;
|
import quests.Q11023_RedGemNecklace3.Q11023_RedGemNecklace3;
|
||||||
import quests.not_done.Q00630_PirateTreasureHunt;
|
import quests.not_done.Q00630_PirateTreasureHunt;
|
||||||
import quests.not_done.Q00657_MonsterArenaTrialForWarriors;
|
|
||||||
import quests.not_done.Q00658_MonsterArenaTrialForEliteWarriors;
|
|
||||||
import quests.not_done.Q00664_QuarrelsTime;
|
import quests.not_done.Q00664_QuarrelsTime;
|
||||||
import quests.not_done.Q00910_RequestFromTheRedLibraGuildLv1;
|
import quests.not_done.Q00910_RequestFromTheRedLibraGuildLv1;
|
||||||
import quests.not_done.Q00911_RequestFromTheRedLibraGuildLv2;
|
import quests.not_done.Q00911_RequestFromTheRedLibraGuildLv2;
|
||||||
@ -335,8 +333,6 @@ public class QuestMasterHandler
|
|||||||
Q00418_PathOfTheArtisan.class,
|
Q00418_PathOfTheArtisan.class,
|
||||||
Q00500_BrothersBoundInChains.class,
|
Q00500_BrothersBoundInChains.class,
|
||||||
Q00630_PirateTreasureHunt.class, // TODO: Not done.
|
Q00630_PirateTreasureHunt.class, // TODO: Not done.
|
||||||
Q00657_MonsterArenaTrialForWarriors.class, // TODO: Not done.
|
|
||||||
Q00658_MonsterArenaTrialForEliteWarriors.class, // TODO: Not done.
|
|
||||||
Q00662_AGameOfCards.class,
|
Q00662_AGameOfCards.class,
|
||||||
Q00664_QuarrelsTime.class, // TODO: Not done.
|
Q00664_QuarrelsTime.class, // TODO: Not done.
|
||||||
Q00910_RequestFromTheRedLibraGuildLv1.class, // TODO: Not done.
|
Q00910_RequestFromTheRedLibraGuildLv1.class, // TODO: Not done.
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
/*
|
|
||||||
* 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 quests.not_done;
|
|
||||||
|
|
||||||
import org.l2jmobius.Config;
|
|
||||||
import org.l2jmobius.gameserver.model.quest.Quest;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Mobius
|
|
||||||
*/
|
|
||||||
public class Q00657_MonsterArenaTrialForWarriors extends Quest
|
|
||||||
{
|
|
||||||
private static final int START_NPC = 34277;
|
|
||||||
|
|
||||||
public Q00657_MonsterArenaTrialForWarriors()
|
|
||||||
{
|
|
||||||
super(657);
|
|
||||||
addStartNpc(START_NPC);
|
|
||||||
addTalkId(START_NPC);
|
|
||||||
addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,36 +0,0 @@
|
|||||||
/*
|
|
||||||
* 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 quests.not_done;
|
|
||||||
|
|
||||||
import org.l2jmobius.Config;
|
|
||||||
import org.l2jmobius.gameserver.model.quest.Quest;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Mobius
|
|
||||||
*/
|
|
||||||
public class Q00658_MonsterArenaTrialForEliteWarriors extends Quest
|
|
||||||
{
|
|
||||||
private static final int START_NPC = 34277;
|
|
||||||
|
|
||||||
public Q00658_MonsterArenaTrialForEliteWarriors()
|
|
||||||
{
|
|
||||||
super(658);
|
|
||||||
addStartNpc(START_NPC);
|
|
||||||
addTalkId(START_NPC);
|
|
||||||
addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null));
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user