View Single Post
  #107  
Old 01-26-2013, 12:02 PM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

could this be the reason for quild having problems or just a type O see the 2 dd's in uint32 to_guilddbid or is that normal coding? i also seen Guildbank=False in the code i didn't see it listed in Zone client_packet.h or the other file as well. World console.h void SendEmoteMessageRaw(const char* to, uint32 to_guilddbid, int16 to_minstatus, uint32 type, const char* message);


Code:
you might start by removing 
# New Opcodes
OP_SpawnPositionUpdate=0x0000 Ref already added OP_MobUpdate=0x6b5a

needs corrected in Op_Rof.conf
OP_GuildBank=0x1cbf 12/12/12 
OP_UIUpdate=0x71f5 12/12/12 Eqemu it's OP_BuffCreate=0x71f5 ???
you also have Op_UIupdate listed in Zone client_packet.h i'm kind of confused	
with both been listed and using the same opcode?

add them if you want too Op_RoF.conf
# New Opcodes 12/12/12
all opcodes below are not added in yet!
OP_Shroud=0x0747
OP_ShroudProgression=0x7251
OP_GroupMemberList2=0x1aae
OP_VoiceChat=0x3bcc
OP_PollQuestions=0x6e6c
OP_PollResponses=0x17ee
OP_Fellowship=0x40fd
OP_HouseAddress=0x6786
OP_HouseContents=0x7cda
OP_FTPNags=0x63ae
Reply With Quote