Project update.
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2015 L2J Server
|
||||
* This file is part of the L2J Mobius project.
|
||||
*
|
||||
* This file is part of L2J Server.
|
||||
*
|
||||
* L2J Server is free software: you can redistribute it and/or modify
|
||||
* 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 Server 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.
|
||||
@@ -21,13 +19,13 @@ package quests.Q10358_DividedSakumPoslof;
|
||||
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.l2jserver.gameserver.model.quest.State;
|
||||
import com.l2jserver.gameserver.network.serverpackets.ExQuestNpcLogList;
|
||||
import com.l2jserver.gameserver.util.Util;
|
||||
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;
|
||||
import com.l2jmobius.gameserver.model.quest.State;
|
||||
import com.l2jmobius.gameserver.network.serverpackets.ExQuestNpcLogList;
|
||||
import com.l2jmobius.gameserver.util.Util;
|
||||
|
||||
/**
|
||||
* Divided Sakum, Poslof (10358)
|
||||
@@ -43,11 +41,13 @@ public class Q10358_DividedSakumPoslof extends Quest
|
||||
private static final int ZOMBIE_WARRIOR = 20458;
|
||||
private static final int VEELAN_BUGBEAR_WARRIOR = 20402;
|
||||
private static final Map<Integer, Integer> MOBS_REQUIRED = new HashMap<>();
|
||||
|
||||
{
|
||||
MOBS_REQUIRED.put(ZOMBIE_WARRIOR, 20);
|
||||
MOBS_REQUIRED.put(VEELAN_BUGBEAR_WARRIOR, 23);
|
||||
MOBS_REQUIRED.put(POSLOF, 0);
|
||||
}
|
||||
|
||||
// Item
|
||||
private static final int SAKUMS_SKETCH_B = 17585;
|
||||
// Rewards
|
||||
@@ -207,7 +207,6 @@ public class Q10358_DividedSakumPoslof extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
if (qs.isCond(1))
|
||||
{
|
||||
|
Reference in New Issue
Block a user