Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #91  
Old 10-29-2011, 05:06 PM
dhgbrown
Fire Beetle
 
Join Date: Oct 2008
Location: Baton Rouge
Posts: 16
Default

I have been going back and fourth with Titanium and Underfoot.

Underfoot seems to work the best thus far. Having to go through the zones one by one and fix models etc.

I need to make a GM character soon so I can check out the Service functions before I make this a semi-permanent lan server.

Dave
Reply With Quote
  #92  
Old 07-27-2012, 09:52 PM
Talos1979
Fire Beetle
 
Join Date: Jul 2012
Posts: 5
Default

im doing fine up untill after i use c++ to compile. i get 5 success and 1 error. then at thsi part. (• Now use the following files and folders from your new build, and place them in your newly created EQEmu folder:
• changelog.txt
• BUILD directory: Chatserver.exe, EMuShareMem.dll, World.exe, Zone.exe
• EQLAUNCH/RELEASE directory: eqlaunch.exe
• UTILS directory: mail_opcodes.conf, opcodes.conf, patch_6.2.conf, patch_Anniversary.conf, patch_Live.conf, patch_SoD.conf, patch_SoF.conf, patch_Titanium.conf
• UTILS directory: all of the files in the DEFAULTS folder
• Place all the subfolders and files from the *defaults* dir into the "EQEmu" folder,
• Then place into said "EQEmu" folder: Chatserver.exe, EMuShareMem.dll, World.exe, Zone.exe, eqlaunch.exe, mail_opcodes.conf, opcodes.conf, patch_6.2.conf, patch_Anniversary.conf, patch_Live.conf, patch_SoF.conf, patch_Titanium.conf)

where do i get these file from after c++ has compiled?
Reply With Quote
  #93  
Old 07-27-2012, 10:01 PM
Born2rot
Fire Beetle
 
Join Date: Apr 2010
Posts: 16
Default

Go to the source folder \source\trunk\eqemuserver\build

It makes the build directory when you compile. The files you need are there.



Goregut
Reply With Quote
  #94  
Old 07-27-2012, 11:10 PM
Talos1979
Fire Beetle
 
Join Date: Jul 2012
Posts: 5
Default

thank you that helped now when i get to here
((Phase 3)
Setup PEQ DB
• Navigate to folder c:\EQEmuSVNFiles\DB that you created and setup earlier. You should see a file called: peqdb_RevXXXX.sql.gz. Extract it. This is the "bulk" of the database. Now keep an eye on the revision number as it signifies the correlation between the server number. Example: If you have a Server Rev774, you can run peqdb_Rev859.sql since it's compatible with the server revision which is Rev774. If you update to a newer server revision, then you need to update the database if the revision of the server surpasses it. I.E. DB Rev# > Server Rev#
• Open Navicat lite
• double click on local
• right click on local, new database
• name the new database PEQ
• Now open a command prompt and go to the folder that has the peqdb_RevXXXX.sql you just extracted
• run this command
o mysql -uUSERNAME -pPASSWORD PEQ < peqdb_RevXXXX.sql
)

when i put that in with the correct rev number im getting an error that states 1045 <28000>:access denied for 'USERNAME''@'localhost' <using password:YES>

ive went back throught the guide about a dozen times and my head is pounding, tips suggestions?
Reply With Quote
  #95  
Old 07-27-2012, 11:51 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

1. did you replace username and password with your mysql username and password?

2. follow this guide http://www.eqemulator.org/forums/showthread.php?t=32980
and all the comments in the thread. it's about the best guide on here right now.
Reply With Quote
  #96  
Old 07-28-2012, 01:54 PM
Talos1979
Fire Beetle
 
Join Date: Jul 2012
Posts: 5
Default

ok inserted root as default username and my password and now i get the error PEQ is not a reconized file grr
Reply With Quote
  #97  
Old 07-28-2012, 04:46 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Because you didn't do these steps:

Quote:
• Open Navicat lite
• double click on local
• right click on local, new database
• name the new database PEQ
You don't need to use Navicat, but you do need to create the database somehow.
Reply With Quote
  #98  
Old 12-10-2012, 02:17 PM
Ruldain
Fire Beetle
 
Join Date: Nov 2012
Posts: 14
Default

It seems that either I've errored somewhere or the files when you checkout the svn for C:\EQemuSVNFiles\EQemu\trunk the folder indicated in the walkthrough 'trunk/EQEmuServer' only holds 'peqdatabase'.

Any suggestions would be helpful.
Reply With Quote
  #99  
Old 12-10-2012, 04:58 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

There are two different URLs you need to checkout with SVN. It sounds like you used the database URL for both.
Reply With Quote
  #100  
Old 12-10-2012, 08:31 PM
Ruldain
Fire Beetle
 
Join Date: Nov 2012
Posts: 14
Default Trouble Compiling...

After following the guide I'm getting the following.
Using the Server.sln that comes with the SVN checkout
Build: 4 succeeded, 2 failed, 0 up-to-date, 0 skipped

I've also rechecked my settings in Microsoft Visual C++ 2008 Express Edition

My build has the following files in it:
Folders:
EMuShareMem
eqlaunch
queryserv
ucs
World
Zone

Files
Chatserver.exe
EmuShareMem.dll
eqlaunch.exe
queryserv.exe
Reply With Quote
  #101  
Old 12-10-2012, 09:20 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Did you want to tell us what the errors are or should we guess?
Reply With Quote
  #102  
Old 12-12-2012, 11:36 PM
Ruldain
Fire Beetle
 
Join Date: Nov 2012
Posts: 14
Default

Well I did finally comb through the messages and it was barking about Perl512.dll so I've installed Perl 5.12.4.1205 and it compiled without any errors.

Next the only thing is I can't locate the file patch_Live.conf...
Reply With Quote
  #103  
Old 12-13-2012, 12:08 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Quote:
Originally Posted by Ruldain View Post
Next the only thing is I can't locate the file patch_Live.conf...
You're following a guide that's 2 years old. There in no such file anymore.
Reply With Quote
  #104  
Old 12-13-2012, 01:32 AM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

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
Reply With Quote
  #105  
Old 12-13-2012, 01:35 AM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

why would you want to make things unnecessarily complex for someone who is having issues? seriously...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:40 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3