Changed some profiler settings

This commit is contained in:
Griatch 2015-04-02 00:48:45 +02:00
parent 5f4df1250a
commit 6e67374484

View file

@ -245,9 +245,9 @@ def c_moves_s(client):
# #(0.1, c_creates_button),
# #(0.4, c_moves))
# "inactive player" definition
#ACTIONS = (c_login_nodig,
# c_logout,
# (1.0, c_idles))
ACTIONS = (c_login_nodig,
c_logout,
(1.0, c_idles))
## "normal player" definition
#ACTIONS = ( c_login,
# c_logout,
@ -262,14 +262,14 @@ def c_moves_s(client):
# c_logout,
# (1.0, c_moves_n))
## "socializing heavy builder" definition
ACTIONS = (c_login,
c_logout,
(0.1, c_socialize),
(0.1, c_looks),
(0.2, c_help),
(0.1, c_creates_obj),
(0.2, c_digs),
(0.3, c_moves))
#ACTIONS = (c_login,
# c_logout,
# (0.1, c_socialize),
# (0.1, c_looks),
# (0.2, c_help),
# (0.1, c_creates_obj),
# (0.2, c_digs),
# (0.3, c_moves))
## "heavy digger memory tester" definition
#ACTIONS = (c_login,
# c_logout,