can you please post these voids.
Code:client.java:8463: cannot find symbol symbol : method TurnPlayerTo(int,int) location: class client TurnPlayerTo(EnemyX2, EnemyY2); ^ client.java:8472: cannot find symbol symbol : method TurnPlayerTo(int,int) location: class client TurnPlayerTo(EnemyX2, EnemyY2); ^ client.java:9568: cannot find symbol symbol : method refreshSkills() location: class client refr eshSkills(); ^ client.java:9642: cannot find symbol symbol : method refreshSkills() location: class client refreshSkills(); ^ MagicHandler.java:130: cannot find symbol symbol : method getItemName(int) location: class client p.sendMessage("You need a "+p.getItemName(spellItemID)+" to cast this spell."); ^ NPCHandler.java:139: cannot find symbol symbol : variable i location: class NPCHandler if (npcs[i].freezeTimer > 0) { ^ NPCHandler.java:140: cannot find symbol symbol : variable i location: class NPCHandler npcs[i].freezeTimer--; ^ NPCHandler.java:142: cannot find symbol symbol : variable i location: class NPCHandler if (npcs[i].reducedAttack > 0) { ^ NPCHandler.java:143: cannot find symbol symbol : variable i location: class NPCHandler npcs[i].reducedAttack--; ^ NPCHandler.java:145: cannot find symbol symbol : variable i location: class NPCHandler if (npcs[i].reducedAttack == 0) { ^ NPCHandler.java:146: cannot find symbol symbol : variable i location: class NPCHandler npcs[i].MaxHit = (int)Ma th.floor((npcs[i].MaxHP / 10)); ^ NPCHandler.java:146: cannot find symbol symbol : variable i location: class NPCHandler npcs[i].MaxHit = (int)Ma th.floor((npcs[i].MaxHP / 10)); ^ NPCHandler.java:148: cannot find symbol symbol : variable i location: class NPCHandler if (npcs[i].poisonTimer > 0) { ^ NPCHandler.java:149: cannot find symbol symbol : variable i location: class NPCHandler npcs[i].poisonTimer--; ^ NPCHandler.java:151: cannot find symbol symbol : variable i location: class NPCHandler if (npcs[i].poisonTimer == 0) { ^ NPCHandler.java:152: cannot find symbol symbol : variable i location: class NPCHandler npcs[i].poisonDmg = fals e; ^ NPCHandler.java:153: cannot find symbol symbol : variable i location: class NPCHandler npcs[i].poisonDelay = -1 ; ^ NPCHandler.java:155: cannot find symbol symbol : variable i location: class NPCHandler if (npcs[i].poisonDelay > 0) { ^ NPCHandler.java:156: cannot find symbol symbol : variable i location: class NPCHandler npcs[i].poisonDelay--; ^ NPCHandler.java:158: cannot find symbol symbol : variable i location: class NPCHandler if (npcs[i].poisonTimer > 0 && n pcs[i].poisonDelay == 0){ ^ NPCHandler.java:158: cannot find symbol symbol : variable i location: class NPCHandler if (npcs[i].poisonTimer > 0 && n pcs[i].poisonDelay == 0){ ^ NPCHandler.java:159: cannot find symbol symbol : variable i location: class NPCHandler poisonNpc(i);



, im taking a guess using CFG's is a useful idea


