Page 1 of 1

Are you guys getting crash's with cut scenes

Posted: Thu Mar 07, 2013 8:16 am
by WiiStream
The server is not crashing but the ffxi-boot is crashing with cut scenes
anyone else have this problem?

Re: Are you guys getting crash's with cut scenes

Posted: Fri Mar 08, 2013 12:44 am
by bluekirby0
This can happen on certain cutscenes if they are missing parameters or have the wrong parameters passed to them. It should not happen on most cutscenes.

Re: Are you guys getting crash's with cut scenes

Posted: Sun Mar 10, 2013 6:18 pm
by WiiStream
Sorry with this noob question, but how do you know what prem for what CUT

See I was trying to test different ID with a command
using

Code: Select all

EventID = 503;
PChar->pushPacket(new CZoneInPacket(PChar,EventID));
And it worked, but after the cutsence was over the screen on client just locked up!
503 is either bastok join game intro. or windy or sandys one of them.

Re: Are you guys getting crash's with cut scenes

Posted: Sun Mar 10, 2013 10:16 pm
by bluekirby0
Why don't you just use the @cs GM command? it allows you to pass up to 8 parameters to an event easily, and it handles the release packet (which is probably what you didn't account for) as well.