Thread: Galkon's T2 Error

Results 1 to 2 of 2
  1. #1 Galkon's T2 Error 
    Registered Member

    Join Date
    Feb 2009
    Age
    24
    Posts
    2,851
    Thanks given
    90
    Thanks received
    216
    Discord
    View profile
    Rep Power
    675
    When I login, I get this T2 error.
    Code:
    Error: T2 - 81,73,126 - 59,3092,3490 - -26,-55,-96,7,-1,16,-52,0,-1,0,0,0,0,1,18
    ,30,-92,1,26,15,-104,1,1,1,33,1,42,1,10,0,0,0,0,0,3,40,3,55,3,51,3,52,3,53,3,54,
    3,56,0,0,
    I know it's to do with headicons, but what do I do?
    Reply With Quote  
     

  2. #2  
    ..::.. Since 07 ..::..


    Join Date
    Oct 2007
    Posts
    813
    Thanks given
    46
    Thanks received
    46
    Rep Power
    150
    did you add on your player.java this?
    Server Sided
    In Player.java find 'public int headIcon', and make sure its:

    Code:
    public int headIcon = -1;
    And below it declare:

    Code:
    public int skullIcon = -1;
    Then find 'playerProps.writeByte(headIcon);', and below it add:

    Code:
    playerProps.writeByte(skullIcon);
    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
  •