I cant seem to work out all the errors D:
I followed a tut to add tele options but I renamed the teleports before I did the tut.
So I cant find anyone to help, also fire cape is ignoring me. So atm im fucked
.
Heres the error i'm getting atm.
Hopefully someone can give me a step by step set of instructions or help me with teamviewer.
Code:
src\server\model\players\DialogueHandler.java:105: cannot find symbol
symbol : method sendOption6(java.lang.String,java.lang.String)
location: class server.model.players.DialogueHandler
sendOption6("Slayer Tower", "Slayer Caves");
^
src\server\model\players\packets\ClickingButtons.java:608: cannot find symbol
symbol : method sendOption6(java.lang.String,java.lang.String)
location: class server.model.players.DialogueHandler
c.getDH().sendOption6("Slayer Tower", "Slayer Ca
ves");
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
Press any key to continue . . .