Project update.
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2015 L2J DataPack
|
||||
*
|
||||
* This file is part of L2J DataPack.
|
||||
*
|
||||
* L2J DataPack is free software: you can redistribute it and/or modify
|
||||
* 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.
|
||||
*
|
||||
* L2J DataPack is distributed in the hope that it will be useful,
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
@@ -21,10 +19,10 @@ package quests.Q00357_WarehouseKeepersAmbition;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import com.l2jserver.gameserver.model.actor.L2Npc;
|
||||
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jserver.gameserver.model.quest.Quest;
|
||||
import com.l2jserver.gameserver.model.quest.QuestState;
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jmobius.gameserver.model.quest.Quest;
|
||||
import com.l2jmobius.gameserver.model.quest.QuestState;
|
||||
|
||||
/**
|
||||
* Warehouse Keeper's Ambition (357)
|
||||
@@ -38,12 +36,14 @@ public final class Q00357_WarehouseKeepersAmbition extends Quest
|
||||
private static final int JADE_CRYSTAL = 5867;
|
||||
// Monsters
|
||||
private final Map<Integer, Double> DROP_DATA = new HashMap<>();
|
||||
|
||||
{
|
||||
DROP_DATA.put(20594, 0.577); // Forest Runner
|
||||
DROP_DATA.put(20595, 0.6); // Fline Elder
|
||||
DROP_DATA.put(20596, 0.638); // Liele Elder
|
||||
DROP_DATA.put(20597, 0.062); // Valley Treant Elder
|
||||
}
|
||||
|
||||
// Misc
|
||||
private static final int MIN_LVL = 47;
|
||||
|
||||
|
Reference in New Issue
Block a user