Addition of Camille ending cinematic.
Contributed by Mechagon3k.
This commit is contained in:
parent
58086b44cc
commit
23356cf888
@ -16,6 +16,7 @@
|
||||
*/
|
||||
package ai.bosses.Camille;
|
||||
|
||||
import org.l2jmobius.gameserver.enums.Movie;
|
||||
import org.l2jmobius.gameserver.model.Location;
|
||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||
import org.l2jmobius.gameserver.model.actor.Player;
|
||||
@ -105,6 +106,7 @@ public class Camille extends AbstractInstance
|
||||
}
|
||||
case CAMILLE:
|
||||
{
|
||||
playMovie(world, Movie.SC_CAMILLE_ENDING);
|
||||
world.finishInstance();
|
||||
break;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
package ai.bosses.Camille;
|
||||
|
||||
import org.l2jmobius.gameserver.enums.Movie;
|
||||
import org.l2jmobius.gameserver.model.Location;
|
||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||
import org.l2jmobius.gameserver.model.actor.Player;
|
||||
@ -105,6 +106,7 @@ public class Camille extends AbstractInstance
|
||||
}
|
||||
case CAMILLE:
|
||||
{
|
||||
playMovie(world, Movie.SC_CAMILLE_ENDING);
|
||||
world.finishInstance();
|
||||
break;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
package ai.bosses.Camille;
|
||||
|
||||
import org.l2jmobius.gameserver.enums.Movie;
|
||||
import org.l2jmobius.gameserver.model.Location;
|
||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||
import org.l2jmobius.gameserver.model.actor.Player;
|
||||
@ -105,6 +106,7 @@ public class Camille extends AbstractInstance
|
||||
}
|
||||
case CAMILLE:
|
||||
{
|
||||
playMovie(world, Movie.SC_CAMILLE_ENDING);
|
||||
world.finishInstance();
|
||||
break;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
package ai.bosses.Camille;
|
||||
|
||||
import org.l2jmobius.gameserver.enums.Movie;
|
||||
import org.l2jmobius.gameserver.model.Location;
|
||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||
import org.l2jmobius.gameserver.model.actor.Player;
|
||||
@ -105,6 +106,7 @@ public class Camille extends AbstractInstance
|
||||
}
|
||||
case CAMILLE:
|
||||
{
|
||||
playMovie(world, Movie.SC_CAMILLE_ENDING);
|
||||
world.finishInstance();
|
||||
break;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
package ai.bosses.Camille;
|
||||
|
||||
import org.l2jmobius.gameserver.enums.Movie;
|
||||
import org.l2jmobius.gameserver.model.Location;
|
||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||
import org.l2jmobius.gameserver.model.actor.Player;
|
||||
@ -105,6 +106,7 @@ public class Camille extends AbstractInstance
|
||||
}
|
||||
case CAMILLE:
|
||||
{
|
||||
playMovie(world, Movie.SC_CAMILLE_ENDING);
|
||||
world.finishInstance();
|
||||
break;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
package ai.bosses.Camille;
|
||||
|
||||
import org.l2jmobius.gameserver.enums.Movie;
|
||||
import org.l2jmobius.gameserver.model.Location;
|
||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||
import org.l2jmobius.gameserver.model.actor.Player;
|
||||
@ -105,6 +106,7 @@ public class Camille extends AbstractInstance
|
||||
}
|
||||
case CAMILLE:
|
||||
{
|
||||
playMovie(world, Movie.SC_CAMILLE_ENDING);
|
||||
world.finishInstance();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user