diff options
| author | silinoron <none@none> | 2010-08-29 20:28:14 -0700 |
|---|---|---|
| committer | silinoron <none@none> | 2010-08-29 20:28:14 -0700 |
| commit | 08205afcc94045c8d74ee4283821db68c5333b1d (patch) | |
| tree | 2d3eff04fe18a1985d08708ed1d79d0a119c4cc6 /src/server/worldserver | |
| parent | 1f9936399c6fbd2fe723f1d2e9ceacf463a24f52 (diff) | |
Rewrite much of the GM ticket system
* Extract storage and manipulation of tickets to TicketMgr (from ObjectMgr)
* Extract ticket commands to TicketCommands.cpp
* Adds support for sending GM responses and GM surveys.
* Fix structure of several ticket-related packets.
* Add support for understanding lag reports.
* Thanks Zor for some of the packet structures, and Cyrax for some sniffs
* Please report any issues encountered via the tracker.
--HG--
branch : trunk
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index ecc03f4a491..0a55f3c8cc1 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1354,6 +1354,11 @@ AllowPlayerCommands = 1 # Default: 1 (enable) # 0 (disable) # +# GM.TicketSystem.ChanceOfGMSurvey +# Chance of sending a GM survey with every ticket completion. +# Default: 50 +# 0 (disables surveys) +# ############################################################################### GM.LoginState = 2 @@ -1369,6 +1374,7 @@ GM.AllowInvite = 0 GM.AllowFriend = 0 GM.LowerSecurity = 0 GM.AllowAchievementGain = 1 +GM.TicketSystem.ChanceOfGMSurvey = 50 ############################################################################### # VISIBILITY AND RADIUSES |
