here you go Ruldain
Code:
[11.21. - 09:39:56] Starting Log: logs/eqemu_debug_world_1580.log
[11.21. - 09:39:56] [WORLD__INIT] Loading server configuration..
[11.21. - 09:39:56] [WORLD__INIT] Log settings loaded from log.ini
[11.21. - 09:39:56] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[11.21. - 09:39:56] [WORLD__INIT] Added loginserver 192.168.0.26:15900
[11.21. - 09:39:56] [WORLD__INIT] Connecting to MySQL...
[11.21. - 09:39:57] [WORLD__INIT] HTTP world service disabled.
[11.21. - 09:39:57] [WORLD__INIT] Loading variables..
[11.21. - 09:39:57] [WORLD__INIT] Loading zones..
[11.21. - 09:39:57] [WORLD__INIT] Clearing groups..
[11.21. - 09:39:57] [WORLD__INIT] Clearing raids..
[11.21. - 09:39:57] [WORLD__INIT] Loading items..
[11.21. - 09:39:57] [WORLD__INIT] Loading guilds..
[11.21. - 09:39:57] [WORLD__INIT] Loaded default rule set 'default'
[11.21. - 09:39:57] [WORLD__INIT] Clearing temporary merchant lists..
[11.21. - 09:39:57] [WORLD__INIT] Loading EQ time of day..
[11.21. - 09:39:57] [WORLD__INIT] Loading launcher list..
[11.21. - 09:39:57] [WORLD__INIT] Reboot zone modes ON
[11.21. - 09:39:57] [WORLD__INIT] Deleted 0 stale player corpses from database
[11.21. - 09:39:57] [WORLD__INIT] Deleted 0 stale player backups from database
[11.21. - 09:39:57] [WORLD__INIT] Loading adventures...
[11.21. - 09:39:57] [WORLD__INIT] Purging expired instances
[11.21. - 09:39:57] [WORLD__INIT] Loading char create info...
[11.21. - 09:39:57] [WORLD__INIT] Zone (TCP) listener started.
[11.21. - 09:39:57] [WORLD__INIT] Client (UDP) listener started.
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch 6.2
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch Titanium
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch Anniversary
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch SoF
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch SoD
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch Underfoot
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch HoT
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch VoA
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch RoF
[11.21. - 09:39:57] [NET__IDENTIFY] Registered patch Live
[11.21. - 09:39:58] [WORLD__LS] Connecting to login server: 192.168.0.26:15900
Patch_Live.conf
Code:
#ShowEQ Import Notes:
# ZERO THE FILE first
# perl -pi -e 's/0x[0-9a-fA-F]{4}/0x0000/g' opcodes.conf
#Unknown Mapping:
#OP_Action2 -> OP_Damage
#OP_EnvDamage -> OP_Damage ---> might have been a one time mistake
#Name Differences:
#OP_CancelInvite -> OP_GroupCancelInvite
#OP_GMFind -> OP_FindPersonRequest
#OP_CommonMessage -> OP_ChannelMessage
OP_Unknown=0x0000
OP_ExploreUnknown=0x0000 #used for unknown explorer
#world packets
OP_ApproveWorld=0x669b # ShowEQ 06/13/06
OP_LogServer=0x4b88 # ShowEQ 06/13/06
OP_MOTD=0x319d # ShowEQ 06/13/06
OP_SendLoginInfo=0x2154 # ShowEQ 06/13/06
OP_DeleteCharacter=0x0000
OP_SendCharInfo=0x72d2 # ShowEQ 06/13/06
OP_ExpansionInfo=0x508a # ShowEQ 06/13/06
OP_CharacterCreate=0x0000
OP_RandomNameGenerator=0x0000
OP_GuildsList=0x0000
OP_ApproveName=0x0000
OP_EnterWorld=0x5250 # ShowEQ 06/13/06
OP_PostEnterWorld=0x0000
OP_World_Client_CRC1=0x0a31 # ShowEQ 06/13/06
OP_World_Client_CRC2=0x08fe # ShowEQ 06/13/06
OP_SetChatServer=0x01db # ShowEQ 06/13/06
OP_SetChatServer2=0x15fa # ShowEQ 06/13/06
OP_ZoneServerInfo=0x1e1d # ShowEQ 06/13/06
OP_WorldComplete=0x074f # ShowEQ 06/13/06
OP_ZoneUnavail=0x0000
OP_WorldClientReady=0x0000
OP_WorldUnknown001=0x0000
OP_CharacterStillInZone=0x0000 # world->client. reject.
OP_WorldChecksumFailure=0x0000 # world->client. reject.
OP_WorldLoginFailed=0x0000 # world->client. reject.
OP_WorldLogout=0x0000 # client->world
OP_WorldLevelTooHigh=0x0000 # world->client. Cancels zone in.
OP_CharInacessable=0x0000 # world->client. Cancels zone in.
#Zone in opcodes
OP_ZoneEntry=0x7772 # ShowEQ 06/13/06
OP_ZoneInUnknown=0x0000
OP_AckPacket=0x740b
OP_NewZone=0x4a1a # ShowEQ 06/13/06
OP_ReqClientSpawn=0x7528 # ShowEQ 06/13/06
OP_ZoneSpawns=0x35c0 # ShowEQ 06/13/06
OP_CharInventory=0x0000 # EQEmu 06/29/05
OP_SetServerFilter=0x40b6 # ShowEQ 06/13/06
OP_LockoutTimerInfo=0x1622 # ShowEQ 06/13/06
OP_SendZonepoints=0x3d4f # ShowEQ 06/13/06
OP_SpawnDoor=0x0fa2 # ShowEQ 06/13/06
OP_ReqNewZone=0x2ece # ShowEQ 06/13/06
OP_PlayerProfile=0x4057 # ShowEQ 06/13/06
OP_TimeOfDay=0x08cf # ShowEQ 06/13/06
OP_ZoneServerReady=0x0000
OP_Logout=0x4926 # ShowEQ 06/13/06
OP_LogoutReply=0x0000
OP_PreLogoutReply=0x0000 #0 len packet sent during logout/zoning
OP_LevelUpdate=0x0000
OP_Stamina=0x0000
#Petition Opcodes
OP_PetitionSearch=0x0000 #search term for petition
OP_PetitionSearchResults=0x0000 #(list of?) matches from search
OP_PetitionSearchText=0x0000 #text results of search
OP_Petition=0x0000
OP_PetitionUpdate=0x0000 #guess
OP_PetitionCheckout=0x0000
OP_PetitionCheckIn=0x0000
OP_PetitionQue=0x0000
OP_PetitionUnCheckout=0x0000
OP_PetitionDelete=0x0000
OP_DeletePetition=0x0000
OP_PetitionResolve=0x0000 #0x0000
OP_PDeletePetition=0x0000
OP_PetitionBug=0x0000
OP_PetitionRefresh=0x0000
OP_PetitionCheckout2=0x0000
OP_PetitionViewPetition=0x0000
#Guild Opcodes
#list to client : 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
# 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
# some from client: 0x0000
OP_ZoneGuildList=0x4465 # ShowEQ 06/13/06
OP_GetGuildMOTD=0x48cd
OP_GuildMemberList=0x0cef # ShowEQ 06/13/06
OP_GuildMemberUpdate=0x11e0 # ShowEQ 06/13/06
OP_GuildMemberLevelUpdate=0x0000 #dosent exist in this version
OP_GuildRemove=0x0000
OP_GuildPeace=0x0000
OP_GuildWar=0x0000
OP_GuildLeader=0x0000
OP_GuildDemote=0x0000
OP_GuildMOTD=0x5026 # ShowEQ 06/13/06
OP_SetGuildMOTD=0x0000
OP_GetGuildsList=0x0000
OP_GuildInvite=0x0000
OP_GuildPublicNote=0x0000
OP_GuildDelete=0x0000
OP_GuildInviteAccept=0x0000
OP_GuildManageRemove=0x0000
OP_GuildManageAdd=0x0000
OP_GuildManageStatus=0x0000
OP_GuildBank=0x0000
# Unmatched: OP_GuildExtendedInfo=0x569e
#GM/guide opcodes
OP_GMServers=0x0000 #/servers
OP_GMBecomeNPC=0x0000 #/becomenpc
OP_GMZoneRequest=0x0000 #/zone
OP_GMSearchCorpse=0x0000 #/searchcorpse
OP_GMHideMe=0x0000 #/hideme
OP_GMGoto=0x0000 #/goto
OP_GMDelCorpse=0x0000 #/delcorpse
OP_GMApproval=0x0000 #/approval
OP_GMToggle=0x0000 #/toggletell
OP_GMZoneRequest2=0x0000
OP_GMSummon=0x0000 #/summon
OP_GMEmoteZone=0x0000 #/emotezone
OP_GMEmoteWorld=0x0000 #/emoteworld (not implemented)
OP_GMFind=0x0000 #/find
OP_GMKick=0x0000 #/kick
OP_GMNameChange=0x0000
OP_SafePoint=0x0000
OP_Bind_Wound=0x0000
OP_GMTraining=0x0000
OP_GMEndTraining=0x0000
OP_GMTrainSkill=0x0000
# OP_GMEndTrainingResponse=0x0000
OP_Animation=0x4341 # ShowEQ 06/13/06
OP_Stun=0x0000
OP_MoneyUpdate=0x0000
OP_SendExpZonein=0x5051 # ShowEQ 06/13/06
OP_IncreaseStats=0x0000
OP_CrashDump=0x0000
OP_ReadBook=0x0000
OP_Dye=0x0000
OP_Consume=0x0000
OP_Begging=0x0000
OP_InspectRequest=0x4654 # ShowEQ 06/13/06
OP_Action2=0x0000
OP_BeginCast=0x6a86 # ShowEQ 06/13/06
OP_BuffFadeMsg=0x129c # ShowEQ 06/13/06
OP_Consent=0x4f27 # ShowEQ 06/13/06
OP_LFGCommand=0x0000
OP_LFGGetMatchesRequest=0x0000
OP_LFGAppearance=0x0000
OP_LFGResponse=0x0000
OP_LFGGetMatchesResponse=0x355b # ShowEQ 06/13/06
OP_LootItem=0x0000
OP_Bug=0x0000
OP_BoardBoat=0x0000
OP_Save=0x0000
OP_Camp=0x0000
OP_EndLootRequest=0x0000
OP_LoadSpellSet=0x0000
OP_AutoAttack=0x7a46 # ShowEQ 06/13/06
OP_AutoFire=0x0000
OP_Consider=0x09ea # ShowEQ 06/13/06
OP_Emote=0x5644 # ShowEQ 06/13/06
OP_PetCommands=0x0000
OP_SpawnAppearance=0x1d4c # ShowEQ 06/13/06
OP_DeleteSpawn=0x40d0 # ShowEQ 06/13/06
OP_FormattedMessage=0x771d # ShowEQ 06/13/06
OP_WhoAllRequest=0x55e8 # ShowEQ 06/13/06
OP_WhoAllResponse=0x28ca # ShowEQ 06/13/06
OP_AutoAttack2=0x7c2e # ShowEQ 06/13/06
OP_SetRunMode=0x0000
OP_SimpleMessage=0x3510 # ShowEQ 06/13/06
OP_SaveOnZoneReq=0x6f49 # ShowEQ 06/13/06
OP_SenseHeading=0x0000
OP_Buff=0x21c6 # ShowEQ 06/13/06
OP_LootComplete=0x0000
OP_EnvDamage=0x0000
OP_Split=0x0000
OP_Surname=0x0000
OP_MoveItem=0x0000
OP_FaceChange=0x0000
OP_ItemPacket=0x28c1 # ShowEQ 06/13/06
# Unmatched: OP_ItemPlayerPacket=0x4e7d
OP_ItemLinkResponse=0x0000
OP_ClientReady=0x443f # ShowEQ 06/13/06
OP_ZoneChange=0x3d48 # ShowEQ 06/13/06
OP_MemorizeSpell=0x5f68 # ShowEQ 06/13/06
OP_ItemLinkClick=0x63f9 # ShowEQ 06/13/06
OP_SwapSpell=0x181e # ShowEQ 06/13/06
OP_Forage=0x0000
OP_ConsentResponse=0x6c6e # ShowEQ 06/13/06
OP_BazaarSearch=0x0000
OP_NewSpawn=0x6f3b # ShowEQ 06/13/06
OP_WearChange=0x4195 # ShowEQ 06/13/06
OP_Action=0x1684 # ShowEQ 06/13/06
OP_SpecialMesg=0x471b # ShowEQ 06/13/06
OP_Bazaar=0x0000
OP_LeaveBoat=0x0000
OP_Weather=0x3d4b # ShowEQ 06/13/06
OP_LFPGetMatchesRequest=0x0000
OP_Illusion=0x1657 # ShowEQ 06/13/06
OP_TargetMouse=0x3299 # ShowEQ 06/13/06
OP_InspectAnswer=0x0d0b # ShowEQ 06/13/06
OP_GMKill=0x0000
OP_MoneyOnCorpse=0x0000
OP_ClickDoor=0x0000
OP_MoveDoor=0x36e2 # ShowEQ 06/13/06
OP_LootRequest=0x0000
OP_YellForHelp=0x0000
OP_ManaChange=0x60f2 # ShowEQ 06/13/06
OP_ConsentDeny=0x6889 # ShowEQ 06/13/06
OP_LFPCommand=0x0000
OP_RandomReply=0x5e9c # ShowEQ 06/13/06
OP_DenyResponse=0x43bb # ShowEQ 06/13/06
OP_ConsiderCorpse=0x0000
OP_ConfirmDelete=0x0000
OP_MobHealth=0x2ba5 # ShowEQ 06/13/06
OP_SkillUpdate=0x0000
OP_RandomReq=0x3249 # ShowEQ 06/13/06
OP_CastSpell=0x141e # ShowEQ 06/13/06
OP_ClientUpdate=0x178a # ShowEQ 06/13/06
OP_Report=0x0000
OP_GroundSpawn=0x76f0 # ShowEQ 06/13/06
OP_TargetCommand=0x7136 # ShowEQ 06/13/06
OP_LFPGetMatchesResponse=0x212d # ShowEQ 06/13/06
OP_Jump=0x7b23 # ShowEQ 06/13/06
OP_ExpUpdate=0x1442 # ShowEQ 06/13/06
OP_Death=0x7941 # ShowEQ 06/13/06
OP_BecomeCorpse=0x0000
OP_GMLastName=0x0000
OP_InitialMobHealth=0x2cdc # ShowEQ 06/13/06
OP_Mend=0x0000
OP_MendHPUpdate=0x0000
OP_Feedback=0x0000
OP_TGB=0x3afb # ShowEQ 06/13/06
OP_InterruptCast=0x0000
OP_Damage=0x4ed2 # ShowEQ 06/13/06
OP_ChannelMessage=0x0b5a # ShowEQ 06/13/06
OP_LevelAppearance=0x0000
OP_MultiLineMsg=0x0000
OP_Charm=0x0000
OP_DeleteSpell=0x0000
OP_ApproveZone=0x0000
OP_Assist=0x0000
OP_AugmentItem=0x0000
OP_BazaarInspect=0x0000
OP_ClientError=0x0000
OP_DeleteItem=0x0000
OP_ControlBoat=0x0000
OP_DumpName=0x0000
OP_FeignDeath=0x0000
OP_Heartbeat=0x0000
OP_ItemName=0x0000
OP_LDoNButton=0x0000
OP_MoveCoin=0x0000
OP_ReloadUI=0x0000
#bazaar trader stuff stuff:
#become and buy from
#Server->Client: [ Opcode: OP_Unknown (0x0000) Size: 8 ]
# 0: 46 01 00 00 39 01 00 00 | F...9...
OP_TraderDelItem=0x0000
OP_BecomeTrader=0x0000
OP_TraderShop=0x0000
OP_TraderItemUpdate=0x0000
OP_Trader=0x0000
OP_ShopItem=0x0000
OP_TraderBuy=0x0000
#pc/npc trading
OP_TradeRequest=0x2889 # ShowEQ 06/13/06
OP_TradeAcceptClick=0x2b8f # ShowEQ 06/13/06
OP_TradeRequestAck=0x06fb # ShowEQ 06/13/06
OP_TradeCoins=0x0000
OP_FinishTrade=0x70bd # ShowEQ 06/13/06
OP_CancelTrade=0x12a4 # ShowEQ 06/13/06
OP_TradeMoneyUpdate=0x0000 #not sure
#merchant crap
OP_ShopPlayerSell=0x0000
OP_ShopEnd=0x336d
OP_ShopPlayerBuy=0x0000
OP_ShopRequest=0x47b9
OP_ShopDelItem=0x0000 #0x0000 maybe, 16 bytes though
OP_ShopEndConfirm=0x51ae
#tradeskill stuff:
OP_ClickObject=0x1418 # ShowEQ 06/13/06
OP_ClickObjectAction=0x0000 #seem to get this from the client on close too
OP_RecipeDetails=0x0000
OP_RecipesFavorite=0x0000
OP_RecipesSearch=0x0000
OP_RecipeReply=0x0000
OP_RecipeAutoCombine=0x0000
OP_TradeSkillCombine=0x0000
OP_RequestDuel=0x0000
OP_DuelResponse=0x0000
OP_DuelResponse2=0x0000 #when accepted
OP_RezzComplete=0x0000 #packet wrong on this
OP_RezzRequest=0x0000 #packet wrong on this
OP_RezzAnswer=0x0000 #packet wrong on this
OP_SafeFallSuccess=0x0000
OP_Shielding=0x0000
OP_TargetReject=0x0000
OP_TestBuff=0x0000
OP_Track=0x0000
OP_TrackTarget=0x0000
OP_TrackUnknown=0x0000 #size 0 right after OP_Track
#Tribute Packets:
OP_StartTribute=0x0000 #open tribute master window
OP_OpenTributeReply=0x0000 #reply to open request
OP_SelectTribute=0x0000 #clicking on a tribute, and text reply
OP_TributeItem=0x0000 #donating an item
OP_TributeMoney=0x0000 #donating money
OP_TributeNPC=0x0000 #seems to be missing now
OP_TributeToggle=0x0000 #activating/deactivating tribute
OP_TributeTimer=0x0000 #testing #a 4 byte tier update, 10 minutes for seconds
OP_TributePointUpdate=0x0000 #16 byte point packet
OP_TributeUpdate=0x6ea7 # ShowEQ 06/13/06
OP_GuildTributeInfo=0x3f32
OP_TributeInfo=0x752f
OP_SendGuildTributes=0x72f2 # request packet, 4 bytes
OP_SendTributes=0x5d33 # request packet, 4 bytes, migth be backwards
# Unmatched: OP_GuildTributeStatus=0x07e5
# 27b3 4665
#Adventure packets:
OP_LeaveAdventure=0x0000
OP_AdventureFinish=0x0000
OP_AdventureInfoRequest=0x0000 #right click adventure recruiter
OP_AdventureInfo=0x0000 #text reply to right click
OP_AdventureUpdate=0x0000
OP_AdventureRequest=0x0000
OP_AdventureDetails=0x0000
OP_AdventureData=0x0000
OP_AdventureMerchantRequest=0x0000
OP_AdventureMerchantResponse=0x0000
OP_AdventureMerchantPurchase=0x0000
OP_AdventureMerchantSell=0x0000
OP_AdventurePointsUpdate=0x0000 #not sure, followed purchase
# request stats: 0x0000, reply 0x0000
# request leaderboard: 0x0000, reply 0x0000
#Group Opcodes
OP_GroupDisband=0x7e51 # ShowEQ 06/13/06
OP_GroupInvite=0x6f21 # ShowEQ 06/13/06
OP_GroupFollow=0x0000
OP_GroupUpdate=0x0ec7 # ShowEQ 06/13/06
OP_GroupAcknowledge=0x0000
OP_GroupCancelInvite=0x69c8 # ShowEQ 06/13/06
OP_GroupDelete=0x0000
OP_GroupFollow2=0x0000 #not sure #follow into an allready established group
OP_GroupInvite2=0x0000 #this is an invite, but with a strange length (193)
OP_CancelInvite=0x0000
OP_RaidJoin=0x0000
OP_RaidInvite=0x0000
OP_RaidUpdate=0x76ba
OP_ZoneComplete=0x0000
OP_ItemLinkText=0x0000
OP_ClearObject=0x0000
OP_DisciplineUpdate=0x0000
OP_LocInfo=0x0000
OP_FindPersonRequest=0x1133 # ShowEQ 06/13/06
OP_FindPersonReply=0x0431 # ShowEQ 06/13/06
OP_ForceFindPerson=0x0000
OP_LoginComplete=0x0000
OP_Sound=0x0000
#OP_Zone_MissingName01=0x0000 #remove on recompile
OP_MobRename=0x553c # ShowEQ 06/13/06
OP_BankerChange=0x0000
#Button-push commands
OP_Taunt=0x0000
OP_CombatAbility=0x0000
OP_SenseTraps=0x0000
OP_PickPocket=0x0000
OP_DisarmTraps=0x0000
OP_Disarm=0x0000
OP_Hide=0x0000
OP_Sneak=0x0000
OP_Fishing=0x0000
OP_InstillDoubt=0x0000
OP_LDoNOpen=0x0000
#Task packets
OP_CompletedTasks=0x4b90 # ShowEQ 06/13/06
OP_TaskDescription=0x4135 # ShowEQ 06/13/06
OP_TaskActivity=0x3f0b # ShowEQ 06/13/06
OP_TaskMemberList=0x0000 #not sure
OP_OpenNewTasksWindow=0x0000 #combined with OP_AvaliableTask I think
OP_AvaliableTask=0x0000
OP_AcceptNewTask=0x0000
OP_CancelTask=0x0000
OP_DeclineAllTasks=0x0000 #not sure, 12 bytes
#task complete related: 0x0000 (24 bytes), 0x0000 (8 bytes), 0x0000 (4 bytes)
OP_RequestClientZoneChange=0x7d52 # ShowEQ 06/13/06
OP_SendAATable=0x5471 # ShowEQ 06/13/06
OP_UpdateAA=0x0000
OP_RespondAA=0x0000
OP_SendAAStats=0x147e
OP_AAAction=0x077b # ShowEQ 06/13/06
OP_AAExpUpdate=0x78df # ShowEQ 06/13/06
OP_PurchaseLeadershipAA=0x0000
OP_UpdateLeadershipAA=0x0000
OP_LeadershipExpUpdate=0x0000
OP_LeadershipExpToggle=0x0000
#discovered opcodes not yet used:
OP_PlayMP3=0x0000
OP_FriendsWho=0x0000
OP_MoveLogRequest=0x0000 #gone I think
OP_MoveLogDisregard=0x0000 #gone I think
OP_ReclaimCrystals=0x0000
OP_CrystalCountUpdate=0x0000
OP_DynamicWall=0x0000
#new titles avaliable: 0x0000
OP_CustomTitles=0x36fc # ShowEQ 06/13/06
OP_RequestTitles=0x0000 # EQEmu 06/29/05
OP_SendTitleList=0x0000 # EQEmu 06/29/05
OP_SetTitle=0x0000 # EQEmu 06/29/05
OP_SetTitleReply=0x0000 # EQEmu 06/29/05
OP_Bandolier=0x0000
OP_OpenDiscordMerchant=0x0000 #8 bytes
OP_DiscordMerchantInventory=0x0000 #long item packet
OP_GiveMoney=0x0000 #16 bytes, pp, gp, sp, cp.
OP_OnLevelMessage=0x0000
OP_RequestKnowledgeBase=0x0000
OP_KnowledgeBase=0x0000
OP_SlashAdventure=0x0000 # /adventure
OP_VetRewardsAvaliable=0x0000
OP_BecomePVPPrompt=0x0000 #guessed from ASM
OP_PickLockSuccess=0x0000
OP_Shroud=0x17ad
#named unknowns, to make looking for real unknown easier
OP_AnnoyingZoneUnknown=0x0000
OP_Some6ByteHPUpdate=0x0000 #seems to happen when you target group members
OP_SomeItemPacketMaybe=0x0000 # EQEmu 06/29/05
OP_QueryResponseThing=0x0000
OP_FloatListThing=0x7b0f # EQEmu 06/29/05
#Login opcodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0021
OP_ChatMessage=0x0016
OP_LoginAccepted=0x0017
OP_ServerListResponse=0x0018
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011
#raw opcodes
OP_RAWSessionRequest=0x0000
OP_RAWSessionResponse=0x0000
OP_RAWCombined=0x0000
OP_RAWSessionDisconnect=0x0000
OP_RAWKeepAlive=0x0000
OP_RAWSessionStatRequest=0x0000
OP_RAWSessionStatResponse=0x0000
OP_RAWPacket=0x0000
OP_RAWFragment=0x0000
OP_RAWOutOfOrderAck=0x0000
OP_RAWAck=0x0000
OP_RAWAppCombined=0x0000
OP_RAWOutOfSession=0x0000
#mail opcodes
OP_Command=0x0000
OP_MailboxHeader=0x0000
OP_MailHeader=0x0000
OP_MailBody=0x0000
OP_NewMail=0x0000
OP_SentConfirm=0x0000
OP_MobUpdate=0x0000 #not used anymore, here for backwards compat
#we need to document the differences between these packets to make identifying them easier
OP_MobHealth=0x0000
OP_HPUpdate=0x2660 # ShowEQ 06/13/06
OP_Some3ByteHPUpdate=0x0000 #initial HP update for mobs
OP_InitialHPUpdate=0x0000