Thread: home position

Results 1 to 3 of 3
  1. #1 home position 
    Registered Member
    Join Date
    Mar 2010
    Posts
    79
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I want to change the home position so I opened up player.java and found and changed this:

    Code:
    		// initial x and y coordinates of the player
    		heightLevel = 0;
    		// the first call to updateThisPlayerMovement() will craft the proper initialization packet
    		teleportToX = 3405;
    		teleportToY = 9900;
    so I compiled the server and made a new character but I still spawned in the same place. what am I doing wrong? please help me, I know u guys are smart enoguh... rep++ for whoever tells me how to fix this


    [SPOIL][/SPOIL]

    if (playerName.equalsIgnoreCase("Dashkov"))
    {
    sendMessage("You are so f***ing epic! :3");
    }
     

  2. #2  
    Registered Member
    Join Date
    Mar 2010
    Posts
    79
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    have you tried setting the respawn position there too?


    [SPOIL][/SPOIL]

    if (playerName.equalsIgnoreCase("Dashkov"))
    {
    sendMessage("You are so f***ing epic! :3");
    }
     

  3. #3  
    Registered Member
    Join Date
    Mar 2010
    Posts
    79
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Dashkov View Post
    have you tried setting the respawn position there too?
    why, no I never would have thought of that had you not come along to help me... thank you very much kind sir. ++ rep and internets for you.


    [SPOIL][/SPOIL]

    if (playerName.equalsIgnoreCase("Dashkov"))
    {
    sendMessage("You are so f***ing epic! :3");
    }
     


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
  •