View Single Post
  #1  
Old 04-02-2011, 12:51 PM
Scruffy
Fire Beetle
 
Join Date: Jan 2002
Posts: 20
Default COMMITTED: Titanium Opcodes Fix

BUG: /zone and "G" (petition queue) functions do not work for Titanium (missing opcodes).

FIX: Added in the missing opcodes for the Titanium client to patch_Titanium.conf.

Code:
--- ../src/20110324/utils/patch_Titanium.conf   2011-03-24 14:16:53.639787647 -0500
+++ patch_Titanium.conf 2011-04-02 11:14:17.944723931 -0500
@@ -75,7 +75,7 @@
 OP_PetitionUpdate=0x0000       #guess
 OP_PetitionCheckout=0x0000
 OP_PetitionCheckIn=0x0000
-OP_PetitionQue=0x0000
+OP_PetitionQue=0x33c3
 OP_PetitionUnCheckout=0x0000
 OP_PetitionDelete=0x5692
 OP_DeletePetition=0x0000
@@ -125,7 +125,7 @@
 OP_GMDelCorpse=0x0b2f          #/delcorpse
 OP_GMApproval=0x0c0f           #/approval
 OP_GMToggle=0x7fea             #/toggletell
-OP_GMZoneRequest2=0x0000
+OP_GMZoneRequest2=0x244c
 OP_GMSummon=0x1edc             #/summon
 OP_GMEmoteZone=0x39f2          #/emotezone
 OP_GMEmoteWorld=0x3383         #/emoteworld (not implemented)
__________________
Scruffy da MEANIE
Administrator of ScruffyHammer
Reply With Quote