Thread: teleports

Results 1 to 3 of 3
  1. #1 teleports 
    Registered Member
    Join Date
    Apr 2010
    Posts
    36
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    heya, i have on my teleports "other citys" and clikcing that brings up a dialogue with sever cities listed [in the chat area] i know how to change the location that i'd get teleported too.. but how do i change what that dialogue says

    i.e.

    "canifis
    burthorpe
    tzaar pits
    "
    i've ZfileSearched Canifis or even cani and only comes up in clicking.java but thats not for the words...
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    2,661
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    sendFrame126("TEXT HERE",the ids);

    i suggest making a command to find these ids such as the below YOU WILL DISCONNECT ONCE IN AWHILE

    at top of your command add this

    Code:
    String cmd[] = command.split(" ");
    cmd[0] = cmd[0].toLowerCase();
    then add this with your other commands.

    Code:
    else if (cmd[0].equals("test")) {
         for(int i = Integer.valueOf(cmd[1]; i < Integer.valueOf(cmd[2]); i++)
                   sendFrame126("Txt: "+i,i);
    }
    Example Usage

    ::test 3000 3200
    ::test 5000 5300

    can be any length difference but you should stick with low differences like 50-200.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2010
    Posts
    36
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    so what would this show me the exactly :/ i get the sendframce126 thankyou :] but the code you explained :/ lost me a bit
    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
  •