Module - Player Statistics
| Price | $75 |
|---|---|
| Module | name: addon.player_statisticsconfig: player_statistics.jsonextra: stat_monster_records.csvextra: stat_dungeon_records.csvextra: stat_box_records.csvextra: stat_enchant_records.csvextra: stat_potion_records.csv |
| Short Description |
Add a ranking system that rewards the 1st place player (daily/weekly/monthly) with a special effect from the ResourceItem.
The following module must be enabled: addon.player.effect & addon.pvp_potion
addon.player.effect for displaying an aura for 1st place.
addon.pvp_potion is used to record data based on potion usage.
|
• The player statistic ranking table in a game displays various statistics and ranks players based on their performance in different aspects/categories of the game.
• This ranking includes statistics such as TOP level, TOP PVP points, TOP CPT, TOTAL kills, TOTAL dungeons opened, TOTAL monsters killed, upgrade failures (+5, +6, +7), upgrade successes (+5, +6, +7), TOTAL boxes opened, TOTAL potions consumed, and fastest level-up.
• Players can view their own ranking compared to others, adding a competitive element to the game and motivating players to improve their performance.
• By reaching the top spot in the daily / weekly / monthly rankings, player can earn an bonus effect (1 resource effects and Aura) *effect only applied to a player from ranking by all races.
• Top 1 Rank (Best of the Best) is calculated from Rank of every enabled aspect/categories (except : Speedrun)
• You can choose which aspect/categories gonna be enabled and the effect given from
player_statistics.json




If using player statistic module, must add these in order to working correctly.
SQL Server Management Studio > right click SQL Server Agent > New > Job...
exec pGameStat_ResetDeletedPlayer;
exec pGameStat_UpdatePositionDay;
exec pGameStat_UpdatePositionWeek;
exec pGameStat_UpdatePositionMonth;
exec pGameStat_UpdateBestOfTheBest;
exec pGameStat_ResetDay;
exec pGameStat_ResetWeek;
exec pGameStat_ResetMonth;