Thread: Finding Opcodes
View Single Post
  #19  
Old 07-06-2008, 04:00 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Thanks, I actually just found that out while experimenting a little after posting that lol. Was just about to come and post the correction.

After figuring that out, I was about to get /zone to work for GMs instead of only #zone working.

Here are the changes to get /zone working. Still working on figuring out more.
Code:
#GM/guide opcodes
OP_GMServers=0x3387		#/servers
OP_GMBecomeNPC=0x0000		#/becomenpc 0x7864
OP_GMZoneRequest=0x1306	#/zone 
OP_GMSearchCorpse=0x3c32	#/searchcorpse
OP_GMHideMe=0x15b2		#/hideme
OP_GMGoto=0x1cee		#/goto
OP_GMDelCorpse=0x0b2f		#/delcorpse
OP_GMApproval=0x0c0f		#/approval
OP_GMToggle=0x7fea		#/toggletell
OP_GMZoneRequest2=0x244c
OP_GMSummon=0x1edc		#/summon
OP_GMEmoteZone=0x39f2		#/emotezone
OP_GMEmoteWorld=0x3383		#/emoteworld (not implemented)
OP_GMFind=0x5930		#/find		
OP_GMKick=0x692c		#/kick
OP_GMNameChange=0x0000
Also, it seems that the #opcode reload only works on a per zone basis. So, you have to reload it in each zone you want to work on opcodes in.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote