12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /*
- EQ2Emulator: Everquest II Server Emulator
- Copyright (C) 2007 EQ2EMulator Development Team (http://www.eq2emulator.net)
- This file is part of EQ2Emulator.
- EQ2Emulator is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- EQ2Emulator is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with EQ2Emulator. If not, see <http://www.gnu.org/licenses/>.
- */
- #if defined(LOGIN) || defined(MINILOGIN)
- N(OP_LoginRequestMsg),
- N(OP_LoginByNumRequestMsg),
- N(OP_WSLoginRequestMsg),
- N(OP_ESLoginRequestMsg),
- N(OP_LoginReplyMsg),
- N(OP_WorldListMsg),
- N(OP_WorldStatusChangeMsg),
- N(OP_AllWSDescRequestMsg),
- N(OP_WSStatusReplyMsg),
- N(OP_AllCharactersDescRequestMsg),
- N(OP_AllCharactersDescReplyMsg),
- N(OP_CreateCharacterRequestMsg),
- N(OP_ReskinCharacterRequestMsg),
- N(OP_CreateCharacterReplyMsg),
- N(OP_WSCreateCharacterRequestMsg),
- N(OP_WSCreateCharacterReplyMsg),
- N(OP_DeleteCharacterRequestMsg),
- N(OP_DeleteCharacterReplyMsg),
- N(OP_PlayCharacterRequestMsg),
- N(OP_PlayCharacterReplyMsg),
- N(OP_ServerPlayCharacterRequestMsg),
- N(OP_ServerPlayCharacterReplyMsg),
- N(OP_KeymapLoadMsg),
- N(OP_KeymapNoneMsg),
- N(OP_KeymapDataMsg),
- N(OP_KeymapSaveMsg),
- //N(OP_LSRequestPlayerDescMsg),
- N(OP_LSCheckAcctLockMsg),
- N(OP_WSAcctLockStatusMsg),
- N(OP_LsRequestClientCrashLogMsg),
- N(OP_LsClientBaselogReplyMsg),
- N(OP_LsClientCrashlogReplyMsg),
- N(OP_LsClientAlertlogReplyMsg),
- N(OP_LsClientVerifylogReplyMsg),
- N(OP_BadLanguageFilter),
- N(OP_WSServerLockMsg),
- N(OP_WSServerHideMsg),
- N(OP_LSServerLockMsg),
- N(OP_UpdateCharacterSheetMsg),
- N(OP_UpdateInventoryMsg),
- #endif
|