View Single Post
  #1  
Old 07-28-2006, 03:48 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Crashing NPC-Server

The NPC-Server keeps crashing over and over again, once certain scripts are executed. CheeToS looked over it, be he was clueless about what is causing it.

It happens when the script is accessing player strings serversided, for example:

NPC Code:

for (i: allplayers) {
echo("[" @ i.client.string @ "]");
}



Its able to get for example level, account, nickname etc. without making the NPC Server crash.


Also recived the error "The server have been shutdown!" two times in totall after the NPC server had crashed, and got kicked off player and RC.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote