Gothic Online Forums
ServerSide GetPlayer functions - Printable Version

+- Gothic Online Forums (https://archive.gothic-online.com)
+-- Forum: Scripting (English) (https://archive.gothic-online.com/forum-11.html)
+--- Forum: Scripting Help (https://archive.gothic-online.com/forum-12.html)
+--- Thread: ServerSide GetPlayer functions (/thread-1254.html)



ServerSide GetPlayer functions - Xardas0327 - 21.03.2016

Will GetPlayer be more function on server side? For example: Dexterity, Strength, Weapon skill etc.


RE: ServerSide GetPlayer functions - Bimbol - 21.03.2016

Probably yes.


RE: ServerSide GetPlayer functions - Julian - 01.04.2016

I have just seen this Post. But i have an other question related to the character information related functions.
Can you tell us which information can be accessed after a player has disconnected. While i tested some things i realized that some of the informations are not available anymore if you call the function in the onDisconnect event.


RE: ServerSide GetPlayer functions - Bimbol - 01.04.2016

(01.04.2016, 14:26)Julian Wrote: I have just seen this Post. But i have an other question related to the character information related functions.
Can you tell us which information can be accessed after a player has disconnected. While i tested some things i realized that some of the informations are not available anymore if you call the function in the onDisconnect event.
Can you gave any example? Every function on the server side, should be avaiable in onDisconnect event.


RE: ServerSide GetPlayer functions - Julian - 04.04.2016

Sorry for the late answer. I tested it again. Seems to work as exspected,it may be a problem in my .NET interface code.