The server is not crashing but the ffxi-boot is crashing with cut scenes
anyone else have this problem?
Are you guys getting crash's with cut scenes
Forum rules
NO LONGER BEING MAINTAINED!
NO LONGER BEING MAINTAINED!
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Are you guys getting crash's with cut scenes
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
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
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.
See I was trying to test different ID with a command
using
Code: Select all
EventID = 503;
PChar->pushPacket(new CZoneInPacket(PChar,EventID));
503 is either bastok join game intro. or windy or sandys one of them.
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Are you guys getting crash's with cut scenes
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.