Thread: [PI] Adding items error?!?

Results 1 to 3 of 3
  1. #1 [PI] Adding items error?!? 
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    Every time i try to add rocktail to my server it gives this error!

    Java\ItemDef_2.java:373: cannot find symbol
    symbol : variable actions
    location: class ItemDef
    itemDef.actions = new String[5];
    ^
    Java\ItemDef_2.java:374: cannot find symbol
    symbol : variable actions
    location: class ItemDef
    itemDef.actions[0] = "Eat";
    ^
    Java\ItemDef_2.java:377: cannot find symbol
    symbol : variable modelRotation1
    location: class ItemDef
    itemDef.modelRotation1 = 499;
    ^
    Java\ItemDef_2.java:378: cannot find symbol
    symbol : variable modelRotation2
    location: class ItemDef
    itemDef.modelRotation2 = 1926;
    ^
    Java\ItemDef_2.java:387: cannot find symbol
    symbol : variable modelRotation1
    location: class ItemDef
    itemDef.modelRotation1 = 499;
    ^
    Java\ItemDef_2.java:388: cannot find symbol
    symbol : variable modelRotation2
    location: class ItemDef
    itemDef.modelRotation2 = 1926;
    ^
    Java\ItemDef_2.java:396: cannot find symbol
    symbol : variable actions
    location: class ItemDef
    itemDef.actions = new String[5];
    ^
    Java\ItemDef_2.java:399: cannot find symbol
    symbol : variable modelRotation1
    location: class ItemDef
    itemDef.modelRotation1 = 499;
    ^
    Java\ItemDef_2.java:400: cannot find symbol
    symbol : variable modelRotation2
    location: class ItemDef
    itemDef.modelRotation2 = 1926;
    ^
    Java\ItemDef_2.java:407: cannot find symbol
    symbol : variable actions
    location: class ItemDef
    itemDef.actions = new String[5];
    ^
    Java\ItemDef_2.java:410: cannot find symbol
    symbol : variable modelRotation1
    location: class ItemDef
    itemDef.modelRotation1 = 499;
    ^
    Java\ItemDef_2.java:411: cannot find symbol
    symbol : variable modelRotation2
    location: class ItemDef
    itemDef.modelRotation2 = 1926;
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    12 errors
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    bumpp
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    May 2010
    Posts
    1,550
    Thanks given
    92
    Thanks received
    154
    Rep Power
    0
    Java is case sensitive. Change itemDef to ItemDef
    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. [PI] Adding items to shops error?
    By [Mash] in forum Help
    Replies: 5
    Last Post: 08-11-2010, 11:16 PM
  2. Getting this error when adding new items...
    By Elithysia in forum Help
    Replies: 6
    Last Post: 07-31-2009, 05:57 PM
  3. Adding items Help.
    By Mr. Rave in forum Help
    Replies: 4
    Last Post: 02-09-2009, 04:12 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
  •