Thread: custom

Results 1 to 3 of 3
  1. #1 custom 
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    when i was adding a custom i got this..

    Javafiles\ItemDef_2.java:41: error: cannot find symbol
    itemDef.actions = new String[5];
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:42: error: cannot find symbol
    itemDef.modifiedModelColors = new int[0];
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:43: error: cannot find symbol
    itemDef.originalModelColors = new int[0];
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:44: error: cannot find symbol
    itemDef.actions[1] = "Wield";
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:45: error: cannot find symbol
    itemDef.modelID = 5412;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:46: error: cannot find symbol
    itemDef.maleEquip1 = 5409;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:47: error: cannot find symbol
    itemDef.femaleEquip1 = 5409;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:48: error: cannot find symbol
    itemDef.modelZoom = 840;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:49: error: cannot find symbol
    itemDef.modelRotation1 = 280;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:50: error: cannot find symbol
    itemDef.modelRotation2 = 0;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:51: error: cannot find symbol
    itemDef.modelOffset1 = -2;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:52: error: cannot find symbol
    itemDef.modelOffset2 = 56;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:53: error: cannot find symbol
    itemDef.anInt204 = 0;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:54: error: cannot find symbol
    itemDef.name = "Lime Whip";
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:55: error: cannot find symbol
    itemDef.description = "A Lime Abyssal Whip".getBytes();
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:56: error: cannot find symbol
    itemDef.modifiedModelColors[0] = 17350;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Javafiles\ItemDef_2.java:57: error: cannot find symbol
    itemDef.originalModelColors[0] = 528;
    ^
    symbol: variable itemDef
    location: class ItemDef_2
    Note: Javafiles\client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    17 errors
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Ain't Messin' Around - Gary Clark Jr.

    Wolfs Darker's Avatar
    Join Date
    Jul 2012
    Posts
    1,530
    Thanks given
    598
    Thanks received
    464
    Rep Power
    252
    change the 'itemDef' for 'itemdef' and it should work
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    now i get these

    Javafiles\ItemDef_2.java:41: error: cannot find symbol
    itemdef.actions = new String[5];
    ^
    symbol: variable actions
    location: variable itemdef of type ItemDef
    Javafiles\ItemDef_2.java:44: error: cannot find symbol
    itemdef.actions[1] = "Wield";
    ^
    symbol: variable actions
    location: variable itemdef of type ItemDef
    Javafiles\ItemDef_2.java:46: error: cannot find symbol
    itemdef.maleEquip1 = 5409;
    ^
    symbol: variable maleEquip1
    location: variable itemdef of type ItemDef
    Javafiles\ItemDef_2.java:47: error: cannot find symbol
    itemdef.femaleEquip1 = 5409;
    ^
    symbol: variable femaleEquip1
    location: variable itemdef of type ItemDef
    Javafiles\ItemDef_2.java:55: error: incompatible types
    itemdef.description = "A Lime Abyssal Whip".getBytes();
    ^
    required: String
    found: byte[]
    Note: Javafiles\client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    5 errors
    Press any key to continue . . .
    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. Custom Player Title's
    By Dune in forum Tutorials
    Replies: 43
    Last Post: 09-03-2007, 11:34 AM
  2. New Custom Background
    By hawn in forum Showcase
    Replies: 5
    Last Post: 07-18-2007, 01:40 PM
  3. Replies: 2
    Last Post: 07-14-2007, 09:09 PM
  4. Custom player titles
    By Lothy in forum Tutorials
    Replies: 9
    Last Post: 06-16-2007, 03:33 PM
  5. Tutorial Dirty Hack to Custom sprites
    By silabsoft in forum Tutorials
    Replies: 20
    Last Post: 04-27-2007, 12: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
  •