Enable skill usage on Mute

Azhura

New member
Messages
50
Points
0
I would like to use chatdori as antiflood but once they spam @refresh they are muted. Is there a way to enable the skill when under mute status? Basically they cannot chat during mute status but can still use skill.

 
yes just edit your misc.conf accordingly:

Code:
// Manner/karma system configuration. Specifies how does negative manner
// (red no chat bubble) affects players (add as needed):
//  0: No penalties.
//  1: Disables chatting (includes whispers, party/guild msgs, etc)
//  2: Disables skill usage
//  4: Disables commands usage
//  8: Disables item usage/picking/dropping
// 16: Disables room creation (chatrooms and vending shops)
manner_system: 31
 
yes just edit your misc.conf accordingly:

// Manner/karma system configuration. Specifies how does negative manner
// (red no chat bubble) affects players (add as needed):
// 0: No penalties.
// 1: Disables chatting (includes whispers, party/guild msgs, etc)
// 2: Disables skill usage
// 4: Disables commands usage
// 8: Disables item usage/picking/dropping
// 16: Disables room creation (chatrooms and vending shops)
manner_system: 31

// Manner/karma system configuration. Specifies how does negative manner
// (red no chat bubble) affects players (add as needed):
// 0: No penalties.
// 1: Disables chatting (includes whispers, party/guild msgs, etc)
// 2: Disables skill usage
// 4: Disables commands usage
// 8: Disables item usage/picking/dropping
// 16: Disables room creation (chatrooms and vending shops)
manner_system: 31

Thank you! Didn't know we have this kind of option!

 
Back
Top