Raised This Month: $ Target: $400
 0% 

SoD Player Stats


Post New Thread Reply   
 
Thread Tools Display Modes
FrostbyteX
Senior Member
Join Date: Dec 2007
Old 11-21-2009 , 14:37   Re: SoD Player Stats
Reply With Quote #611

Quote:
Originally Posted by mabu View Post
sry, i have not read the whole thread.

but, is there a Webstats script too ?
Soon. Version 1 doesn't have one. It's just a simple in-game statistics engine.
FrostbyteX is offline
usla
Senior Member
Join Date: Jul 2009
Old 11-26-2009 , 18:54   Re: SoD Player Stats
Reply With Quote #612

Having some tickrate drop when doing a frag and lags at the end of the round
usla is offline
FrostbyteX
Senior Member
Join Date: Dec 2007
Old 11-27-2009 , 01:26   Re: SoD Player Stats
Reply With Quote #613

Quote:
Originally Posted by usla View Post
Having some tickrate drop when doing a frag and lags at the end of the round
How many players are in your database?

MySQL or SQLite?

External database or internal?

Also, there is no end of round event hooked in SoD Stats.
FrostbyteX is offline
McDonalds
New Member
Join Date: Dec 2009
Old 12-04-2009 , 10:44   Re: SoD Player Stats
Reply With Quote #614

Is there a way to change it so that the points don't determine ranks? I love this addon, it works so good and it's easy to set up, but everyone in my server wants the ranks to be by KD instead of points.
McDonalds is offline
bstyle
Member
Join Date: Nov 2009
Old 01-05-2010 , 19:57   Re: SoD Player Stats
Reply With Quote #615

Is it possible to view the rank in a menu style popup?
I didn't find any option.
bstyle is offline
Koloth, Dahar Master
New Member
Join Date: Jan 2010
Old 01-05-2010 , 20:11   Re: SoD Player Stats
Reply With Quote #616

Hey!

I'm using your plugin on my clans Age of Chivalry server and the ranking itself seems to work just fine. I dont really care about the whole statsme or session part (in fact I'd like to know whether it would be possible to deactivate those commands altogether?). What I do care about however is the "top10" command. Here I have run into the rather annoying problem that AoC displays an external menu which only displays the first three out of the top 10 players. The other 7 positions are blanks. I have actually read through all of the 60 pages of this thread, so I know that I am not the only one with those issues. However I havent found a solution yet (maybe I have overread it, but the few things that have been proposed, didnt work for me...). Anyway, thats the first thing I wanna ask you about: Is there any way of either having all top10 instead of just top3 players displayed in Age of Chivalry or else of having the top10 command act similar to the rank command in that it would write the top10 positions into the chat of the person inquiring (and only to that person to avert spam)? Any of those solutions would be great!

My second question: I would very much like to have the top10 positions of the server be displayed in the MOTD window at game start. Unfortunately I have absolutely no clue about sql or msql etc. I have however figured out that all the information is stored in an sq3 file in the sourcemod/data/sqlite folder of my server. I have programs that can access that file and display it as a normal database. Would it somehow be possible to access that database and grab the information of the top10 players to have it then displayed in the MOTD without first having to create a standalone website and have that website somehow interface with the database etc? It seems to me that since the data is already on the very server that the motd is being displayed on it should be easy to simply access that data. The motd.txt is coded in html (which again, I understand very little about). But would it not be possible to basically have some kind of hyperlink in there which (without ever leaving the server) accesses the database file (wich is only a few folders away) and displays certain data from that file?

Any input about both problems would be greatly appreciated
Koloth, Dahar Master is offline
tommytoy
Junior Member
Join Date: Jun 2009
Old 01-19-2010 , 13:02   Re: SoD Player Stats
Reply With Quote #617

Quote:
Originally Posted by FrostbyteX View Post
Soon. Version 1 doesn't have one. It's just a simple in-game statistics engine.
Hello FrostbyteX,

Wen will you be adding the COUNTBOT? Its the only thing I'm waiting for....
tommytoy is offline
InFaility Ward
Member
Join Date: Jan 2010
Old 01-19-2010 , 18:50   Re: SoD Player Stats
Reply With Quote #618

Any way to make this registrate IP adresses or player names instead of Steam ID?
InFaility Ward is offline
untamed0
Junior Member
Join Date: Jan 2010
Old 01-20-2010 , 07:41   Re: SoD Player Stats
Reply With Quote #619

I've been trying to get a resetrank admin command working with very little luck, heres what I have so far but It seems like I cant even get the plugin without my modification to compile o.O

Code:
public Action:AdminCmd_ResetRank(client, args)
{
    new argCount = GetCmdArgs();
    
    if(argCount != 1)
    {
        PrintToConsole(client, "SoD-Stats: Invalid number of arguments for command 'sm_resetrank'");
        return Plugin_Handled;
    }
    
    decl String:steamid[192];
    if(!GetCmdArg(1, steamid, 192))
    {
        PrintToConsole(client, "SoD-Stats: Invalid arguments for 'sm_resetrank'");
        return Plugin_Handled;
    }

    decl String:query[128];
    Format(query, 128, "DELETE FROM players WHERE steamid = '%i' LIMIT 1;", steamid);
    SQL_TQuery(stats_db, SQL_PurgeCallback, query, client);

    CreatePlayer(client, g_steamid[client]);
    
    return Plugin_Handled;
}
I basicly just copied bits from other parts of the plugin but I don't see why it wont work...
untamed0 is offline
Nexes-Gaming
New Member
Join Date: Jan 2010
Old 01-27-2010 , 12:31   Re: SoD Player Stats
Reply With Quote #620

Hii, i got a little problem here, all the frags & deaths are counted twice???
Nexes-Gaming is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode