Updated monster ids for Dragon Valley.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2023-01-08 22:17:49 +00:00
parent 2a54860862
commit a5c731bc30
15 changed files with 402 additions and 472 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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;
}

View File

@@ -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

View File

@@ -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