Updated monster ids for Dragon Valley.
Contributed by CostyKiller.
This commit is contained in:
@@ -176,13 +176,11 @@ public class AetherDrops extends AbstractNpcAI
|
||||
24418, // Breka Orc Shaman
|
||||
24419, // Breka Orc Slaughterer
|
||||
24420, // Breka Orc prefect
|
||||
// Dragon Valley Lv.119
|
||||
24480, // Dragon Legionary
|
||||
24481, // Dragon Peltast
|
||||
24482, // Dragon Officer
|
||||
24483, // Dragon Centurion
|
||||
24484, // Dragon Elite Guard
|
||||
24485, // Behemoth Dragon
|
||||
// Dragon Valley Lv.124
|
||||
24617, // Dragon Peltast
|
||||
24618, // Dragon Officer
|
||||
24619, // Behemoth Dragon
|
||||
24620, // Soul Hunter
|
||||
// Swamp of Screams
|
||||
24570, // Dire Stakato Drone
|
||||
24571, // Dire Stakato Berserker
|
||||
|
@@ -245,12 +245,10 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
||||
24321, // Temple Patrol Guard
|
||||
24322, // Temple Knight Recruit
|
||||
// Dragon Valley
|
||||
24480, // Dragon Legionnaire
|
||||
24482, // Dragon Officer
|
||||
24481, // Dragon Peltast
|
||||
24483, // Dragon Centurion
|
||||
24484, // Dragon Elite Guard
|
||||
24485, // Behemoth Dragon
|
||||
24617, // Dragon Peltast
|
||||
24618, // Dragon Officer
|
||||
24619, // Behemoth Dragon
|
||||
24620, // Soul Hunter
|
||||
// Valley of Saints
|
||||
24876, // Guide of Splendor
|
||||
24877, // Herald of Splendor
|
||||
|
@@ -249,12 +249,10 @@ public class Q10817_ExaltedOneWhoOvercomesTheLimit extends Quest
|
||||
24321, // Temple Patrol Guard
|
||||
24322, // Temple Knight Recruit
|
||||
// Dragon Valley
|
||||
24480, // Dragon Legionnaire
|
||||
24482, // Dragon Officer
|
||||
24481, // Dragon Peltast
|
||||
24483, // Dragon Centurion
|
||||
24484, // Dragon Elite Guard
|
||||
24485, // Behemoth Dragon
|
||||
24617, // Dragon Peltast
|
||||
24618, // Dragon Officer
|
||||
24619, // Behemoth Dragon
|
||||
24620, // Soul Hunter
|
||||
// Valley of Saints
|
||||
24876, // Guide of Splendor
|
||||
24877, // Herald of Splendor
|
||||
|
@@ -22,6 +22,9 @@ import java.util.Set;
|
||||
import org.l2jmobius.Config;
|
||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||
import org.l2jmobius.gameserver.model.actor.Player;
|
||||
import org.l2jmobius.gameserver.model.events.EventDispatcher;
|
||||
import org.l2jmobius.gameserver.model.events.EventType;
|
||||
import org.l2jmobius.gameserver.model.events.impl.creature.player.OnPlayerBecomeExalted;
|
||||
import org.l2jmobius.gameserver.model.holders.NpcLogListHolder;
|
||||
import org.l2jmobius.gameserver.model.quest.Quest;
|
||||
import org.l2jmobius.gameserver.model.quest.QuestState;
|
||||
@@ -253,12 +256,10 @@ public class Q10823_ExaltedOneWhoShattersTheLimit extends Quest
|
||||
24321, // Temple Patrol Guard
|
||||
24322, // Temple Knight Recruit
|
||||
// Dragon Valley
|
||||
24480, // Dragon Legionnaire
|
||||
24482, // Dragon Officer
|
||||
24481, // Dragon Peltast
|
||||
24483, // Dragon Centurion
|
||||
24484, // Dragon Elite Guard
|
||||
24485, // Behemoth Dragon
|
||||
24617, // Dragon Peltast
|
||||
24618, // Dragon Officer
|
||||
24619, // Behemoth Dragon
|
||||
24620, // Soul Hunter
|
||||
// Valley of Saints
|
||||
24876, // Guide of Splendor
|
||||
24877, // Herald of Splendor
|
||||
@@ -339,6 +340,11 @@ public class Q10823_ExaltedOneWhoShattersTheLimit extends Quest
|
||||
player.broadcastUserInfo();
|
||||
qs.exitQuest(false, true);
|
||||
htmltext = event;
|
||||
// Notify to scripts.
|
||||
if (EventDispatcher.getInstance().hasListener(EventType.ON_PLAYER_BECOME_EXALTED))
|
||||
{
|
||||
EventDispatcher.getInstance().notifyEventAsync(new OnPlayerBecomeExalted(player));
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
@@ -248,12 +248,10 @@ public class Q10873_ExaltedReachingAnotherLevel extends Quest
|
||||
24321, // Temple Patrol Guard
|
||||
24322, // Temple Knight Recruit
|
||||
// Dragon Valley
|
||||
24480, // Dragon Legionnaire
|
||||
24482, // Dragon Officer
|
||||
24481, // Dragon Peltast
|
||||
24483, // Dragon Centurion
|
||||
24484, // Dragon Elite Guard
|
||||
24485, // Behemoth Dragon
|
||||
24617, // Dragon Peltast
|
||||
24618, // Dragon Officer
|
||||
24619, // Behemoth Dragon
|
||||
24620, // Soul Hunter
|
||||
// Valley of Saints
|
||||
24876, // Guide of Splendor
|
||||
24877, // Herald of Splendor
|
||||
|
@@ -248,12 +248,10 @@ public class Q10879_ExaltedGuideToPower extends Quest
|
||||
24321, // Temple Patrol Guard
|
||||
24322, // Temple Knight Recruit
|
||||
// Dragon Valley
|
||||
24480, // Dragon Legionnaire
|
||||
24482, // Dragon Officer
|
||||
24481, // Dragon Peltast
|
||||
24483, // Dragon Centurion
|
||||
24484, // Dragon Elite Guard
|
||||
24485, // Behemoth Dragon
|
||||
24617, // Dragon Peltast
|
||||
24618, // Dragon Officer
|
||||
24619, // Behemoth Dragon
|
||||
24620, // Soul Hunter
|
||||
// Valley of Saints
|
||||
24876, // Guide of Splendor
|
||||
24877, // Herald of Splendor
|
||||
|
Reference in New Issue
Block a user