no its the same packet for playerupdate. go to that method. and check the methods called from there.
|
|

What is the 550 map region packet? Is it 100?
if (Class142_Sub14.anInt3429 == 100) {
int i_171_ = Class142_Sub27_Sub3.aClass142_Sub15_Sub1_4693.meth od1526(-4);
int i_172_ = Class142_Sub27_Sub3.aClass142_Sub15_Sub1_4693.meth od1554(i ^ ~0xfd);
if ((i_171_ ^ 0xffffffff) == -65536)
i_171_ = -1;
Class142_Sub27_Sub12.method1845(i + -77, i_171_, i_172_);
Class142_Sub14.anInt3429 = -1;
return true;
}

Just go to the method that decrypts the TEA keys, and look for the boolean in the packet parser, that is being called in the decryptTEA method. You will find both primary and secondary regions packet.
Was bored so I looked it up for you.
That is the primary region packet.Code:if ((Class142_Sub14.packetOpcode ^ 0xffffffff) == -50) { Class46.method600(false, (byte) 15); Class142_Sub14.packetOpcode = -1; return true; }
And that is the secondary one.Code:if (Class142_Sub14.packetOpcode == 155) { Class46.method600(true, (byte) 66); Class142_Sub14.packetOpcode = -1; return true; }
| « Sharing Files With A Second Person Without MySQL; "DropBox"; Developing A Server | ItemId's to Examines etc. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |