This is a simple release, this program will log the uniques kills.
How it works:
It'll keep watching FatalLog for any new entries related to unique kill then it'll execute a procedure [_UniqueKill] with the information (Character Name, Monster CodeName) once it detects a kill.
How to use?
Adjust config.ini (SQL Data) and put the program in your Server Files' folder (which contains SR_GameServer.exe) then run it.
Reason behind doing this:
It's better than having a PHP script to do such a thing, a simple program should do the job.
It'll keep watching FatalLog for any new entries related to unique kill then it'll execute a procedure [_UniqueKill] with the information (Character Name, Monster CodeName) once it detects a kill.
How to use?
Adjust config.ini (SQL Data) and put the program in your Server Files' folder (which contains SR_GameServer.exe) then run it.
Reason behind doing this:
It's better than having a PHP script to do such a thing, a simple program should do the job.
You can change the executed procedure name through source etc.






