Error items dropped on death help plawks
Help plawks, i did the tut for items dropped on death ([Only registered and activated users can see links. Click Here To Register...]) and i get this
I get this error
Quote:
.\Bulby\players\Player.java:4320: cannot find symbol
symbol : method getPlayerKiller()
location: class Bulby.players.Player
dropAllItems(getPlayerKiller());
^
.\Bulby\players\Player.java:4328: cannot find symbol
symbol : variable I
location: class Bulby.players.Player
skillLvl[i] = getLevelForXP(I);
^
.\Bulby\players\Player.java:4331: cannot find symbol
symbol : variable canWalkDelay
location: class Bulby.players.Player
canWalkDelay = 0;
^
.\Bulby\players\Player.java:4332: cannot find symbol
symbol : method subtractDamage(int)
location: class Bulby.players.Player
subtractDamage(999999);
^
Help?