View previous topic :: View next topic |
Author |
Message |
Wart
Joined: 13 Jun 2012 Posts: 45
|
Posted: Sun Aug 23, 2015 4:59 Post subject: Logout after movies |
|
|
Can anyone write a plugin (if it's possibile) to disable the "auto-logout" after a movie has been played with the exitgame() function?
Or by creating a new funtion that allows movies to be played without the logout. |
|
Back to top |
|
|
Baaleos
Joined: 02 Sep 2007 Posts: 830
|
Posted: Fri Sep 18, 2015 15:49 Post subject: |
|
|
I dont have any client symbols - but I am reasonably sure that this is client side code - so nwnx (server app) wont be able to affect the clients functionality after the ExitGame message has been sent.
Eg: It is very likely hardcoded into the game client to exit the server at the end of the movie.
The way to test this is to
1. Start ExitGame from server - monitor logs - do you disconnect at start of movie or at end.
This test wont be conclusive - in that there is still room for doubt.
But if it boots you at the end of the movie - it is likely client side code that does the booting. (you need nwncx_plugin)
if it is at the beginning of the movie - then there is potential that the server does actually send a Disconnect message with a specific tlk entry / id that then triggers credits etc |
|
Back to top |
|
|
|