Thread: 634 items reupload

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11  
    Registered Member
    Join Date
    Dec 2014
    Posts
    25
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Naya View Post
    Where abouts do I put

    Code:
    final int v(int i) {
    		currentOffset += 3;
    		return (0xff & buffer[currentOffset - 3] << 16) + (0xff & buffer[currentOffset - 2] << 8) + (0xff & buffer[currentOffset - 1]);
        }
    In stream.java?
    u made it work ?
    Reply With Quote  
     

  2. #12  
    Registered Member
    Join Date
    Jun 2012
    Posts
    96
    Thanks given
    22
    Thanks received
    3
    Rep Power
    11
    When I replace the ItemDef.java, I get this error:

    Code:
    client.java:1138: error: cannot find symbol
                                                                                            menuActionCmd1[menuActionRow] = itemDef.id;
                                                                                                                                   ^
      symbol:   variable id
      location: variable itemDef of type ItemDef
    client.java:1150: error: cannot find symbol
                                                                                            menuActionCmd1[menuActionRow] = itemDef.id;
                                                                                                                                   ^
      symbol:   variable id
      location: variable itemDef of type ItemDef
    client.java:1167: error: cannot find symbol
                                                                                                            menuActionCmd1[menuActionRow] = itemDef.id;
                                                                                                                                                   ^
      symbol:   variable id
      location: variable itemDef of type ItemDef
    client.java:1176: error: cannot find symbol
                                                                                                            menuActionCmd1[menuActionRow] = itemDef.id;
                                                                                                                                                   ^
      symbol:   variable id
      location: variable itemDef of type ItemDef
    client.java:1187: error: cannot find symbol
                                                                                            menuActionCmd1[menuActionRow] = itemDef.id;
                                                                                                                                   ^
      symbol:   variable id
      location: variable itemDef of type ItemDef
    client.java:1206: error: cannot find symbol
                                                                                                            menuActionCmd1[menuActionRow] = itemDef.id;
                                                                                                                                                   ^
      symbol:   variable id
      location: variable itemDef of type ItemDef
    client.java:1229: error: cannot find symbol
                                                                                                            menuActionCmd1[menuActionRow] = itemDef.id;
                                                                                                                                                   ^
      symbol:   variable id
      location: variable itemDef of type ItemDef
    client.java:1239: error: cannot find symbol
                                                                                    menuActionCmd1[menuActionRow] = itemDef.id;
                                                                                                                           ^
      symbol:   variable id
      location: variable itemDef of type ItemDef
    ItemDef.java:168: error: cannot find symbol
                            if (cache[j].id == i)
                                        ^
      symbol:   variable id
      location: class ItemDef
    ItemDef.java:173: error: cannot find symbol
                    itemDef.id = i;
                           ^
      symbol:   variable id
      location: variable itemDef of type ItemDef
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    10 errors
    Press any key to continue . . .
    Anyone know? How can I fix this?
    Reply With Quote  
     

  3. #13  
    Registered Member Teequ's Avatar
    Join Date
    May 2015
    Posts
    36
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I'm running PI and these are the errors I get :/

    client.java:1112: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1124: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1141: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1150: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1161: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1180: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1203: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1213: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    8 errors
    Press any key to continue . . .

    Reply With Quote  
     

  4. #14  
    Registered Member
    Join Date
    Jun 2012
    Posts
    96
    Thanks given
    22
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by Teequ View Post
    I'm running PI and these are the errors I get :/

    client.java:1112: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1124: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1141: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1150: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1161: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1180: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1203: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1213: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    8 errors
    Press any key to continue . . .
    Yeah man I think there's a variable that's not named correctly. I am having the same problem

    Anyone know?

    Quote Originally Posted by Teequ View Post
    I'm running PI and these are the errors I get :/

    client.java:1112: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1124: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1141: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1150: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1161: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1180: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1203: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    client.java:1213: error: cannot find symbol

    menuActionCmd1[menuActionRow] = itemDef.id;

    ^
    symbol: variable id
    location: variable itemDef of type ItemDef
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    8 errors
    Press any key to continue . . .
    I figured it out. As you can see it says it can't find the variable
    Code:
    id
    for your ItemDef object in client. The reason for this is that the 'id' variable is named 'ID' in caps in your itemDef, so for any instance it is called ID in your itemDef.java, change it to lower case 'id'

    mostly just check around your ForID method in ItemDef.java

    let me know if this works. It's just calling a variable that doesn't exist
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Can somebody reupload this ?
    By Obito Uchiha in forum Requests
    Replies: 1
    Last Post: 12-23-2012, 05:41 PM
  2. [PI] Reupload
    By Linus in forum Downloads
    Replies: 29
    Last Post: 03-25-2011, 04:39 PM
  3. Could someone reupload PI?
    By Dreamsnake in forum Help
    Replies: 0
    Last Post: 11-22-2010, 12:01 AM
  4. Req reupload plz
    By SODIO in forum Models
    Replies: 2
    Last Post: 06-13-2008, 05:07 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •