Thread: [NON-RENAMED]Items Kept on Death Interface

Page 11 of 22 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 218
  1. #101  
    P I M P 3 D Tut
    Guest
    Code:
    Class9.java:208: cannot find symbol
    symbol  : constructor Class30_Sub2_Sub1_Sub1(java.lang.String)
    location: class Class30_Sub2_Sub1_Sub1
     class30_sub2_sub1_sub1 = new Class30_Sub2_Sub1_Sub1((new StringBuilder()).appen
    d("./Files/interface/").append(s).append(" ").append(i).append(".png").toString(
    ));
                              ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    lolwut
    Reply With Quote  
     

  2. #102  
    Registered Member
    Ares's Avatar
    Join Date
    Jan 2009
    Age
    28
    Posts
    357
    Thanks given
    1
    Thanks received
    3
    Rep Power
    177
    Add this to Class30_Sub2_Sub1_Sub1
    Code:
    
    
    
        public Class30_Sub2_Sub1_Sub1(String s)
        {
    
         
            ImageIcon imageicon = new ImageIcon(s);
            imageicon.getIconHeight();
            imageicon.getIconWidth();
            try
            {
                Image image = Toolkit.getDefaultToolkit().createImage(FileOperations.ReadFile(s));
                anInt1440 = imageicon.getIconWidth();
                anInt1441 = imageicon.getIconHeight();
                anInt1444 = anInt1440;
                anInt1445 = anInt1441;
                anInt1442 = 0;
                anInt1443 = 0;
                anIntArray1439 = new int[anInt1440 * anInt1441];
                PixelGrabber pixelgrabber = new PixelGrabber(image, 0, 0, anInt1440, anInt1441, anIntArray1439, 0, anInt1440);
                pixelgrabber.grabPixels();
            }
            catch(Exception exception) { }
    Reply With Quote  
     

  3. #103  
    P I M P 3 D Tut
    Guest
    Code:
    Class30_Sub2_Sub1_Sub1.java:14: cannot find symbol
    symbol  : class ImageIcon
    location: class Class30_Sub2_Sub1_Sub1
            ImageIcon imageicon = new ImageIcon(s);
            ^
    Class30_Sub2_Sub1_Sub1.java:14: cannot find symbol
    symbol  : class ImageIcon
    location: class Class30_Sub2_Sub1_Sub1
            ImageIcon imageicon = new ImageIcon(s);
                                      ^
    Class30_Sub2_Sub1_Sub1.java:19: cannot find symbol
    symbol  : variable FileOperations
    location: class Class30_Sub2_Sub1_Sub1
                Image image = Toolkit.getDefaultToolkit().createImage(FileOperations
    .ReadFile(s));
                                                                      ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 errors
    Press any key to continue . . .
    Reply With Quote  
     

  4. #104  
    Registered Member
    Ares's Avatar
    Join Date
    Jan 2009
    Age
    28
    Posts
    357
    Thanks given
    1
    Thanks received
    3
    Rep Power
    177
    Quote Originally Posted by P I M P 3 D Tut View Post
    100 errors..
    If you notice, I accidentally left out a } at the end of it.
    Reply With Quote  
     

  5. #105  
    P I M P 3 D Tut
    Guest
    Quote Originally Posted by Ascheriit View Post
    If you notice, I accidentally left out a } at the end of it.
    Yeah, I noticed, I edited my post.
    Reply With Quote  
     

  6. #106  
    Registered Member
    Ares's Avatar
    Join Date
    Jan 2009
    Age
    28
    Posts
    357
    Thanks given
    1
    Thanks received
    3
    Rep Power
    177
    Quote Originally Posted by P I M P 3 D Tut View Post
    Yeah, I noticed, I edited my post.
    You need to import :
    import javax.swing.ImageIcon;
    and then get a fileoperations.java, just get one from a renamed client.
    Reply With Quote  
     

  7. #107  
    P I M P 3 D Tut
    Guest
    Quote Originally Posted by Ascheriit View Post
    You need to import :
    import javax.swing.ImageIcon;
    and then get a fileoperations.java, just get one from a renamed client.
    Alright, I did that, Now I get unpacking interfaces error. I have the sprites.
    Reply With Quote  
     

  8. #108 hey 
    Registered Member
    Join Date
    Sep 2008
    Posts
    150
    Thanks given
    4
    Thanks received
    1
    Rep Power
    0
    tryed to add to delta but gave me 14 errors fixed some but left with 1

    says add a ; after the addtab thing i replaced i did but still says it.
    Reply With Quote  
     

  9. #109  
    P I M P 3 D Tut
    Guest
    Quote Originally Posted by Ascheriit View Post
    Thanks for renaming it, but it is now updated and is a lot better now. I also added all of the server side.
    Server Side:
    Put these files under your Actionbutton Packet
    Note:change the case id with the id that opens the interface. You may have to change a couple of things to get it to work with your server because I just used a random server to write it up, but i will let you figure that out yourself. It also gets bugged a little if you have more than one item, and i have not tested to see if it works when you are skulled.
    And declare these in player.java(if you already have them replace it)
    Code:
        public int itemKept1, itemKept2, itemKept3, itemKept4;
        public int itemLose1,itemLose2,itemLose3,itemLose4,itemLose5,itemLose6,itemLose7,itemLose8,itemLose9,itemLose10,itemLose11,itemLose12,itemLose13,itemLose14,itemLose15,itemLose16,itemLose17,itemLose18,itemLose19,itemLose20,itemLose21,itemLose22,itemLose23,itemLose24,itemLose25,itemLose26,itemLose27,itemLose28,itemLose29,itemLose30,itemLose31,itemLose32,itemLose33,itemLose34,itemLose35,itemLose36,itemLose37,itemLose38,itemLose39;
        public int itemLose1Slot,itemLose2Slot,itemLose3Slot,itemLose4Slot,itemLose5Slot,itemLose6Slot,itemLose7Slot,itemLose8Slot,itemLose9Slot,itemLose10Slot,itemLose11Slot,itemLose12Slot,itemLose13Slot,itemLose14Slot,itemLose15Slot,itemLose16Slot,itemLose17Slot,itemLose18Slot,itemLose19Slot,itemLose20Slot,itemLose21Slot,itemLose22Slot,itemLose23Slot,itemLose24Slot,itemLose25Slot,itemLose26Slot,itemLose27Slot,itemLose28Slot,itemLose29Slot,itemLose30Slot,itemLose31Slot,itemLose32Slot,itemLose33Slot,itemLose34Slot,itemLose35Slot,itemLose36Slot,itemLose37Slot,itemLose38Slot,itemLose39Slot;
        public int itemKept1Slot, itemKept2Slot, itemKept3Slot, itemKept4Slot;
    I got it to work clientside. Now i get these errors
    Code:
                                                ^
    client.java:580: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:597: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:610: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:627: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:640: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:657: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:669: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:685: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:697: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:713: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:725: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:741: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:753: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:769: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:782: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:799: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:812: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:829: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:***: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:859: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:872: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:889: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:902: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:919: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:932: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:949: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:962: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:979: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:992: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1009: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1022: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1039: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1052: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1069: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1082: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1099: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1112: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1128: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1141: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1157: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1170: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1186: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1199: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1215: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1228: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1244: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1257: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1273: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1286: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1302: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1315: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1331: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1344: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1360: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1373: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:1389: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerItems[i]-1));
                                                ^
    client.java:1402: cannot find symbol
    symbol  : method GetItemValue(int)
    location: class client
                    int value = (int)Math.floor(GetItemValue(playerEquipment[i]));
                                                ^
    client.java:22298: cannot find symbol
    symbol  : variable deathStage
    location: class client
    if (deathStage > 0)
        ^
    client.java:22679: cannot find symbol
    symbol  : method keepItem4()
    location: class client
    keepItem4();
    ^
    Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    81 errors
    Press any key to continue . . .
    Do you have the methods deathStage, and KeepItem4?
    A little help? I'm using P16 V6
    Reply With Quote  
     

  10. #110 hey 
    Registered Member
    Join Date
    Sep 2008
    Posts
    150
    Thanks given
    4
    Thanks received
    1
    Rep Power
    0
    i have bluurs client were do i add the sprites.
    Reply With Quote  
     

Page 11 of 22 FirstFirst ... 91011121321 ... LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

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
  •