Thread: Object first click packet

Results 1 to 7 of 7
  1. #1 Object first click packet 
    Luke
    Guest
    Description: This adds first click object to your 474 server

    Difficulty: 2

    Assumed Knowledge: Know how to read and copy and paste

    Tested Server: Celly guys 474

    Files/Classes Modified: RSPlaYer.java

    Procedure
    Step 1: add this into

    Code:
                    case 31: // first click object
                    int objectX = inStream.readSignedWordBigEndianA();
            int objectID = inStream.readUnsignedWord();
            int objectY = inStream.readUnsignedWordA();
                    /*if(objectID == 3 && objectX == 3 && objectY == 3) {
    
                    }*/
                    System.out.println(objectID+" = Object ID. "+objectX+" = ObjectX. "+objectY+" = ObjectY.");
                    break;
    this:
    Code:
    handleData(int packetType, int packetSize) {
    under:
    Code:
    switch (packetType) {
    Credits: Server creator and me.
    Reply With Quote  
     

  2. #2  
    Registered Member
    ncarug02's Avatar
    Join Date
    May 2008
    Age
    27
    Posts
    893
    Thanks given
    6
    Thanks received
    4
    Rep Power
    92
    good job first post



    ~Nick
    Reply With Quote  
     

  3. #3  
    Member
    Join Date
    May 2007
    Age
    27
    Posts
    128
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Awesome thanx!!!
    Reply With Quote  
     

  4. #4  
    Bloodraider
    Guest
    You're falling into a rut mate...
    Reply With Quote  
     

  5. #5  
    paramore
    Guest
    how is he? hes starting the revolution of 474 object customising

    haha
    Reply With Quote  
     

  6. #6  
    Tnt Pk
    Guest
    erm ? leached from ownage bone
    Reply With Quote  
     

  7. #7  
    Luke
    Guest
    I dont leech.
    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
  •