Thread: Teleport mx3

Results 1 to 3 of 3
  1. #1 Teleport mx3 
    Registered Member
    Join Date
    Jun 2012
    Posts
    334
    Thanks given
    9
    Thanks received
    2
    Rep Power
    11
    How can i do so normal players can teleport fast ii tried this

    case "home2":
    player.getPackets().sendGameMessage("Welcome home !");
    player.setNextWorldTile(new WorldTile(2208, 3360, 1));
    return true;


    but it says "no command"
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Nov 2015
    Age
    24
    Posts
    1,980
    Thanks given
    334
    Thanks received
    1,051
    Rep Power
    5000
    Did you restart your server or compile if you're not using an IDE?

    And make sure you put it under this method.
    Code:
    public static boolean processNormalCommand(final Player player, String[] cmd, boolean console,
    			boolean clientCommand) {
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2012
    Posts
    334
    Thanks given
    9
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Tommeh View Post
    Did you restart your server or compile if you're not using an IDE?
    yes i have
    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

Similar Threads

  1. [Method] Easier Teleports!
    By Runite in forum Configuration
    Replies: 7
    Last Post: 12-04-2007, 10:36 PM
  2. Changing Were Teleport stuff
    By reece844 in forum Tutorials
    Replies: 0
    Last Post: 08-21-2007, 08:10 AM
  3. Teleport Commands explained
    By Frost in forum Tutorials
    Replies: 3
    Last Post: 08-11-2007, 06:46 AM
  4. Teleport handler *little tut*
    By Laxika in forum Tutorials
    Replies: 6
    Last Post: 07-31-2007, 09:47 PM
  5. Fixing Teleport
    By Shiver in forum Tutorials
    Replies: 2
    Last Post: 05-12-2007, 05:00 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •