rpg - MMORPG 게임 로그 샘플 (0.0.1)

AcntCreate - 계정 생성

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
CommonId string 공통 계정 ID
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
ClientIpType string 클라이언트 IP 타입 IPv4, IPv6, Unknown 중 하나
ClientIp string 클라이언트 IP (ClientIpType 에 맞게)
AppId string 앱 ID
ClientVer string 클라이언트 앱 버전
DevicePlatform string 디바이스 플랫폼 ios, aos, pc 중 하나
DeviceOsVer string 디바이스 OS 버전
DeviceName string 디바이스 이름
Channel string 접속 채널(루트)
TelecomId string 통신사 ID
Network string 네트워크 종류 옵션 wifi, 2G, 3G, 4G, 5G 중 하나
ScreenWidth integer 디바이스 화면 너비 옵션 0 이상
ScreenHeight integer 디바이스 화면 높이 옵션 0 이상
ScreenDensity number 디바이스 화소 밀도 옵션
CpuInfo string 디바이스 CPU 정보 ('종류|클럭|코어수' 형식) 옵션
Memory integer 디바이스 메모리 (MB) 옵션 0 이상
GraphicsApi string 디바이스 그래픽 API 정보 옵션
DeviceId string 디바이스 ID 옵션

CharCreate - 캐릭터 생성

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
CharIndex integer 해당 캐릭터가 계정의 몇 번째 인지 (시작 1) 0 이상

CharDelete - 캐릭터 삭제

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상

AcntLogin - 계정 로그인

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
CommonId string 공통 계정 ID
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
ClientIpType string 클라이언트 IP 타입 IPv4, IPv6, Unknown 중 하나
ClientIp string 클라이언트 IP (ClientIpType 에 맞게)
AppId string 앱 ID
ClientVer string 클라이언트 앱 버전
DevicePlatform string 디바이스 플랫폼 ios, aos, pc 중 하나
DeviceOsVer string 디바이스 OS 버전
DeviceName string 디바이스 이름
Channel string 접속 채널(루트)
TelecomId string 통신사 ID
Network string 네트워크 종류 옵션 wifi, 2G, 3G, 4G, 5G 중 하나
ScreenWidth integer 디바이스 화면 너비 옵션 0 이상
ScreenHeight integer 디바이스 화면 높이 옵션 0 이상
ScreenDensity number 디바이스 화소 밀도 옵션
CpuInfo string 디바이스 CPU 정보 ('종류|클럭|코어수' 형식) 옵션
Memory integer 디바이스 메모리 (MB) 옵션 0 이상
GraphicsApi string 디바이스 그래픽 API 정보 옵션
DeviceId string 디바이스 ID 옵션
TotalCharge integer 계정 누적 충전액 0 이상
VipLevel integer 계정 VIP 레벨 0 이상

AcntLogout - 계정 로그아웃

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
ClientIpType string 클라이언트 IP 타입 IPv4, IPv6, Unknown 중 하나
ClientIp string 클라이언트 IP (ClientIpType 에 맞게)
TotalCharge integer 계정 누적 충전액 0 이상
VipLevel integer 계정 VIP 레벨 0 이상
PlayTime number 플레이 시간 (초) 옵션

CharLogin - 캐릭터 로그인

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상

CharLogout - 캐릭터 로그아웃

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
PlayTime number 플레이 시간 (초) 옵션

CharDie - 캐릭터 사망

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
Reason string 캐릭터 사망 원인 npc (몬스터), pc (다른 캐릭터), etc (기타) 중 하나
ReasonInfo string 사망 원인 추가 정보 (npc/pc 인 경우 ID) 옵션

CharRevive - 캐릭터 부활

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
Paid boolean 유료 부활 여부

ItemChg - 아이템 변화

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
ItemCd integer 아이템 종류 코드 0 이상
ItemId string 아이템 개체 ID
Change integer 아이템 수 변화량 (+는 증가/-는 감소)
After integer 변화후 아이템 수 0 이상
ReasonCd integer 아이템 변화 원인 코드 0 (알수 없음), 10 (시스템), 20 (GM), 30 (사용), 40 (드랍), 50 (채집), 60 (전투), 70 (퀘스트), 80 (던전), 90 (상점), 100 (유료 상점), 110 (거래소), 120 (강화), 130 (길드), 140 (우편), 150 (펫) 중 하나
ReasonInfo string 아이템 변화 원인 추가 정보 (npc/pc 인 경우 ID) 옵션

MoneyChg - 돈 변화

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
MoneyCd integer 돈 종류 코드 10 (귀속 게임 머니), 20 (게임 머니), 30 (귀속 유료 머니), 40 (유료 머니), 50 (포인트) 중 하나
Change integer 돈 변화량 (+는 증가/-는 감소)
After integer 변화후 돈 0 이상
ReasonCd integer 돈 변화 원인 코드 0 (알수 없음), 10 (시스템), 20 (GM), 30 (사용), 40 (드랍), 50 (채집), 60 (전투), 70 (퀘스트), 80 (던전), 90 (상점), 100 (유료 상점), 110 (거래소), 120 (강화), 130 (길드), 140 (우편), 150 (펫) 중 하나
ReasonInfo string 돈 변화 원인 추가 정보 (npc/pc 인 경우 ID) 옵션

ExpChg - 경험치 변화

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
Change integer 경험치 변화량 (+는 증가/-는 감소)
After integer 변화후 경험치 0 이상
ReasonCd integer 경험치 변화 원인 코드 0 (알수 없음), 10 (시스템), 20 (GM), 30 (사용), 40 (드랍), 50 (채집), 60 (전투), 70 (퀘스트), 80 (던전), 90 (상점), 100 (유료 상점), 110 (거래소), 120 (강화), 130 (길드), 140 (우편), 150 (펫) 중 하나
ReasonInfo string 경험치 변화 원인 추가 정보 옵션

LevelChg - 레벨 변화

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
Change integer 레벨 변화량 (+는 증가/-는 감소)
After integer 변화후 레벨 0 이상

QuestChg - 퀘스트 변화

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
QuestCd integer 퀘스트 종류 코드 0 이상
QuestId integer 퀘스트 개체 ID 옵션 0 이상
Status string 퀘스트 상태 take (획득), start (시작), cancel (취소), done (종료) 중 하나

DungeonChg - 던전 변화

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
Status string 던전 상태 enter (입장), cancel (취소), done (완료), death (사망) 중 하나
Score string 던전 완료 등급 s, a, b, c, f 중 하나

SkillFreq - 스킬별 1 분간 사용 빈도 (어뷰징 검출용)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
SkillId integer 스킬 ID 0 이상
Count integer 사용 횟수 0 이상

