Thread: Problem adding tele options to PI

Results 1 to 3 of 3
  1. #1 Problem adding tele options to PI 
    Registered Member Zylsium's Avatar
    Join Date
    Jun 2010
    Posts
    111
    Thanks given
    2
    Thanks received
    2
    Rep Power
    3
    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 . . .
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    28
    Posts
    4,758
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    it should just be sendOption5 not 6, because your only able to put 5 options on a teleport
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2008
    Age
    27
    Posts
    538
    Thanks given
    117
    Thanks received
    42
    Rep Power
    12
    But here it comes sendoption 4 wont work either because you have to add the method in
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •