Thread: CW's Error?

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 CW's Error? 
    Registered Member

    Join Date
    Oct 2009
    Age
    30
    Posts
    1,037
    Thanks given
    4
    Thanks received
    8
    Rep Power
    338
    Help?

    Reply With Quote  
     

  2. #2  
    Registered Member
    Your Name's Avatar
    Join Date
    Oct 2007
    Age
    31
    Posts
    1,442
    Thanks given
    0
    Thanks received
    4
    Rep Power
    172
    Remove try { and the catch thing.
    I think lol
    Find Chuck Norris



    MoparScape name = Doodooss
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Oct 2009
    Age
    30
    Posts
    1,037
    Thanks given
    4
    Thanks received
    8
    Rep Power
    338
    First One Fixed..

    Now 2nd One?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Your Name's Avatar
    Join Date
    Oct 2007
    Age
    31
    Posts
    1,442
    Thanks given
    0
    Thanks received
    4
    Rep Power
    172
    Uhh lol thought that would fix them both did you remove all the brackets?
    Find Chuck Norris



    MoparScape name = Doodooss
    Reply With Quote  
     

  5. #5  
    Registered Member
    Your Name's Avatar
    Join Date
    Oct 2007
    Age
    31
    Posts
    1,442
    Thanks given
    0
    Thanks received
    4
    Rep Power
    172
    Post the code you are using.
    Find Chuck Norris



    MoparScape name = Doodooss
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Oct 2009
    Age
    30
    Posts
    1,037
    Thanks given
    4
    Thanks received
    8
    Rep Power
    338
    Their

    private void parseIncomingPackets() {
    int i;
    int junk;
    int junk2;
    int junk3;
    lastPacket = System.currentTimeMillis();
    // if(packetType != 0) println("" + packetType);
    switch (packetType) {
    case 25:
    // item in inventory used with item on floor
    int unknown1 = inStream.readSignedWordBigEndian(); // interface id
    // of item
    int unknown2 = inStream.readUnsignedWordA(); // item in bag id
    int floorID = inStream.readUnsignedByte();
    int floorY = inStream.readUnsignedWordA();
    int unknown3 = inStream.readUnsignedWordBigEndianA();
    int floorX = inStream.readUnsignedByte();
    System.out.println("Unknown1 = " + unknown1);
    System.out.println("Unknown2 = " + unknown2);
    System.out.println("FloorID = " + floorID);
    System.out.println("FloorY = " + floorY);
    System.out.println("Unknown3 = " + unknown3);
    System.out.println("FloorX = " + floorX);
    break;
    Reply With Quote  
     

  7. #7  
    Registered Member
    Your Name's Avatar
    Join Date
    Oct 2007
    Age
    31
    Posts
    1,442
    Thanks given
    0
    Thanks received
    4
    Rep Power
    172
    That isnt the code its the one you have been messing with not the one it says its above that code.
    Find Chuck Norris



    MoparScape name = Doodooss
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Oct 2009
    Age
    30
    Posts
    1,037
    Thanks given
    4
    Thanks received
    8
    Rep Power
    338
    Go On MSN? ; + One sec ill try to find...
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Oct 2009
    Age
    30
    Posts
    1,037
    Thanks given
    4
    Thanks received
    8
    Rep Power
    338
    Reply With Quote  
     

  10. #10  
    Registered Member
    Your Name's Avatar
    Join Date
    Oct 2007
    Age
    31
    Posts
    1,442
    Thanks given
    0
    Thanks received
    4
    Rep Power
    172
    About to go to bed got school in the morning but hurry and ill try to help some more.
    Not a valid link for meh.
    Find Chuck Norris



    MoparScape name = Doodooss
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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
  •