Enchant - 아이템 강화 (소진된 돈/아이템들은 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
ItemCd integer 아이템 종류 코드 0 이상
ItemId string 아이템 개체 ID
Change integer 아이템 레벨 변화
After integer 강화 후 아이템 레벨
Break boolean 파괴 여부

Produce - 제작 (재료/생산 아이템들은 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
RecipeCd integer 제작 레시피 코드 0 이상
Count integer 제작 수량 0 이상

ExchgReg - 거래소 등록/재등록 (아이템 소진, 잔여 스택 아이템 추가는 LinkRd로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
ItemCd integer 아이템 종류 코드 0 이상
ItemId string 아이템 개체 ID
ItemCount integer 등록 아이템 수 0 이상
ExchgId integer 거래 ID 0 이상
Price integer 등록 금액 0 이상

ExchgBuy - 거래소에서 구매 (아이템 추가, 돈 소진은 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
ItemCd integer 아이템 종류 코드 0 이상
ItemId string 아이템 개체 ID
ItemCount integer 구매 아이템 수 0 이상
ExchgId integer 거래 ID 0 이상
Price integer 구매 금액 (세금 포함) 0 이상
TaxRate number 거래 당시의 세율

ExchgSell - 거래소에서 판매 완료 (돈 추가는 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
ItemCd integer 아이템 종류 코드 0 이상
ItemId string 아이템 개체 ID
ItemCount integer 판매 아이템 수 0 이상
ExchgId integer 거래 ID 0 이상
Price integer 판매 금액 (세금 포함) 0 이상
TaxRate number 거래 당시의 세율

ExchgUnReg - 거래소 등록 취소 (복구된 아이템은 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
ItemCd integer 아이템 종류 코드 0 이상
ItemId string 아이템 개체 ID
ItemCount integer 복구 아이템 수 0 이상
ExchgId integer 거래 ID 0 이상

CashShopBuy - 유료 상점 구매 (아이템 추가, 돈 소진은 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
ItemCd integer 아이템 종류 코드 0 이상
ItemId string 아이템 개체 ID
ItemCount integer 구매 아이템 수 0 이상
Price integer 구매 금액 0 이상

CashShopSell - 유료 상점 판매 (돈 추가는 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
ItemCd integer 아이템 종류 코드 0 이상
ItemId string 아이템 개체 ID
ItemCount integer 판매 아이템 수 0 이상
Price integer 판매 금액 0 이상

PartyCreate - 파티 생성

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
PartyId integer 파티 ID 0 이상
MaxCount integer 최대 인원 0 이상

PartyMemChg - 파티 멤버 변화

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
PartyId integer 파티 ID 0 이상
Status string 파티 가입 상태 enter (가입), exit (탈퇴) 중 하나

PartyDelete - 파티 삭제 (공헌도는 LinkRd 로 연결)

Field Type Description Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
PartyId integer 파티 ID 0 이상

GuildCreate - 길드 생성

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
GuildId integer 길드 ID 0 이상
GuildName string 길드 이름

GuildMemChg - 길드 멤버 변화

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
GuildId integer 길드 ID 0 이상
GuildName string 길드 이름
Status string 길드 가입 상태 enter (가입), exit (탈퇴) 중 하나

GuildDelete - 길드 삭제

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
GuildId integer 길드 ID 0 이상

CastleWarDeclare - 공성 선언

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
GuildId integer 길드 ID 0 이상
GuildName string 길드 이름
CastleId integer 성 ID 0 이상
CastleName string 성 이름
CastleLevel integer 성 레벨 0 이상
GuildMemCnt integer 길드 멤버 수 0 이상

CastleWarEnd - 공성 종료 (공헌도는 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
GuildId integer 길드 ID 0 이상
GuildName string 길드 이름
CastleId integer 성 ID 0 이상
CastleName string 성 이름
CastleLevel integer 성 레벨 0 이상
GuildMemCnt integer 길드 멤버 수 0 이상
Success boolean 성공 여부

Contribute - 레이드, 전쟁 등에서 공헌도

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
Point integer 공헌 포인트 0 이상

MailSend - 우편 발신 (첨부된 아이템/돈은 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
title string 우편 제목
message string 우편 내용 옵션

AttachItem - 첨부한 아이템

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
ItemCd integer 아이템 종류 코드 0 이상
ItemId string 아이템 개체 ID
Count integer 아이템 수

AttachMoney - 첨부한 돈

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
MoneyCd integer 돈 종류 코드 10 (귀속 게임 머니), 20 (게임 머니), 30 (귀속 유료 머니), 40 (유료 머니), 50 (포인트) 중 하나
Amount integer 금액

MailRecv - 우편 수신 (받은 아이템/돈은 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
Title string 우편 제목
Msg string 우편 내용 옵션

Chat - 채팅

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
Channel integer 채팅 채널 0 (현재), 1 (월드), 2 (파티), 3 (길드), 4 (확성기) 중 하나
Msg string 채팅 내용

Charge - 충전 (얻은 돈은 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
TotalCharge integer 계정 누적 충전액 0 이상
VipLevel integer 계정 VIP 레벨 0 이상
Amount integer 충전 금액 (패키지의 경우 0) 0 이상
PackageCd boolean 패키지를 통한 충전시 패키지 코드
PackageName boolean 패키지를 통한 충전시 패키지 이름

Report - 신고

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
TotalCharge integer 계정 누적 충전액 0 이상
VipLevel integer 계정 VIP 레벨 0 이상
GuildId integer 길드 ID 옵션 0 이상
GuildName string 길드 이름 옵션
Type integer 신고 종류 1 (욕설), 2 (광고), 3 (매크로 사용), 4 (기타 어뷰징), 5 (작업장), 6 (개인 정보 요청), 7 (불법/불건전 정보), 99 (기타) 중 하나
Title string 신고 제목
Msg string 신고 내용 옵션
TargetCharId string 대상 캐릭터 ID
TargetCharName string 대상 캐릭터 이름
TargetCharLevel integer 대상 캐릭터 레벨 0 이상
TargetGuildId integer 대상 캐릭터 길드 ID 옵션 0 이상
TargetGuildName string 대상 캐릭터 길드 이름 옵션

Return - 복귀 (이벤트로 받은 아이템/돈은 LinkRd 로 연결)

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
TotalCharge integer 계정 누적 충전액 0 이상
VipLevel integer 계정 VIP 레벨 0 이상
ElapseDays integer 마지막 접속후 경과일 0 이상
Days integer 마지막 접속후 경과일 0 이상

CharSync - 정기적인 캐릭터 상태

Field Type Description Optional Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
AcntId string 게임 계정 ID
LinkRd integer 랜덤 코드로 로그들을 연결 옵션 0 이상
CharId string 캐릭터 ID
CharName string 캐릭터 이름
CharLevel integer 캐릭터 레벨 0 이상
MapCd integer 맵 코드 옵션 0 이상
PosX number 맵상 X 위치 옵션
PosY number 맵상 Y 위치 옵션
PosZ number 맵상 Z 위치 옵션
Level integer 캐릭터 레벨 0 이상
Exp integer 캐릭터 경험치 0 이상

CharMoneySync - 정기적인 캐릭터 머니 상태

Field Type Description Restrict
DateTime datetime 이벤트 일시
MoneyCd integer 돈 종류 코드 10 (귀속 게임 머니), 20 (게임 머니), 30 (귀속 유료 머니), 40 (유료 머니), 50 (포인트) 중 하나
Amount integer 금액 0 이상
LinkRd integer CharSync 와 연결 0 이상

Debug - 디버그 로그

Field Type Description Restrict
DateTime datetime 이벤트 일시
GameSvrId string 게임 서버 ID
ZoneId integer 게임 서버가 속하는 구역 ID. 없는 경우 0 0 이상
Msg string 디버깅용 메시지