Log in

View Full Version : What do the following two rules do:


Davood
03-20-2013, 02:24 PM
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,

Uleat
03-20-2013, 07:11 PM
I can't remember if these rules were in place when I did some work on QS, but the quickest places to look for implementation would be the database tables
and handlers in the \queryserv project folder.

It's possible they are future-looking rules if the handlers don't exist yet.

Akkadius
03-20-2013, 08:09 PM
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.

Davood
03-21-2013, 08:19 AM
Thank you . yes it does