Thread: [PI] Cannot change home? [PI]

Results 1 to 6 of 6
  1. #1 [PI] Cannot change home? [PI] 
    Registered Member
    Join Date
    Feb 2012
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Heey, Rune-Server forums.
    This is what I have at the moment, trying to make Edgeville the respawn and start point.
    Code:
    public static final int START_LOCATION_X = 2310;
    public static final int START_LOCATION_Y = 3781;
    public static final int RESPAWN_X = 2310;
    public static final int RESPAWN_X = 2310;
    When I compile, it still won't start at edge,or when I die, respawn at edge. I'm really not sure what to do and haven't been able to get help anywhere else.

    Thanks in advance guys.
    Peace.
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    May 2011
    Posts
    697
    Thanks given
    359
    Thanks received
    154
    Rep Power
    300
    Code:
    	public static final int START_LOCATION_X = 3087;
    	public static final int START_LOCATION_Y = 3500;
    	public static final int RESPAWN_X = 3087;
    	public static final int RESPAWN_Y = 3500;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    Chang one of the

    Code:
    public static final int RESPAWN_X = 2310;
    to

    Code:
    public static final int RESPAWN_X = 3781;
    compile & die
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2012
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Trock View Post
    Chang one of the

    Code:
    public static final int RESPAWN_X = 2310;
    to

    Code:
    public static final int RESPAWN_X = 3781;
    compile & die
    Sorry that was a typo in OP, already have it like that. My bad, I'll edit it now if possible.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Feb 2012
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Osijek View Post
    Code:
    	public static final int START_LOCATION_X = 3087;
    	public static final int START_LOCATION_Y = 3500;
    	public static final int RESPAWN_X = 3087;
    	public static final int RESPAWN_Y = 3500;
    Tried that, didn't work :/
    Still open to suggestions... Really need to work this out.

    Thanks everybody so far, and thanks in advance.
    Peace.
    Reply With Quote  
     

  6. #6  
    Registered

    Izumi's Avatar
    Join Date
    Jun 2010
    Posts
    2,458
    Thanks given
    240
    Thanks received
    597
    Rep Power
    2463
    PlayerAssistant, giveLife method, check where you get teleported to when you die.



    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. How to change home.. when..... -.-'
    By neo123 in forum Help
    Replies: 5
    Last Post: 01-21-2012, 03:20 PM
  2. Replies: 8
    Last Post: 05-06-2011, 08:15 PM
  3. how to change home?
    By Syrup in forum Help
    Replies: 6
    Last Post: 07-24-2010, 06:04 PM
  4. How to change your home
    By micaela in forum Tutorials
    Replies: 7
    Last Post: 07-06-2010, 09:12 PM
  5. How to change Home?
    By G R A P E D in forum Help
    Replies: 2
    Last Post: 07-15-2009, 01:36 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •