location: class RS2E.GameEngine
n.requestAnim(NPCAttack.getDeathAnimation(n.npcTyp e)
, 0);
^
.\RS2E\GameEngine.java:205: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
NPC n = npcs[index] = new NPC(type, index);
^
.\RS2E\GameEngine.java:205: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
NPC n = npcs[index] = new NPC(type, index);
^
.\RS2E\GameEngine.java:216: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
NPCList nl = npcLists[type];
^
19 errors
------------ Compiling packets ------------
.\RS2E\GameEngine.java:20: '{' expected
public class GameEngine
^
.\RS2E\GameEngine.java:31: maxNPCs is already defined in RS2E.GameEngine
public int maxNPCs = 150;
^
.\RS2E\GameEngine.java:32: maxListedNPCs is already defined in RS2E.GameEngine
public int maxListedNPCs = 7000;
^
.\RS2E\GameEngine.java:36: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
public NPC[] npcs;
^
.\RS2E\GameEngine.java:37: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
public NPCList[] npcLists;
^
.\RS2E\GameEngine.java:38: cannot find symbol
symbol : class NPCMovement
location: class RS2E.GameEngine
public NPCMovement moveN;
^
.\RS2E\GameEngine.java:39: cannot find symbol
symbol : class NPCUpdate
location: class RS2E.GameEngine
public NPCUpdate updateN;
^
.\RS2E\GameEngine.java:247: removePlayer(RS2E.Players.Player) is already defined
in RS2E.GameEngine
private void removePlayer(Player p)
^
.\RS2E\GameEngine.java:45: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
npcs = new NPC[maxNPCs];
^
.\RS2E\GameEngine.java:46: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
npcLists = new NPCList[maxListedNPCs];
^
.\RS2E\GameEngine.java:53: cannot find symbol
symbol : class NPCMovement
location: class RS2E.GameEngine
moveN = new NPCMovement();
^
.\RS2E\GameEngine.java:54: cannot find symbol
symbol : class NPCUpdate
location: class RS2E.GameEngine
updateN = new NPCUpdate();
^
.\RS2E\GameEngine.java:58: cannot find symbol
symbol : class LoadNPCLists
location: class RS2E.GameEngine
LoadNPCLists lnl = new LoadNPCLists();
^
.\RS2E\GameEngine.java:58: cannot find symbol
symbol : class LoadNPCLists
location: class RS2E.GameEngine
LoadNPCLists lnl = new LoadNPCLists();
^
.\RS2E\GameEngine.java:127: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
for(NPC n : npcs)
^
.\RS2E\GameEngine.java:144: cannot find symbol
symbol : variable NPCAttack
location: class RS2E.GameEngine
n.requestAnim(NPCAttack.getDeathAnimation(n.npcTyp e)
, 0);
^
.\RS2E\GameEngine.java:205: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
NPC n = npcs[index] = new NPC(type, index);
^
.\RS2E\GameEngine.java:205: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
NPC n = npcs[index] = new NPC(type, index);
^
.\RS2E\GameEngine.java:216: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
NPCList nl = npcLists[type];
^
19 errors
------------ Compiling util ------------
.\RS2E\GameEngine.java:20: '{' expected
public class GameEngine
^
.\RS2E\GameEngine.java:31: maxNPCs is already defined in RS2E.GameEngine
public int maxNPCs = 150;
^
.\RS2E\GameEngine.java:32: maxListedNPCs is already defined in RS2E.GameEngine
public int maxListedNPCs = 7000;
^
.\RS2E\GameEngine.java:36: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
public NPC[] npcs;
^
.\RS2E\GameEngine.java:37: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
public NPCList[] npcLists;
^
.\RS2E\GameEngine.java:38: cannot find symbol
symbol : class NPCMovement
location: class RS2E.GameEngine
public NPCMovement moveN;
^
.\RS2E\GameEngine.java:39: cannot find symbol
symbol : class NPCUpdate
location: class RS2E.GameEngine
public NPCUpdate updateN;
^
.\RS2E\GameEngine.java:247: removePlayer(RS2E.Players.Player) is already defined
in RS2E.GameEngine
private void removePlayer(Player p)
^
.\RS2E\GameEngine.java:45: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
npcs = new NPC[maxNPCs];
^
.\RS2E\GameEngine.java:46: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
npcLists = new NPCList[maxListedNPCs];
^
.\RS2E\GameEngine.java:53: cannot find symbol
symbol : class NPCMovement
location: class RS2E.GameEngine
moveN = new NPCMovement();
^
.\RS2E\GameEngine.java:54: cannot find symbol
symbol : class NPCUpdate
location: class RS2E.GameEngine
updateN = new NPCUpdate();
^
.\RS2E\GameEngine.java:58: cannot find symbol
symbol : class LoadNPCLists
location: class RS2E.GameEngine
LoadNPCLists lnl = new LoadNPCLists();
^
.\RS2E\GameEngine.java:58: cannot find symbol
symbol : class LoadNPCLists
location: class RS2E.GameEngine
LoadNPCLists lnl = new LoadNPCLists();
^
.\RS2E\GameEngine.java:127: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
for(NPC n : npcs)
^
.\RS2E\GameEngine.java:144: cannot find symbol
symbol : variable NPCAttack
location: class RS2E.GameEngine
n.requestAnim(NPCAttack.getDeathAnimation(n.npcTyp e)
, 0);
^
.\RS2E\GameEngine.java:205: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
NPC n = npcs[index] = new NPC(type, index);
^
.\RS2E\GameEngine.java:205: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
NPC n = npcs[index] = new NPC(type, index);
^
.\RS2E\GameEngine.java:216: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
NPCList nl = npcLists[type];
^
19 errors
------------ Compiling world ------------
.\RS2E\GameEngine.java:20: '{' expected
public class GameEngine
^
.\RS2E\GameEngine.java:31: maxNPCs is already defined in RS2E.GameEngine
public int maxNPCs = 150;
^
.\RS2E\GameEngine.java:32: maxListedNPCs is already defined in RS2E.GameEngine
public int maxListedNPCs = 7000;
^
.\RS2E\GameEngine.java:36: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
public NPC[] npcs;
^
.\RS2E\GameEngine.java:37: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
public NPCList[] npcLists;
^
.\RS2E\GameEngine.java:38: cannot find symbol
symbol : class NPCMovement
location: class RS2E.GameEngine
public NPCMovement moveN;
^
.\RS2E\GameEngine.java:39: cannot find symbol
symbol : class NPCUpdate
location: class RS2E.GameEngine
public NPCUpdate updateN;
^
.\RS2E\GameEngine.java:247: removePlayer(RS2E.Players.Player) is already defined
in RS2E.GameEngine
private void removePlayer(Player p)
^
.\RS2E\GameEngine.java:45: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
npcs = new NPC[maxNPCs];
^
.\RS2E\GameEngine.java:46: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
npcLists = new NPCList[maxListedNPCs];
^
.\RS2E\GameEngine.java:53: cannot find symbol
symbol : class NPCMovement
location: class RS2E.GameEngine
moveN = new NPCMovement();
^
.\RS2E\GameEngine.java:54: cannot find symbol
symbol : class NPCUpdate
location: class RS2E.GameEngine
updateN = new NPCUpdate();
^
.\RS2E\GameEngine.java:58: cannot find symbol
symbol : class LoadNPCLists
location: class RS2E.GameEngine
LoadNPCLists lnl = new LoadNPCLists();
^
.\RS2E\GameEngine.java:58: cannot find symbol
symbol : class LoadNPCLists
location: class RS2E.GameEngine
LoadNPCLists lnl = new LoadNPCLists();
^
.\RS2E\GameEngine.java:127: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
for(NPC n : npcs)
^
.\RS2E\GameEngine.java:144: cannot find symbol
symbol : variable NPCAttack
location: class RS2E.GameEngine
n.requestAnim(NPCAttack.getDeathAnimation(n.npcTyp e)
, 0);
^
.\RS2E\GameEngine.java:205: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
NPC n = npcs[index] = new NPC(type, index);
^
.\RS2E\GameEngine.java:205: cannot find symbol
symbol : class NPC
location: class RS2E.GameEngine
NPC n = npcs[index] = new NPC(type, index);
^
.\RS2E\GameEngine.java:216: cannot find symbol
symbol : class NPCList
location: class RS2E.GameEngine
NPCList nl = npcLists[type];
^
19 errors
------------ Compiling main ------------
.\RS2E\GameEngine.java:20: '{' expected
public class GameEngine
^
1 error
------------ Compile complete ------------
Press any key to continue . . .