Removed Lute and Harp melodies.
This commit is contained in:
parent
9f72595ae0
commit
23022aafe3
@ -62,10 +62,8 @@ public class AdventureGuildsman extends AbstractNpcAI
|
||||
{
|
||||
new SkillHolder(9273, 1), // Player Commendation - Horn Melody
|
||||
new SkillHolder(9274, 1), // Player Commendation - Drum Melody
|
||||
new SkillHolder(9275, 1), // Player Commendation - Lute Melody
|
||||
new SkillHolder(9276, 1), // Player Commendation - Pipe Organ Melody
|
||||
new SkillHolder(9277, 1), // Player Commendation - Guitar Melody
|
||||
new SkillHolder(9278, 1), // Player Commendation - Harp Melody
|
||||
};
|
||||
private static final SkillHolder[] GROUP_SONATA =
|
||||
{
|
||||
|
@ -47,8 +47,6 @@ public final class AdventurersGuide extends AbstractNpcAI
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
|
@ -24,8 +24,6 @@ Casting is limited as it requires the Manager's MP.<br>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4353_2">Blessed Shield Lv.2</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4358_1">Guidance Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4354_1">Vampiric Rage Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15378_1">Harp Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15379_1">Lute Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15380_1">Knight's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15381_1">Warrior's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15382_1">Wizard's Harmony Lv.1</a><br1>
|
||||
|
@ -23,8 +23,6 @@ Casting is limited as it requires the Manager's MP.<br>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4353_6">Blessed Shield Lv.6</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4358_3">Guidance Lv.3</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4354_4">Vampiric Rage Lv.4</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15378_1">Harp Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15379_1">Lute Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15380_1">Knight's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15381_1">Warrior's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15382_1">Wizard's Harmony Lv.1</a><br1>
|
||||
|
@ -23,8 +23,6 @@ Casting is limited as it requires the Manager's MP.<br>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4353_6">Blessed Shield Lv.6</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4358_3">Guidance Lv.3</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4354_4">Vampiric Rage Lv.4</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15378_2">Harp Melody Lv.2</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15379_2">Lute Melody Lv.2</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15380_1">Knight's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15381_1">Warrior's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15382_1">Wizard's Harmony Lv.1</a><br1>
|
||||
|
@ -85,8 +85,6 @@ public final class ClanHallManager extends AbstractNpcAI
|
||||
4353, // Blessed Shield
|
||||
4358, // Guidance
|
||||
4354, // Vampiric Rage
|
||||
15378, // Harp Melody
|
||||
15379, // Lute Melody
|
||||
15380, // Knight's Harmony
|
||||
15381, // Warrior's Harmony
|
||||
15382, // Wizard's Harmony
|
||||
|
@ -42,8 +42,6 @@ public final class OlyBuffer extends AbstractNpcAI
|
||||
new SkillHolder(14739, 1), // Olympiad - Drum Melody
|
||||
new SkillHolder(14740, 1), // Olympiad - Pipe Organ Melody
|
||||
new SkillHolder(14741, 1), // Olympiad - Guitar Melody
|
||||
new SkillHolder(14742, 1), // Olympiad - Harp Melody
|
||||
new SkillHolder(14743, 1), // Olympiad - Lute Melody
|
||||
};
|
||||
|
||||
private OlyBuffer()
|
||||
|
@ -54,8 +54,6 @@ public class RecieveAdventurerBuffs extends AbstractNpcAI
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
|
@ -77,8 +77,6 @@ public class TvT extends Event
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
|
@ -41,8 +41,6 @@ public final class HungryHorse extends LongTimeEvent
|
||||
new SkillHolder(15643, 1), // Drum Melody
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody
|
||||
new SkillHolder(15645, 1), // Guitar Melody
|
||||
new SkillHolder(15646, 1), // Harp Melody
|
||||
new SkillHolder(15647, 1), // Lute Melody
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata
|
||||
new SkillHolder(15652, 1), // Daring Sonata
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata
|
||||
|
@ -58,8 +58,6 @@ public final class Q10541_TrainLikeTheRealThing extends Quest
|
||||
new SkillHolder(15642, 1), // Horn Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
|
@ -46,8 +46,6 @@ public final class Q10734_DoOrDie extends Quest
|
||||
new SkillHolder(15642, 1), // Horn Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
|
@ -62,10 +62,8 @@ public class AdventureGuildsman extends AbstractNpcAI
|
||||
{
|
||||
new SkillHolder(9273, 1), // Player Commendation - Horn Melody
|
||||
new SkillHolder(9274, 1), // Player Commendation - Drum Melody
|
||||
new SkillHolder(9275, 1), // Player Commendation - Lute Melody
|
||||
new SkillHolder(9276, 1), // Player Commendation - Pipe Organ Melody
|
||||
new SkillHolder(9277, 1), // Player Commendation - Guitar Melody
|
||||
new SkillHolder(9278, 1), // Player Commendation - Harp Melody
|
||||
};
|
||||
private static final SkillHolder[] GROUP_SONATA =
|
||||
{
|
||||
|
@ -47,8 +47,6 @@ public final class AdventurersGuide extends AbstractNpcAI
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
|
@ -24,8 +24,6 @@ Casting is limited as it requires the Manager's MP.<br>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4353_2">Blessed Shield Lv.2</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4358_1">Guidance Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4354_1">Vampiric Rage Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15378_1">Harp Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15379_1">Lute Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15380_1">Knight's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15381_1">Warrior's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15382_1">Wizard's Harmony Lv.1</a><br1>
|
||||
|
@ -23,8 +23,6 @@ Casting is limited as it requires the Manager's MP.<br>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4353_6">Blessed Shield Lv.6</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4358_3">Guidance Lv.3</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4354_4">Vampiric Rage Lv.4</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15378_1">Harp Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15379_1">Lute Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15380_1">Knight's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15381_1">Warrior's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15382_1">Wizard's Harmony Lv.1</a><br1>
|
||||
|
@ -23,8 +23,6 @@ Casting is limited as it requires the Manager's MP.<br>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4353_6">Blessed Shield Lv.6</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4358_3">Guidance Lv.3</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4354_4">Vampiric Rage Lv.4</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15378_2">Harp Melody Lv.2</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15379_2">Lute Melody Lv.2</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15380_1">Knight's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15381_1">Warrior's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15382_1">Wizard's Harmony Lv.1</a><br1>
|
||||
|
@ -85,8 +85,6 @@ public final class ClanHallManager extends AbstractNpcAI
|
||||
4353, // Blessed Shield
|
||||
4358, // Guidance
|
||||
4354, // Vampiric Rage
|
||||
15378, // Harp Melody
|
||||
15379, // Lute Melody
|
||||
15380, // Knight's Harmony
|
||||
15381, // Warrior's Harmony
|
||||
15382, // Wizard's Harmony
|
||||
|
@ -42,8 +42,6 @@ public final class OlyBuffer extends AbstractNpcAI
|
||||
new SkillHolder(14739, 1), // Olympiad - Drum Melody
|
||||
new SkillHolder(14740, 1), // Olympiad - Pipe Organ Melody
|
||||
new SkillHolder(14741, 1), // Olympiad - Guitar Melody
|
||||
new SkillHolder(14742, 1), // Olympiad - Harp Melody
|
||||
new SkillHolder(14743, 1), // Olympiad - Lute Melody
|
||||
};
|
||||
|
||||
private OlyBuffer()
|
||||
|
@ -54,8 +54,6 @@ public class RecieveAdventurerBuffs extends AbstractNpcAI
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
|
@ -77,8 +77,6 @@ public class TvT extends Event
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
|
@ -41,8 +41,6 @@ public final class HungryHorse extends LongTimeEvent
|
||||
new SkillHolder(15643, 1), // Drum Melody
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody
|
||||
new SkillHolder(15645, 1), // Guitar Melody
|
||||
new SkillHolder(15646, 1), // Harp Melody
|
||||
new SkillHolder(15647, 1), // Lute Melody
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata
|
||||
new SkillHolder(15652, 1), // Daring Sonata
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata
|
||||
|
@ -58,8 +58,6 @@ public final class Q10541_TrainLikeTheRealThing extends Quest
|
||||
new SkillHolder(15642, 1), // Horn Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
|
@ -46,8 +46,6 @@ public final class Q10734_DoOrDie extends Quest
|
||||
new SkillHolder(15642, 1), // Horn Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
|
@ -62,10 +62,8 @@ public class AdventureGuildsman extends AbstractNpcAI
|
||||
{
|
||||
new SkillHolder(9273, 1), // Player Commendation - Horn Melody
|
||||
new SkillHolder(9274, 1), // Player Commendation - Drum Melody
|
||||
new SkillHolder(9275, 1), // Player Commendation - Lute Melody
|
||||
new SkillHolder(9276, 1), // Player Commendation - Pipe Organ Melody
|
||||
new SkillHolder(9277, 1), // Player Commendation - Guitar Melody
|
||||
new SkillHolder(9278, 1), // Player Commendation - Harp Melody
|
||||
};
|
||||
private static final SkillHolder[] GROUP_SONATA =
|
||||
{
|
||||
|
@ -47,8 +47,6 @@ public final class AdventurersGuide extends AbstractNpcAI
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
|
@ -24,8 +24,6 @@ Casting is limited as it requires the Manager's MP.<br>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4353_2">Blessed Shield Lv.2</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4358_1">Guidance Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4354_1">Vampiric Rage Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15378_1">Harp Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15379_1">Lute Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15380_1">Knight's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15381_1">Warrior's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15382_1">Wizard's Harmony Lv.1</a><br1>
|
||||
|
@ -23,8 +23,6 @@ Casting is limited as it requires the Manager's MP.<br>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4353_6">Blessed Shield Lv.6</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4358_3">Guidance Lv.3</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4354_4">Vampiric Rage Lv.4</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15378_1">Harp Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15379_1">Lute Melody Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15380_1">Knight's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15381_1">Warrior's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15382_1">Wizard's Harmony Lv.1</a><br1>
|
||||
|
@ -23,8 +23,6 @@ Casting is limited as it requires the Manager's MP.<br>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4353_6">Blessed Shield Lv.6</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4358_3">Guidance Lv.3</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 4354_4">Vampiric Rage Lv.4</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15378_2">Harp Melody Lv.2</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15379_2">Lute Melody Lv.2</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15380_1">Knight's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15381_1">Warrior's Harmony Lv.1</a><br1>
|
||||
<a action="bypass -h Quest ClanHallManager useFunctions buffs 15382_1">Wizard's Harmony Lv.1</a><br1>
|
||||
|
@ -85,8 +85,6 @@ public final class ClanHallManager extends AbstractNpcAI
|
||||
4353, // Blessed Shield
|
||||
4358, // Guidance
|
||||
4354, // Vampiric Rage
|
||||
15378, // Harp Melody
|
||||
15379, // Lute Melody
|
||||
15380, // Knight's Harmony
|
||||
15381, // Warrior's Harmony
|
||||
15382, // Wizard's Harmony
|
||||
|
@ -42,8 +42,6 @@ public final class OlyBuffer extends AbstractNpcAI
|
||||
new SkillHolder(14739, 1), // Olympiad - Drum Melody
|
||||
new SkillHolder(14740, 1), // Olympiad - Pipe Organ Melody
|
||||
new SkillHolder(14741, 1), // Olympiad - Guitar Melody
|
||||
new SkillHolder(14742, 1), // Olympiad - Harp Melody
|
||||
new SkillHolder(14743, 1), // Olympiad - Lute Melody
|
||||
};
|
||||
|
||||
private OlyBuffer()
|
||||
|
@ -54,8 +54,6 @@ public class RecieveAdventurerBuffs extends AbstractNpcAI
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
|
@ -77,8 +77,6 @@ public class TvT extends Event
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
|
@ -41,8 +41,6 @@ public final class HungryHorse extends LongTimeEvent
|
||||
new SkillHolder(15643, 1), // Drum Melody
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody
|
||||
new SkillHolder(15645, 1), // Guitar Melody
|
||||
new SkillHolder(15646, 1), // Harp Melody
|
||||
new SkillHolder(15647, 1), // Lute Melody
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata
|
||||
new SkillHolder(15652, 1), // Daring Sonata
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata
|
||||
|
@ -58,8 +58,6 @@ public final class Q10541_TrainLikeTheRealThing extends Quest
|
||||
new SkillHolder(15642, 1), // Horn Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
|
@ -46,8 +46,6 @@ public final class Q10734_DoOrDie extends Quest
|
||||
new SkillHolder(15642, 1), // Horn Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
|
Loading…
Reference in New Issue
Block a user