Quote:
	
	
		
			
				
					Originally Posted by  Davood
					 
				 
				Im curious what these two rules do: 
 
QueryServ:PlayerLogPCCoordinates 
QueryServ:PlayerLogMoves 
 
is the first one triggered via quest? and the 2nd is when players zone??? I haven't tried to "investigate" the code because I am lazy (to reduce the amount of flaming in advance).   I will investigate the code if nobody responds, then I will post my findings here for others to benefit. 
 
That said, I have searched the wikis and forums and google and found nothing helpful. 
 
Thanks, 
			
		 | 
	
	
 These both were intended for something but never implemented, that would be why they were never included in Mysql script additions.
Though, they get added when you do a #rules store because it pulls whatever is sitting in the source.
Queryserv's original implementation was a separate thread to send messages and logging that would otherwise be intensive on the main thread or Mysql server.
Hopefully that answers the question.