Sync with L2jOrg and various adjustments.
This commit is contained in:
@@ -126,7 +126,7 @@ public class Q00255_Tutorial extends Quest
|
||||
COMPLETE_LOCATION.put(49, new Location(-45032, -113598, -192));
|
||||
COMPLETE_LOCATION.put(53, new Location(115632, -177996, -905));
|
||||
}
|
||||
private static final String TUTORIAL_BUYPASS = "Quest Q00255_Tutorial ";
|
||||
private static final String TUTORIAL_BYPASS = "Quest Q00255_Tutorial ";
|
||||
private static final int QUESTION_MARK_ID_1 = 1;
|
||||
private static final int QUESTION_MARK_ID_2 = 5;
|
||||
private static final int QUESTION_MARK_ID_3 = 28;
|
||||
@@ -396,9 +396,9 @@ public class Q00255_Tutorial extends Quest
|
||||
public void OnPlayerBypass(OnPlayerBypass event)
|
||||
{
|
||||
final PlayerInstance player = event.getPlayer();
|
||||
if (event.getCommand().startsWith(TUTORIAL_BUYPASS))
|
||||
if (event.getCommand().startsWith(TUTORIAL_BYPASS))
|
||||
{
|
||||
notifyEvent(event.getCommand().replace(TUTORIAL_BUYPASS, ""), null, player);
|
||||
notifyEvent(event.getCommand().replace(TUTORIAL_BYPASS, ""), null, player);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -90,12 +90,7 @@
|
||||
<class classId="116" name="Doom Cryer" parentClassId="52" />
|
||||
<class classId="117" name="Fortune Seeker" parentClassId="55" />
|
||||
<class classId="118" name="Maestro" parentClassId="57" />
|
||||
<!-- NPCs -->
|
||||
<class classId="119" name="World Trap" />
|
||||
<class classId="120" name="Player Trap" />
|
||||
<class classId="121" name="Double Ghost" />
|
||||
<class classId="122" name="Siege Attacker" />
|
||||
<!-- Third Classes Kamael -->
|
||||
<!-- Kamael -->
|
||||
<class classId="123" name="Male Kamael Soldier" />
|
||||
<class classId="124" name="Female Kamael Soldier" />
|
||||
<class classId="125" name="Trooper" parentClassId="123" />
|
||||
@@ -155,9 +150,9 @@
|
||||
<class classId="179" name="Aeore Cardinal" parentClassId="97" />
|
||||
<class classId="180" name="Aeore Eva's Saint" parentClassId="105" />
|
||||
<class classId="181" name="Aeore Shillien Saint" parentClassId="112" />
|
||||
<!-- Etheria -->
|
||||
<class classId="182" name="Etheria Fighter" />
|
||||
<class classId="183" name="Etheria Wizard" />
|
||||
<!-- Ertheia -->
|
||||
<class classId="182" name="Ertheia Fighter" />
|
||||
<class classId="183" name="Ertheia Wizard" />
|
||||
<class classId="184" name="Marauder" parentClassId="182" />
|
||||
<class classId="185" name="Cloud Breaker" parentClassId="183" />
|
||||
<class classId="186" name="Ripper" parentClassId="184" />
|
||||
|
Reference in New Issue
Block a user