Thread: Mercenaries
View Single Post
  #56  
Old 11-01-2012, 04:16 AM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

you can get cavedude precompiled Version here https://code.google.com/p/projecteqd...e.zip&can=2&q=

says it is an unsupported client version:
keep your opcode files in format of patch_Oct16-2012.Conf
make sure you have a file with the same name as patch_oct16-2012.CS in the same directory.
so you might have to copy and rename *.cs files to match your *.conf file name
if you keep having the same problem download wireshark Version 1.8.2

that is the reason you are receiving unspported client version.

Code:
OP_DzChooseZone=0x3c5b                  

# Mercenary Opcodes:
OP_MercenaryList=0x195c         # 0x5a0a
OP_MercenaryHire=0x4dd9			 
OP_MercenaryDismiss=0x0bd0              
OP_MercenaryTimer=0x2ef8			 
OP_MercenaryTimerRequest=0x0924         
OP_MercenaryCommand=0x6c36		 
OP_MercenaryDataUpdate=0x57f2		
OP_MercenaryDataUpdateRequest=0x05f1	
OP_MercenaryDataRequest=0x0327		 
OP_MercenaryDataResponse=0x6537		
OP_MercenarySuspendRequest=0x3c58	
OP_MercenarySuspendResponse=0x4b82
0x3401 was Op_NewZone in VoA it was changed in Oct 2012
OP_NewZone=0x0d60 # 0x3401
Reply With Quote