This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [Solved] C++ Starting Movie  (Read 1189 times)

ladiszlai

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 194
    • View Profile
[Solved] C++ Starting Movie
« on: September 22, 2015, 07:47:22 pm »
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 ?
« Last Edit: September 23, 2015, 06:27:18 pm by Admin »

ladiszlai

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 194
    • View Profile
Re: C++ Starting Movie
« Reply #1 on: September 23, 2015, 01:55:36 pm »
Nobody know c++ in this website ? :(
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: C++ Starting Movie
« Reply #2 on: September 23, 2015, 01:59:56 pm »
Some do.

        void SendCinematicStart(uint32 CinematicSequenceId);

I do not believe it works that easily, though.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: C++ Starting Movie
« Reply #3 on: September 23, 2015, 02:46:11 pm »
Quote from: "ladiszlai"
Nobody know c++ in this website ? :(
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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

ladiszlai

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 194
    • View Profile
Re: C++ Starting Movie
« Reply #4 on: September 23, 2015, 04:06:14 pm »
Solved
« Last Edit: January 01, 1970, 01:00:00 am by Admin »