Quake Live Stats
mIRC Code
Please Register to submit score.
| Average Score | 10.0 (of 1 scores) |
| Date Added | Mar 25, 2009 |
| Last Updated | Aug 19, 2010 |
| Tags | live quake socket stats |
Description
This is a script which obtains user stats from the Quake Live website (quakelive.com) and notices them to the user. (This can be changed to message the channel instead, read 3rd paragraph.)
Usage: !ql <player name>
The way in which these stats are presented can be easily changed from the alias at the top of the script (msgformat) which includes a list of formatting tags, an example and a default output. Simply change what the alias returns in order to change the format.
Also, you can change it to either message the channel or notice the user in the alias "msgmethod" below the first one. Change it to either "return msg" or "return notice".
Below is an explanation of the different formatting tags:
Usage: !ql <player name>
The way in which these stats are presented can be easily changed from the alias at the top of the script (msgformat) which includes a list of formatting tags, an example and a default output. Simply change what the alias returns in order to change the format.
Also, you can change it to either message the channel or notice the user in the alias "msgmethod" below the first one. Change it to either "return msg" or "return notice".
Below is an explanation of the different formatting tags:
- :clan: - clan tag
- :playername: - player's name
- :country: - the country of the player
- :registered: - the date the player registered
- :timeplayed: - the amount of time the player has spent playing Quake Live
- :lastgame: - how long ago the player's last game was
- :wins: - the number of times the player has won a game
- :losses: - the number of times the player has lost a game
- :wlr: - the ratio between wins and losses
- :quits: - the number of games the player quit a match before it ended
- :gamescompleted: - the number of games the player has finished
- :frags: - the number of frags the player has obtained
- :deaths: - the number of times the player has died
- :fdr: - the ratio between frags and deaths
- :hits: - the number of shots which have hit another player
- :shots: - the total number of shots fired by the player
- :accuracy: - the percent of shots which hit another player
What is the process you need to load this? Does it have to be saved as an .mrc file then loaded into mirc (/load -rs qlstats.mrc), is it an .INI or .TXT?
Thanks?
Thanks?



