Thread: Need 100 Compiler errors fixed please

Results 1 to 2 of 2
  1. #1 Need 100 Compiler errors fixed please 
    Banned
    Join Date
    Jul 2013
    Posts
    249
    Thanks given
    32
    Thanks received
    22
    Rep Power
    0
    I need 100 compiler errors fixed!

    They're not in the same location, but different locations.
    If you can help or fix these for me i'd greatly appreciate it!

    Error Log:
    Code:
      symbol:   class PlayerHandler
      location: package server.model.player
    src\server\model\npcs\NPCHandler.java:30: error: cannot find symbol
            public static NPCList NpcList[] = new NPCList[maxListedNPCs];
                          ^
      symbol:   class NPCList
      location: class NPCHandler
    src\server\model\npcs\NPCHandler.java:343: error: cannot find symbol
            public void spawnNpc(Client c, int npcType, int x, int y, int heightLeve
    l,
                                 ^
      symbol:   class Client
      location: class NPCHandler
    src\server\model\npcs\NPCHandler.java:418: error: cannot find symbol
            public void spawnNpc3(Client c, int npcType, int x, int y, int heightLev
    el,
                                  ^
      symbol:   class Client
      location: class NPCHandler
    src\server\model\npcs\NPCHandler.java:466: error: cannot find symbol
            public NPC summonNPC(Client c, int npcType, int x, int y, int heightLeve
    l,
                                 ^
      symbol:   class Client
      location: class NPCHandler
    src\server\model\npcs\NPCHandler.java:668: error: cannot find symbol
            public Client allPlayers(int i) {
                   ^
      symbol:   class Client
      location: class NPCHandler
    src\server\model\npcs\NPCHandler.java:672: error: cannot find symbol
            private Client c2 = null;
                    ^
      symbol:   class Client
      location: class NPCHandler
    src\server\model\npcs\NPCHandler.java:2114: error: cannot find symbol
            public void attackPlayer(Client c, int i) {
                                     ^
      symbol:   class Client
      location: class NPCHandler
    src\server\model\npcs\NPCHandler.java:2205: error: cannot find symbol
            public void corpAttack(Client c, int npc, int type) {
                                   ^
      symbol:   class Client
      location: class NPCHandler
    src\server\model\npcs\NPCHandler.java:2266: error: cannot find symbol
            public boolean specialCase(Client c, int i) { // responsible for npcs th
    at
                                       ^
      symbol:   class Client
      location: class NPCHandler
    src\server\model\npcs\NPCHandler.java:2397: error: cannot find symbol
            public void handleSpecialEffects(Client c, int i, int damage) {
                                             ^
      symbol:   class Client
      location: class NPCHandler
    src\server\model\objects\ObjectManager.java:6: error: cannot find symbol
    import server.model.player.Client;
                              ^
      symbol:   class Client
      location: package server.model.player
    src\server\model\objects\ObjectManager.java:7: error: cannot find symbol
    import server.model.player.PlayerHandler;
                              ^
      symbol:   class PlayerHandler
      location: package server.model.player
    src\server\model\objects\ObjectManager.java:99: error: cannot find symbol
       public static void loadObjects(Client c) {
                                      ^
      symbol:   class Client
      location: class ObjectManager
    src\server\model\objects\ObjectManager.java:115: error: cannot find symbol
              public static void loadCustomSpawns(Client c) {
                                                  ^
      symbol:   class Client
      location: class ObjectManager
    src\server\model\objects\ObjectManager.java:309: error: cannot find symbol
            public static boolean loadForPlayer(Object o, Client c) {
                                                          ^
      symbol:   class Client
      location: class ObjectManager
    src\server\model\players\ProcessPType.java:14: error: cannot find symbol
            public void packet(String s, Client c) {
                                         ^
      symbol:   class Client
      location: class ProcessPType
    src\server\model\player\skills\Agility.java:4: error: cannot find symbol
    import server.model.player.Client;
                              ^
      symbol:   class Client
      location: package server.model.player
    src\server\model\player\skills\Agility.java:14: error: cannot find symbol
            private Client c;
                    ^
      symbol:   class Client
      location: class Agility
    src\server\model\player\skills\Agility.java:16: error: cannot find symbol
            public Agility(Client c) {
                           ^
      symbol:   class Client
      location: class Agility
    src\server\model\player\skills\Mining.java:3: error: cannot find symbol
    import server.model.player.Client;
                              ^
      symbol:   class Client
      location: package server.model.player
    src\server\model\player\skills\Mining.java:4: error: cannot find symbol
    import server.model.player.Player;
                              ^
      symbol:   class Player
      location: package server.model.player
    src\server\model\player\skills\Mining.java:12: error: cannot find symbol
            private Client c;
                    ^
      symbol:   class Client
      location: class Mining
    src\server\model\player\skills\Mining.java:14: error: cannot find symbol
            public Mining(Client client) {
                          ^
      symbol:   class Client
      location: class Mining
    src\server\model\player\skills\Slayer.java:5: error: cannot find symbol
    import server.model.player.Client;
                              ^
      symbol:   class Client
      location: package server.model.player
    src\server\model\player\skills\Slayer.java:22: error: cannot find symbol
            private Client c;
                    ^
      symbol:   class Client
      location: class Slayer
    src\server\model\player\skills\Slayer.java:24: error: cannot find symbol
            public Slayer(Client c) {
                          ^
      symbol:   class Client
      location: class Slayer
    src\server\model\player\skills\Smithing.java:4: error: cannot find symbol
    import server.model.player.Client;
                              ^
      symbol:   class Client
      location: package server.model.player
    src\server\model\player\skills\Smithing.java:14: error: cannot find symbol
            private Client c;
                    ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\Smithing.java:31: error: cannot find symbol
            public Smithing(Client c) {
                            ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\Smithing.java:131: error: cannot find symbol
            public void readInput(int level, String type, Client c, int amounttomake
    ) {
                                                          ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\Smithing.java:160: error: cannot find symbol
            private void CheckIron(Client c, int level, int amounttomake, String typ
    e) {
                                   ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\Smithing.java:333: error: cannot find symbol
            private void CheckSteel(Client c, int level, int amounttomake, String ty
    pe) {
                                    ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\Smithing.java:506: error: cannot find symbol
            private void CheckMith(Client c, int level, int amounttomake, String typ
    e) {
                                   ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\Smithing.java:680: error: cannot find symbol
            private void CheckRune(Client c, int level, int amounttomake, String typ
    e) {
                                   ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\Smithing.java:854: error: cannot find symbol
            private void CheckAddy(Client c, int level, int amounttomake, String typ
    e) {
                                   ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\Smithing.java:1027: error: cannot find symbol
            private void CheckBronze(Client c, int level, int amounttomake,String ty
    pe) {
                                     ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\Smithing.java:1218: error: cannot find symbol
            public boolean doaction(Client c, int toadd, int toremove, int toremove2
    , int timestomake, int NOTUSED, int NOTUSED2, int xp) {
                                    ^
      symbol:   class Client
      location: class Smithing
    src\server\model\player\skills\SmithingInterface.java:3: error: cannot find symb
    ol
    import server.model.player.Client;
                              ^
      symbol:   class Client
      location: package server.model.player
    src\server\model\player\skills\SmithingInterface.java:7: error: cannot find symb
    ol
            Client c;
            ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\SmithingInterface.java:9: error: cannot find symb
    ol
            public SmithingInterface(Client c) {
                                     ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\SmithingInterface.java:30: error: cannot find sym
    bol
            private void makeRuneInterface(Client c) {
                                           ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\SmithingInterface.java:110: error: cannot find sy
    mbol
            private void makeAddyInterface(Client c) {
                                           ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\SmithingInterface.java:190: error: cannot find sy
    mbol
            private void makeMithInterface(Client c) {
                                           ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\SmithingInterface.java:270: error: cannot find sy
    mbol
            private void makeSteelInterface(Client c) {
                                            ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\SmithingInterface.java:350: error: cannot find sy
    mbol
            private void makeIronInterface(Client c)
                                           ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\SmithingInterface.java:431: error: cannot find sy
    mbol
            private void makeBronzeInterface(Client c)
                                             ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\SmithingInterface.java:512: error: cannot find sy
    mbol
            private String GetForlvl(int i, Client c) {
                                            ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\SmithingInterface.java:519: error: cannot find sy
    mbol
            private String GetForBars(int i, int j, Client c) {
                                                    ^
      symbol:   class Client
      location: class SmithingInterface
    src\server\model\player\skills\Summoning.java:3: error: cannot find symbol
    import server.model.player.Client;
                              ^
      symbol:   class Client
      location: package server.model.player
    src\server\model\player\skills\Summoning.java:16: error: cannot find symbol
            Client c;
            ^
      symbol:   class Client
      location: class Summoning
    src\server\model\player\skills\Summoning.java:18: error: cannot find symbol
            public Summoning(Client c) {
                             ^
      symbol:   class Client
      location: class Summoning
    src\server\model\player\skills\Thieving.java:6: error: cannot find symbol
    import server.model.player.Client;
                              ^
      symbol:   class Client
      location: package server.model.player
    src\server\model\player\skills\Thieving.java:23: error: cannot find symbol
            public static boolean isNpc(Client c, int npc) {
                                        ^
      symbol:   class Client
      location: class Thieving
    src\server\model\player\skills\Thieving.java:31: error: cannot find symbol
            public static void stealFromNpc(Client c, int npc) {
                                            ^
      symbol:   class Client
      location: class Thieving
    Note: src\server\world\map\BufferWorld.java uses unchecked or unsafe operations.
    
    Note: Recompile with -Xlint:unchecked for details.
    100 errors
    Press any key to continue . . .
     

  2. #2  
    Banned
    Join Date
    Jul 2013
    Posts
    249
    Thanks given
    32
    Thanks received
    22
    Rep Power
    0
    Quote Originally Posted by Giovanni View Post
    you have a missing bracket "}" there's a tutorial on the top of the help forums that explain's it so don't post it here bro.

    edit: or your missing or replaced a file.
    How do i find out where it's missing?
     


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. Replies: 0
    Last Post: 12-16-2012, 01:09 AM
  2. Replies: 15
    Last Post: 08-02-2009, 08:44 AM
  3. Need a Small Problem Fix Please
    By Légèñd in forum Help
    Replies: 5
    Last Post: 07-10-2009, 02:45 PM
  4. help on error fix please
    By cavallers in forum Help
    Replies: 10
    Last Post: 12-12-2008, 02:16 AM
  5. need good compile and run please
    By snower owns in forum Requests
    Replies: 0
    Last Post: 02-01-2008, 11:12 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •