Михаил Крав
Знаток
(447),
на голосовании
2 месяца назад
Actions are a mask of the following flags, in decimal form: # # CHEAT_ACTION_NONE = 0x00, # # informational notification (no actions are suggested) # CHEAT_ACTION_INFO_LOG = 0x01, # # prompting notification (suggested actions defined by other flags) # CHEAT_ACTION_PROMPT_LOG = 0x02, # # disconnect the offending world session # CHEAT_ACTION_KICK = 0x04, # # permanently ban the offending account # CHEAT_ACTION_BAN_ACCOUNT = 0x08, # # permanently ban the offending ip address # CHEAT_ACTION_BAN_IP = 0x10, # # permanently silences the offending account # CHEAT_ACTION_SILENCE = 0x20,
#
# CHEAT_ACTION_NONE = 0x00,
#
# informational notification (no actions are suggested)
# CHEAT_ACTION_INFO_LOG = 0x01,
#
# prompting notification (suggested actions defined by other flags)
# CHEAT_ACTION_PROMPT_LOG = 0x02,
#
# disconnect the offending world session
# CHEAT_ACTION_KICK = 0x04,
#
# permanently ban the offending account
# CHEAT_ACTION_BAN_ACCOUNT = 0x08,
#
# permanently ban the offending ip address
# CHEAT_ACTION_BAN_IP = 0x10,
#
# permanently silences the offending account
# CHEAT_ACTION_SILENCE = 0x20,