From 6751ac29403c1e834ebff12255a1ff35b8be246e Mon Sep 17 00:00:00 2001 From: Carbenium Date: Tue, 3 Feb 2015 18:11:38 +0100 Subject: Core/Packets: Add structure for CMSG_GM_TICKET_GET_CASE_STATUS, SMSG_GM_TICKET_CASE_STATUS, CMSG_GM_TICKET_ACKNOWLEDGE_SURVEY and SMSG_GM_TICKET_RESPONSE_ERROR Implement CMSG_GM_TICKET_GET_TICKET and SMSG_GM_TICKET_GET_TICKET_RESPONSE Update SMSG_FEATURE_SYSTEM_STATUS to support customizable ticket system and add config options --- src/server/worldserver/worldserver.conf.dist | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'src/server/worldserver') diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 9cb25475ecf..61790830993 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1060,12 +1060,31 @@ Server.LoginInfo = 0 Command.LookupMaxResults = 0 # -# AllowTickets -# Description: Allow/disallow sending new tickets. +# Ticket.SystemStatus +# Description: Enable/disable the ticket system. This disables the whole customer +# support UI after trying to send a ticket in disabled state +# (MessageBox: "GM Help Tickets are currently unavaiable."). +# UI remains disabled until the character relogs. # Default: 1 - (Enabled) -# 0 - (Disabled) +# 0 - (Disabled) 0 - (Disabled) + +Ticket.SystemStatus = 1 + +# +# Ticket.SubmitTicket +# Description: Allow/disallow opening new tickets. +# Default: 0 - (Disabled) +# 1 - (Enabled, Experimental) + +Ticket.SubmitTicket = 0 + +# +# Ticket.SubmitBug +# Description: Allow/disallow opening new bug reports. +# Default: 0 - (Disabled) +# 1 - (Enabled, Experimental) -AllowTickets = 1 +Ticket.SubmitBug = 0 # # DungeonFinder.OptionsMask -- cgit v1.2.3