Thread: 550 Map Region Packet?

Results 1 to 4 of 4
  1. #1 550 Map Region Packet? 
    IDX
    IDX is offline
    Member

    Join Date
    Oct 2008
    Posts
    203
    Thanks given
    7
    Thanks received
    0
    Rep Power
    0
    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;
    }
    Reply With Quote  
     

  2. #2  
    Registered Member
    Serenity's Avatar
    Join Date
    Oct 2008
    Age
    32
    Posts
    2,327
    Thanks given
    43
    Thanks received
    43
    Rep Power
    389
    no its the same packet for playerupdate. go to that method. and check the methods called from there.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  3. #3  
    Renown Programmer and Respected Member
    Maxi's Avatar
    Join Date
    Jun 2008
    Posts
    3,201
    Thanks given
    281
    Thanks received
    1,093
    Rep Power
    1366
    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.

    Code:
    	if ((Class142_Sub14.packetOpcode ^ 0xffffffff) == -50) {
    	    Class46.method600(false, (byte) 15);
    	    Class142_Sub14.packetOpcode = -1;
    	    return true;
    	}
    That is the primary region packet.

    Code:
    	if (Class142_Sub14.packetOpcode == 155) {
    	    Class46.method600(true, (byte) 66);
    	    Class142_Sub14.packetOpcode = -1;
    	    return true;
    	}
    And that is the secondary one.
    Reply With Quote  
     

  4. #4  
    I_-_I
    Guest
    Quote Originally Posted by IDX View Post
    What is the 550 map region packet? Is it 100?
    no?..
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •