ImportBot Posted February 20, 2014 Author Share Posted February 20, 2014 Originally Posted by HomieX*: Thanks Sevendot ! I´ll give it a try. /Homie * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted February 27, 2014 Author Share Posted February 27, 2014 Originally Posted by hauser1*: how can i make !rank and it will sjow the ank of the guy on the server This i get today just missing the rank [23:15:34] (xx) - 7482 total kills, 48 knife kills [23:15:34] (xx) - 0 flashbang kills, 0 defibrillator kills, 4 repair tool kills * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted February 27, 2014 Author Share Posted February 27, 2014 Originally Posted by tarreltje*: try plugin: myrcon.net/.../stats-webpage-for-xpkillers-stats-logger-plugin That one will keep track of all sort of kills and will give you an welcome message in chat or yell with all your stats and rank * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 6, 2014 Author Share Posted March 6, 2014 Originally Posted by hauser1*: Im using this code on my server: ##### SERVER STATS by Tarreltje ##### On Kill;Incr %ini_kills_kills[%p%]% On Kill;Weapon Weapons/Knife/Knife,Melee;Incr %ini_knives_knives[%p%]% On Kill; If %ini_kills_kills[%p%]% > %ini_server_killsfirst%;Set %ini_server_killsfirst% %ini_kills_kills[%p%]%;Set %ini_server_playerfirst% %p% If %ini_kills_kills[%p%]% %ini_server_killssecond%;Set %ini_server_killssecond% %ini_kills_kills[%p%]%;Set %ini_server_playersecond% %p% If %ini_kills_kills[%p%]% %ini_server_killsthird%;Set %ini_server_killsthird% %ini_kills_kills[%p%]%;Set %ini_server_playerthird% %p% If %ini_kills_kills[%p%]% %ini_server_killsfourth%;Set %ini_server_killsfourth% %ini_kills_kills[%p%]%;Set %ini_server_playerfourth% %p% If %ini_knives_knives[%p%]% > %ini_server_mostknives%;Set %ini_server_mostknives% %ini_knives_knives[%p%]%;Set %ini_server_mostknivesplayer% %p% if %ini_server_playersecond% == %ini_server_playerfirst%;Set %ini_server_playersecond% %ini_server_playerthird%;Set %ini_server_killssecond% %ini_server_killsthird% if %ini_server_playerthird% == %ini_server_playersecond%;Set %ini_server_playerthird% %ini_server_playerfourth%;Set %ini_server_killsthird% %ini_server_killsfourth% # TRIGGER FOR SHOWING SERVERS BEST 3 PLAYERS On Kill;ServerFirst; Say - PoE-TDM SERVER STATS: Say - 1st %ini_server_playerfirst% %ini_server_killsfirst% kills Say - 2nd %ini_server_playersecond% %ini_server_killssecond% kills Say - 3th %ini_server_playerthird% %ini_server_killsthird% kills Say - 4th %ini_server_playerfourth% %ini_server_killsfourth% kills Say - Most Knives: %ini_server_mostknivesplayer% %ini_server_mostknives% knives i would like a !rank from above showing: !rank: you are rank 3/9000 (players) score on the server Score: 932458 K/D 2148/928 [KD:2,18] Anyone know how to add that? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 29, 2015 Author Share Posted April 29, 2015 Originally Posted by rul3zz*: Hi guys,this rulz is very nice but how to fix double entries? Code: [10.52.03] - 1st Santos55 244 kills [10.52.03] - 2nd SS5FR54 207 kills [10.52.03] - 3th SS5FR54 160 kills [10.52.03] - Most Knives: Punisher_John 10 knivesthis is the ini file: Code: [server] killsfirst=244 playerfirst=Santos55 killssecond=207 playersecond=SS5FR54 killsthird=160 playerthird=SS5FR54 killsfourth=160 playerfourth=SS5FR54 mostknives=10 mostknivesplayer=Punisher * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted November 22, 2016 Author Share Posted November 22, 2016 Originally Posted by Hodor*: I decided to record the statistics if done through %p%, then with displaying there is no problem: Code: On Kill;Incr %ini_playerkills_%p%% On Say;Text /sstat;TargetPlayer PlayerSay ::: Kills: %ini_playerkills_%t%%But if done through %ea_guid% - is the best way because players change their nicknames often and statistics updates on a new nickname. Generally it does not work:Code: On Kill;Incr %ini_playerkills_%ea_guid%% On Say;Text /sstat;TargetPlayer PlayerSay ::: Kills: %ini_playerkills_%ea_guid%%Any idea how to do through %ea_guid%_ * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted January 29, 2017 Author Share Posted January 29, 2017 Originally Posted by OskarMike*: Im using this code on my server: ##### SERVER STATS by Tarreltje ##### On Kill;Incr %ini_kills_kills[%p%]% On Kill;Weapon Weapons/Knife/Knife,Melee;Incr %ini_knives_knives[%p%]% On Kill; If %ini_kills_kills[%p%]% > %ini_server_killsfirst%;Set %ini_server_killsfirst% %ini_kills_kills[%p%]%;Set %ini_server_playerfirst% %p% If %ini_kills_kills[%p%]% %ini_server_killssecond%;Set %ini_server_killssecond% %ini_kills_kills[%p%]%;Set %ini_server_playersecond% %p% If %ini_kills_kills[%p%]% %ini_server_killsthird%;Set %ini_server_killsthird% %ini_kills_kills[%p%]%;Set %ini_server_playerthird% %p% If %ini_kills_kills[%p%]% %ini_server_killsfourth%;Set %ini_server_killsfourth% %ini_kills_kills[%p%]%;Set %ini_server_playerfourth% %p% If %ini_knives_knives[%p%]% > %ini_server_mostknives%;Set %ini_server_mostknives% %ini_knives_knives[%p%]%;Set %ini_server_mostknivesplayer% %p% if %ini_server_playersecond% == %ini_server_playerfirst%;Set %ini_server_playersecond% %ini_server_playerthird%;Set %ini_server_killssecond% %ini_server_killsthird% if %ini_server_playerthird% == %ini_server_playersecond%;Set %ini_server_playerthird% %ini_server_playerfourth%;Set %ini_server_killsthird% %ini_server_killsfourth% # TRIGGER FOR SHOWING SERVERS BEST 3 PLAYERS On Kill;ServerFirst; Say - PoE-TDM SERVER STATS: Say - 1st %ini_server_playerfirst% %ini_server_killsfirst% kills Say - 2nd %ini_server_playersecond% %ini_server_killssecond% kills Say - 3th %ini_server_playerthird% %ini_server_killsthird% kills Say - 4th %ini_server_playerfourth% %ini_server_killsfourth% kills Say - Most Knives: %ini_server_mostknivesplayer% %ini_server_mostknives% knives i would like a !rank from above showing: !rank: you are rank 3/9000 (players) score on the server Score: 932458 K/D 2148/928 [KD:2,18] Anyone know how to add that? I would like to know more about that,I'm looking for the same thing and I've spent a lot of time searching and I couldn't find anything so far. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted January 29, 2017 Author Share Posted January 29, 2017 Originally Posted by ty_ger07*: I would like to know more about that,I'm looking for the same thing and I've spent a lot of time searching and I couldn't find anything so far.Use XpKiller's stats logging plugin:myrcon.net/.../stats-webpage-for-xpkillers-stats-logger-plugin You aren't going to get what you want using proconrulz. It's too much data and way to slow storing the information in a text file. Using proconrulz to do stats, you are only going to be able to record stats for a limited number of players and only a limited amount of stats. * Restored post. It could be that the author is no longer active. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.