I have made my own statistics plugin that counts all kills and sends them to a remote MySQL server. (http://gotjuice.nl/stats)
The stats work smoothly, but it won't register all kills, this is because it isn't counting all war3ft kills.
Could you please make sure all war3ft kills are reported to one function in the war3ft plugin itself. From there I could forward it to my stats plugin. Possible prototype of the function: reportKill(killer, victim, weaponIndex, weaponName);
Thanks in advance,
MaximusBrood
[REQ] Custom weapon support
Moderator: Forum Moderator
-
- Peon
- Posts: 5
- Joined: Wed Apr 12, 2006 10:04 am
-
- Peon
- Posts: 5
- Joined: Wed Apr 12, 2006 10:04 am
That's right, I must parse the logfiles with Warcraft 3: FT in it's current shape. It's a bit inefficient to parse the logs for something as simple as this.
However, if there could be a small function that is triggered every time Warcraft 3: FT makes a custom kill, for example by critical grenade or thorns aura,
I can do all my stats handling in there, so it registers all kills, including the ones made by Warcraft 3: FT.
A possible prototype: reportKill(killer, victim, weaponIndex, weaponName);
However, if there could be a small function that is triggered every time Warcraft 3: FT makes a custom kill, for example by critical grenade or thorns aura,
I can do all my stats handling in there, so it registers all kills, including the ones made by Warcraft 3: FT.
A possible prototype: reportKill(killer, victim, weaponIndex, weaponName);
Maximus does this look ok:
CreateMultiForward( "fwd_ReportKill", ET_IGNORE, FP_CELL, FP_CEL, FP_CELL, FP_STRING );
I noticed ur thread here + was wondering if what I did matched up w/what you wanted...
http://forums.alliedmods.net/showthread ... ltiForward
CreateMultiForward( "fwd_ReportKill", ET_IGNORE, FP_CELL, FP_CEL, FP_CELL, FP_STRING );
I noticed ur thread here + was wondering if what I did matched up w/what you wanted...
http://forums.alliedmods.net/showthread ... ltiForward
No Support via PM