Forum > Serverside Modding

[Solved] C++ Starting Movie

(1/1)

ladiszlai:
Hello , everyone

In cpp script I would like to make this :

When the boss dies then play a movie for me. (for example 16 = FotLK)

I tryed with this :

Player->SendMovieStart(16);

But the visual give me error, I don't know why...

Someone could please help me ?

ladiszlai:
Nobody know c++ in this website ? :(

Ascathos:
Some do.

        void SendCinematicStart(uint32 CinematicSequenceId);

I do not believe it works that easily, though.

schlumpf:

--- Quote from: "ladiszlai" ---Nobody know c++ in this website ? :(
--- End quote ---
This is not a C++ question, but an emulator specific one. As a start, one would need to know what emulator you are using.

As a hint regardless of emulator, movies and cinematic sequences are different things.

Have you tried looking in the Lich King boss script? That should start a movie.

ladiszlai:
Solved

Navigation

[0] Message Index

Go to full version