Skip to content

gm_ticket

This table stores all tickets.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
idintunsignedPRINOauto_increment
typetinyintunsignedNO00 open, 1 closed, 2 character deleted
playerGuidintunsignedNO0Global Unique Identifier of ticket creator
namevarchar(12)NOName of ticket creator
descriptiontextNO
createTimeintunsignedNO0
mapIdsmallintunsignedNO0
posXfloatNO0
posYfloatNO0
posZfloatNO0
lastModifiedTimeintunsignedNO0
closedByintsignedNO0
assignedTointunsignedNO0GUID of admin to whom ticket is assigned
commenttextNO
responsetextNO
completedtinyintunsignedNO0
escalatedtinyintunsignedNO0
viewedtinyintunsignedNO0
needMoreHelptinyintunsignedNO0
resolvedByintsignedNO0GUID of GM who resolved the ticket
 

Description of fields ​

id ​

Unique ticket enumerator.  

type ​

IDName
0TICKET_TYPE_OPEN
1TICKET_TYPE_CLOSED
2TICKET_TYPE_CHARACTER_DELETED

 

playerGuid ​

The guid of the reporting character.  

name ​

The character name, who created that ticket.  

description ​

The content of the ticket.  

createTime ​

Unix timestamp when the ticket was submitted.  

mapId ​

Map ID where ticket has ben created.  

posX ​

Position X where ticket has ben created.  

posY ​

Position Y where ticket has ben created.  

posZ ​

Position Z where ticket has ben created.  

lastModifiedTime ​

Unix timestamp when the ticket was closed or deleted by the issuer.  

closedBy ​

  • 0: ticket is open or was closed by console.
  • >0: character guid of the closing GM or issuer.  

assignedTo ​

character guid of the assigned GM, if any.  

comment ​

The GM comment to the ticket, only visible to game masters.  

response ​

The GMs response to the ticket issuer.  

completed ​

Successful resolution?

  • 0: not resolved
  • 1: resolved  

escalated ​

IDNameComment
0TICKET_UNASSIGNEDticket is not currently assigned to a gm
1TICKET_ASSIGNEDticket is assigned to a normal gm
2TICKET_IN_ESCALATION_QUEUEticket is in the escalation queue
3TICKET_ESCALATED_ASSIGNEDis a custom value and should never actually be sent

 

viewed ​

  • 0: Not yet viewed
  • 1: Ticket has been opened by GM  

needMoreHelp ​

Requests further GM interaction on a ticket to which a GM has already responded. Basically means "has a new ticket"

  • 0: player consideres issue resolved
  • 1: player needs followup ticket  

resolvedBy ​

  • 0: ticket is open or was closed by console.
  • >0: character guid of the GM who resolved it by closing or completing the ticket.