diff options
| author | Carbenium <keresztesschmidt@gmail.com> | 2015-02-08 01:07:00 +0100 |
|---|---|---|
| committer | Carbenium <keresztesschmidt@gmail.com> | 2015-03-10 21:09:21 +0100 |
| commit | 37a14bc2d5066bdcdc24331c6718ccf54fb1afa5 (patch) | |
| tree | a8514c64ae0e5184f20a810d36043d03ab4feac1 /src/server/worldserver | |
| parent | c8944d73b32697456b8baeaa72f98378044d3800 (diff) | |
Core/Support: Update the support/ticket system to 6.x
Core/Mail: fix a logic error introduced in 829e11b6623f967672143d79cd8d31772f54866d
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 80 |
1 files changed, 51 insertions, 29 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index b64393508fe..86d9dac2946 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -16,6 +16,7 @@ # CREATURE SETTINGS # CHAT SETTINGS # GAME MASTER SETTINGS +# SUPPORT SETTINGS # VISIBILITY AND DISTANCES # SERVER RATES # STATS LIMITS @@ -1060,33 +1061,6 @@ Server.LoginInfo = 0 Command.LookupMaxResults = 0 # -# 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 unavailable."). -# UI remains disabled until the character relogs. -# Default: 1 - (Enabled) -# 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) - -Ticket.SubmitBug = 0 - -# # DungeonFinder.OptionsMask # Description: Dungeon and raid finder system. # Value is a bitmask consisting of: @@ -1662,12 +1636,60 @@ GM.AllowInvite = 0 GM.LowerSecurity = 0 # -# GM.TicketSystem.ChanceOfGMSurvey +################################################################################################### + +################################################################################################### +# SUPPORT SETTINGS +# +# Support.Enabled +# 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 unavailable."). +# UI remains disabled until the character relogs. +# Default: 1 - (Enabled) +# 0 - (Disabled) + +Support.Enabled = 1 + +# +# Support.TicketsEnabled +# Description: Allow/disallow opening new tickets. +# Default: 0 - (Disabled) +# 1 - (Enabled, Experimental) + +Support.TicketsEnabled = 0 + +# +# Support.BugsEnabled +# Description: Allow/disallow opening new bug reports. +# Default: 0 - (Disabled) +# 1 - (Enabled, Experimental) + +Support.BugsEnabled = 0 + +# +# Support.ComplaintsEnabled +# Description: Allow/disallow creating new player complaints. +# Default: 0 - (Disabled) +# 1 - (Enabled, Experimental) + +Support.ComplaintsEnabled = 0 + +# +# Support.SuggestionsEnabled +# Description: Allow/disallow opening new suggestion reports. +# Default: 0 - (Disabled) +# 1 - (Enabled, Experimental) + +Support.SuggestionsEnabled = 0 + +# +# Support.ChanceOfGMSurvey # Description: Chance of sending a GM survey after ticket completion. # Default: 50 - (Enabled) # 0 - (Disabled) -GM.TicketSystem.ChanceOfGMSurvey = 50 +Support.ChanceOfGMSurvey = 50 # ################################################################################################### |
