Thread: [PI]Can't change start location[PI]

Results 1 to 9 of 9
  1. #1 [PI]Can't change start location[PI] 
    Registered Member Larabeast's Avatar
    Join Date
    Jun 2011
    Age
    31
    Posts
    155
    Thanks given
    12
    Thanks received
    2
    Rep Power
    19
    [PI] source.....When I start I spawn at 3086, 3493...... I've changed start and the others in config.java to what I want but when I make a new character it still spawns at those coords. I've searched for 3086, 3493 and can't find it anywhere in the files. I've changed the home telly and death telly but can't seem to get this one changed.


    I've changed this in config.java and it STILL wont start at the coords its set to........

    public static final int START_LOCATION_X = 2965; // start here
    public static final int START_LOCATION_Y = 3388;
    Last edited by Larabeast; 06-06-2011 at 07:39 PM. Reason: title edit
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2011
    Posts
    312
    Thanks given
    14
    Thanks received
    17
    Rep Power
    0
    Player.java for Delta Servers. Initial X and Y search that.
    Reply With Quote  
     

  3. #3 .. 
    Banned

    Join Date
    May 2011
    Posts
    1,238
    Thanks given
    193
    Thanks received
    267
    Rep Power
    0
    It's in config.java for PI, search for start_spawn or something similar, should be easy to locate. Just change the coordinates then.
    Reply With Quote  
     

  4. #4  
    Registered Member Larabeast's Avatar
    Join Date
    Jun 2011
    Age
    31
    Posts
    155
    Thanks given
    12
    Thanks received
    2
    Rep Power
    19
    I Forgot to put [PI] in the name


    I've changed this in config.java and it STILL wont start at the coords its set to........

    public static final int START_LOCATION_X = 2965; // start here
    public static final int START_LOCATION_Y = 3388;
    Reply With Quote  
     

  5. #5  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Config.java for PI's search for your old start X or Y and you will find it.
    [Today 01:29 AM] RSTrials: Nice 0.97 Win/Loss Ratio luke. That's pretty bad.
    [Today 01:30 AM] Luke132: Ok u fucking moron i forgot i could influence misc.random
    Reply With Quote  
     

  6. #6  
    Registered Member Larabeast's Avatar
    Join Date
    Jun 2011
    Age
    31
    Posts
    155
    Thanks given
    12
    Thanks received
    2
    Rep Power
    19
    Read my reply, I've already changed this and it's still the same. The old coords don't show up anywhere now but it still spawns there. I've edited my first post also.
    Reply With Quote  
     

  7. #7  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    Player.java - search
    Code:
    teleportToX = Config.START_LOCATION_X;
    ... If it's not there then it uses a different variable, in that case look for this method
    Code:
    public Player(int _playerId) {
    Still in player.java btw, scroll down it should be there. And
    Quote Originally Posted by GabbeIsABaws View Post
    Config.java for PI's search for your old start X or Y and you will find it.
    This is just an integer it still needs to be called in the correct method...
    Reply With Quote  
     

  8. #8  
    Registered Member Larabeast's Avatar
    Join Date
    Jun 2011
    Age
    31
    Posts
    155
    Thanks given
    12
    Thanks received
    2
    Rep Power
    19
    Thanks sam, found it. I don't have a thank button available for anyone some reason, just rep. quote multi quote and quick reply, I would add thanks if it were there.
    Reply With Quote  
     

  9. #9  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    It's ok.
    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. Replies: 8
    Last Post: 05-06-2011, 08:15 PM
  2. Replies: 3
    Last Post: 10-23-2009, 09:53 PM
  3. [562]Change Start Location
    By BoJava in forum Snippets
    Replies: 4
    Last Post: 10-18-2009, 04:42 PM
  4. start location(new players)
    By BoJava in forum Help
    Replies: 3
    Last Post: 10-01-2009, 09:37 PM
  5. 562 Change Cache Location
    By PieRGud in forum Help
    Replies: 0
    Last Post: 09-22-2009, 12:21 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
  •