Thread: [PI] Custom item colour errors

Results 1 to 4 of 4
  1. #1 [PI] Custom item colour errors 
    Registered Member
    Join Date
    Aug 2010
    Posts
    93
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    This is an error I get in the client compiler when I try to add custom colours, could somebody let me know why?


    Code:
    Java\ItemDef.java:77: cannot find symbol
    symbol  : variable originalModelColors
    location: class ItemDef
            itemDef.originalModelColors = new int[2];
                   ^
    Java\ItemDef.java:78: cannot find symbol
    symbol  : variable modifiedModelColors
    location: class ItemDef
            itemDef.modifiedModelColors = new int[2];
                   ^
    Java\ItemDef.java:79: cannot find symbol
    symbol  : variable originalModelColors
    location: class ItemDef
            itemDef.originalModelColors[0] = 528;
                   ^
    Java\ItemDef.java:80: cannot find symbol
    symbol  : variable modifiedModelColors
    location: class ItemDef
            itemDef.modifiedModelColors[0] = 100;
                   ^
    Note: Java\client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    4 errors
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Registered Member
    Iwin's Avatar
    Join Date
    Mar 2008
    Age
    27
    Posts
    677
    Thanks given
    12
    Thanks received
    56
    Rep Power
    245
    itemDef.

    should be

    ItemDef.
    [SPOIL]
    [/SPOIL]
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2010
    Posts
    93
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Iwin View Post
    itemDef.

    should be

    ItemDef.
    Nope, same error.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2010
    Posts
    93
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Bump
    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

Similar Threads

  1. [Paying] 2nd Click item errors...
    By Crispytoast in forum Help
    Replies: 4
    Last Post: 02-28-2011, 12:04 AM
  2. [PI]custom item errors
    By jessie thompson in forum Help
    Replies: 3
    Last Post: 11-03-2010, 12:15 AM
  3. Stupid php errors in custom templates
    By Patawic in forum Application Development
    Replies: 2
    Last Post: 03-27-2010, 07:48 AM
  4. Replies: 2
    Last Post: 12-24-2009, 02:07 AM
Tags for this Thread

View Tag Cloud

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