|
X Complete Initialization for 10 kreds Complete the Quest and earn an exclusive shiny kongpanion + 10 kreds 15% Congratulations! You’ve completed your Kongregate account! Congratulations! You’ve completed your Kartridge quest! Spend your hard earned kreds on some of these games! GeekoSuave's messagesPublic messages for GeekoSuave
dj1244
Mar 2, 2010 10:02pm
zworp
Jan 22, 2010 3:24am Hi, glad you like it :) Skill based leaderbords are under way, to be more precise: SELECT * FROM users WHERE stat_kills+stat_deaths > 300 ORDER BY stat_kills/stat_deaths DESC LIMIT 10 SELECT * FROM users WHERE stat_damage > 20000 ORDER BY stat_damage/(stat_deaths+stat_wins) DESC LIMIT 10 and SELECT * FROM users WHERE xp > 2000 ORDER BY xp/… show moreHi, glad you like it :) Skill based leaderbords are under way, to be more precise: SELECT * FROM users WHERE stat_kills+stat_deaths > 300 ORDER BY stat_kills/stat_deaths DESC LIMIT 10 SELECT * FROM users WHERE stat_damage > 20000 ORDER BY stat_damage/(stat_deaths+stat_wins) DESC LIMIT 10 and SELECT * FROM users WHERE xp > 2000 ORDER BY xp/(stat_deaths+stat_wins) DESC LIMIT 10 ;) show less |