skizzerz
86abaf7f1b
Vengeful ghost cannot be amnesiac. Allow werecrow and wolf cub to be amnesiac. Closes #35
2014-07-19 18:50:20 -05:00
skizzerz
f45a6279d5
Time lord changes:
...
Bump day time down to 60s and night time down to 30s
Time lord triggers if they die during day for any reason (except idling)
Reduce rate limit for !time to 10s instead of 60
2014-07-19 18:47:17 -05:00
Skizzerz
eb299c6232
Add check to ensure nightroles only act at night. Closes #39
2014-07-19 18:16:37 -05:00
skizzerz
a670925779
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
modules/wolfgame.py
settings/wolfgame.py
2014-07-18 08:53:11 -05:00
Ryan Schmidt
9fde1ca0a2
moar bugfixes
2014-07-15 23:39:20 -05:00
nyuszika7h
af253593c3
!pstats: fix total game count
...
Cursed and gunner are secondary roles so they shouldn't be counted.
2014-07-15 22:48:28 +02:00
nyuszika7h
bb3d505637
Fix previous commit (again)
2014-07-15 21:07:51 +02:00
nyuszika7h
2d6f212bb3
Fix previous commit
2014-07-15 21:06:43 +02:00
nyuszika7h
f3c6828611
Improve !pstats output
2014-07-15 21:03:31 +02:00
nyuszika7h
e40cc817a3
Remove bold
2014-07-15 21:00:53 +02:00
nyuszika7h
ab4bd8c799
Fix previous commit
2014-07-15 20:59:11 +02:00
nyuszika7h
748e0d95dd
Add total games to !pstats
2014-07-15 20:52:50 +02:00
Skizzerz
48553663d6
fix evilvillage
2014-07-15 01:11:56 -05:00
skizzerz
36dd881411
much bug, many fixes, wow
2014-07-15 01:04:16 -05:00
Skizzerz
a31bf8b4e9
Finish matchmaker
2014-07-14 20:48:00 -05:00
skizzerz
f41b92a156
bugfixes
2014-07-14 02:20:08 -05:00
skizzerz
a10e706474
Fix syntax errors and some other miscellaneous issues
2014-07-14 01:06:41 -05:00
Skizzerz
d970aefdbe
Finish adding roles, still completely untested
2014-07-13 17:43:11 -05:00
Skizzerz
7011c9b5d0
Roughly halfway done with adding new roles
2014-07-12 19:40:20 -05:00
Skizzerz
3f61a60f21
Merge branch 'master' of https://github.com/lykoss/lykos
...
Conflicts:
modules/wolfgame.py
2014-07-12 13:13:56 -05:00
Skizzerz
23b2e755ca
Initial commit to add a bunch of new roles
2014-07-12 13:10:44 -05:00
nyuszika7h
835e76c621
Disable !gstats rate limit
2014-07-12 16:41:12 +02:00
nyuszika7h
5c86786409
Set JOIN_TIME_LIMIT to 3600
2014-07-02 07:23:17 +02:00
Yizhe Shen
02b1a25644
Added a timer for joining the game. (issue #20 )
...
- Usage: set a non-zero value for var.JOIN_TIMER_LIMIT in seconds
- Added kill_join() to handle game cancellations
- Join timers set on first join and canceled if everybody quits or when a
game starts
2014-06-27 15:28:19 -04:00
nyuszika7h
b24c105f27
Set rate limit for !pstats and !gstats to 15s
2014-06-08 15:55:13 +02:00
nyuszika7h
2f95434e05
settings/wolfgame.py: Add TIME_RATE_LIMIT
2014-06-04 21:36:51 +02:00
jacob1
d56e1731b2
!p is case insensetive, and tells you when a player / role doesn't exist
...
At the request of / using some code from brrr
2014-05-31 23:37:04 -04:00
nyuszika7h
358788e893
Increase grace time for /part in-game to 30 seconds
2014-02-25 14:04:25 +01:00
nyuszika7h
d6c0ff209d
Disable rate limit for !pstats (for now)
2014-02-24 10:47:32 +01:00
nyuszika7h
d051330b0f
Revert "Add total games to !pstats without role"
...
This reverts commit 42b98813d0
.
Total game count is inaccurate if the player is both gunner/cursed and
another role.
2014-02-21 10:18:52 +01:00
nyuszika7h
42b98813d0
Add total games to !pstats without role
2014-02-21 10:15:50 +01:00
nyuszika7h
9b10ba2851
Add aliases and rate limit for p/g/mystats
2014-02-20 16:36:55 +01:00
nyuszika7h
8342114844
Merge branch 'master' of git://github.com/xnrand/seerwolf
2014-02-17 10:43:19 +01:00
xnrand
d769943c0a
Add feature for wait time added for each !join
...
Ineffective by default because the wait time is set to 0 in the default
configuration file.
2014-02-17 05:02:27 +01:00
Yizhe Shen
9ad5713471
Added MIN_PLAYERS setting.
2014-02-16 20:24:46 -05:00
Yizhe Shen
510dcfa9bf
Fix for getting game totals.
...
Fixed upper limit of range in get_game_totals().
2014-02-16 19:34:05 -05:00
Yizhe Shen
3d367f6bea
Minor changes.
...
Added grand total to the output of "gamestats" command when no size is
given. Changed camel case to '_' for a couple of variables. Added
identification check for "player" command.
2014-02-15 22:38:15 -05:00
Yizhe Shen
04d2702f36
Added get_player_totals(). Some code cleanup.
...
If the "player" or "mystats" command is called without a role,
then the bot will now list the total games that the player has
played in each role.
2014-02-13 21:59:52 -05:00
Yizhe Shen
32fa38a6c9
Refactored some stats code.
...
Made update_roles_stats() and update_game_stats() a bit cleaner.
2014-02-13 18:05:59 -05:00
Yizhe Shen
7f9def0b2c
Added percentages to stats.
...
Added percentages when stats are outputted. Updated output for
"gamestats" command when no parameter is given.
2014-02-13 18:05:58 -05:00
Yizhe Shen
977112826f
Updated stats text. Player stats command checks for account.
...
Updated game text for stats commands. Fixed error with "mystats" help
string. Added additional check in player stats commands to find the
associated account before attempting to retrieve stats.
2014-02-10 19:01:11 -05:00
Yizhe Shen
8b235580a2
Fix for secure SQL operations.
...
Removed Python string operations from SQL operations.
2014-02-10 19:01:10 -05:00
Yizhe Shen
829fd260e2
Changed behaviour of "gamestats" command.
...
"gamestats" without a parameter will list game totals for all game
sizes. The role parameter for player stats commands is now case
insensitive.
2014-02-10 19:01:09 -05:00
Yizhe Shen
cbae0291f8
Added game stats to database and "gamestats" command.
...
Added a game stats table to game DB to store wolf/village wins for
each game size. Added "gamestats" command to display stored stats.
2014-02-10 19:01:07 -05:00
Yizhe Shen
1994e7330f
Added commands to access player stats.
...
Loosely based on code from jcao219. New commands are "player", "p", "mystats", "me". The commands access existing stats stored in the game database (data.sqlite3).
2014-02-10 19:01:06 -05:00
Yizhe Shen
2b57abc1fb
Added an option for hidden traitor.
...
Added the option in ./modules/wolfgame.py. When activated, if traitor dies before turning, he will only be revealed as a villager.
Also, when "stats" command is used, traitor will be counted as a villager. By default, it is set to True.
2014-02-09 14:17:01 -05:00
xnrand
92cd0f5f34
implement extra wait time for !join
...
i.e. it makes sure that there are at least X seconds of wait time left after a !join.
Feb01[18:03:40] +Zazie_Lavender | I think there should be an enforced 10 to 20 second wait after last !join
2014-02-01 19:30:50 +01:00
nyuszika7h
ca1a864364
Fix fatal typo in settings/wolfgame.py
2013-11-13 20:02:55 +01:00
nyuszika7h
d78d4c877e
Fix player limit, now is actually 21
2013-11-13 20:02:21 +01:00
nyuszika7h
9d1e0334f3
Update !rules
2013-11-11 20:25:38 +01:00