Thread: how do i change rsps homeplace/Respawn point? PLEASE READ

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 how do i change rsps homeplace/Respawn point? PLEASE READ 
    Registered Member H A W X's Avatar
    Join Date
    Feb 2011
    Posts
    19
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Base: ddspeced
    Problem:I Dont know how to change homeplace from edgeville to draynor.
    Errors(Compiling Errors): None.
    Other Information/Media(Pictures, etc):

    I have had advise like look in client.java and clickingmost.java and stuff
    ive looked and searched current cords and //home and stuff like that but nothing.

    I tested this:
    i made 3 diffrent accs on my server and they spawned in different places like a couple of squares away from eachother is that going to effect changing the home or not?

    Home teleporting doesnt Take you to a specific square it seems to go pretty much anywhere between draynor bank and the building towards the north.

    Can anybody help?
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Mar 2011
    Age
    29
    Posts
    97
    Thanks given
    35
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by H A W X View Post
    Base: ddspeced
    Problem:I Dont know how to change homeplace from edgeville to draynor.
    Errors(Compiling Errors): None.
    Other Information/Media(Pictures, etc):

    I have had advise like look in client.java and clickingmost.java and stuff
    ive looked and searched current cords and //home and stuff like that but nothing.

    I tested this:
    i made 3 diffrent accs on my server and they spawned in different places like a couple of squares away from eachother is that going to effect changing the home or not?

    Home teleporting doesnt Take you to a specific square it seems to go pretty much anywhere between draynor bank and the building towards the north.

    Can anybody help?

    Go to Config.java Search For
    public static final int START_LOCATION_X =
    Then Find the Locations to Draynor and enter them to here so

    [QUOTE] public static final int START_LOCATION_X =
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Mar 2011
    Age
    29
    Posts
    97
    Thanks given
    35
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by H A W X View Post
    Base: ddspeced
    Problem:I Dont know how to change homeplace from edgeville to draynor.
    Errors(Compiling Errors): None.
    Other Information/Media(Pictures, etc):

    I have had advise like look in client.java and clickingmost.java and stuff
    ive looked and searched current cords and //home and stuff like that but nothing.

    I tested this:
    i made 3 diffrent accs on my server and they spawned in different places like a couple of squares away from eachother is that going to effect changing the home or not?

    Home teleporting doesnt Take you to a specific square it seems to go pretty much anywhere between draynor bank and the building towards the north.

    Can anybody help?

    Go to Config.java Search For
    public static final int START_LOCATION_X =
    Then Find the Locations to Draynor and enter them to here so

    public static final int START_LOCATION_X = 3082; (real draynor Coordinates)
    public static final int START_LOCATION_Y = 3250; (real draynor Coordinates)
    Btw make sure you make the Respawn Coordinates the same as start location
    Hope this helps!!
    Reply With Quote  
     

  4. #4  
    Registered Member H A W X's Avatar
    Join Date
    Feb 2011
    Posts
    19
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Thanks heaps im trying now =]
    Reply With Quote  
     

  5. #5  
    Registered Member H A W X's Avatar
    Join Date
    Feb 2011
    Posts
    19
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Didnt work theres no "Config.Java" Just a folder called "Config" and even inside that folder there is no config.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    Search in Client.java for the current one.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Mar 2011
    Age
    29
    Posts
    97
    Thanks given
    35
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by H A W X View Post
    Didnt work theres no "Config.Java" Just a folder called "Config" and even inside that folder there is no config.
    Do you got Teamviewer or skype so i can help you?
    Reply With Quote  
     

  8. #8  
    Registered Member H A W X's Avatar
    Join Date
    Feb 2011
    Posts
    19
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Ok so i searched up the current coords in Client.java
    it came up with this: Is this ment to happen?

    if (deathStage == 2 && System.currentTimeMillis() - deathTimer >= 2500 && !isInPitGame() && !IsInFightCave()) {
    toX = 3087+misc.random(3);
    toY = 3499+misc.random(3);
    AtkPray = 0;
    StrPrayer = 0;
    DefPray = 0;
    RangePray = 0;
    MagePray = 0;
    PrayHeal = false;
    ProtItem = false;
    ProtMage = false;
    ProtRange = false;
    ProtMelee = false;
    Redemption = false;
    Retribution = false;
    Smite = false;
    Chivalry = false;
    Piety = false;
    isSkulled = false;
    lastSkull = 0;
    headIcon = 0;
    turnpray();
    heightLevel = 0;
    currentHealth = playerLevel[playerHitpoints];
    deathStage = 0;
    resetAnimation();
    frame1();
    prayOn = false;
    sM("Oh dear you have died!");
    resetOtherAtk();
    if (destruct)
    Reply With Quote  
     

  9. #9  
    Registered Member H A W X's Avatar
    Join Date
    Feb 2011
    Posts
    19
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Umm i just downloaded and installed teamviwer wat do i do next???>?
    Reply With Quote  
     

  10. #10  
    Donator


    Join Date
    Jul 2009
    Posts
    1,875
    Thanks given
    119
    Thanks received
    233
    Rep Power
    408
    Quote Originally Posted by H A W X View Post
    Umm i just downloaded and installed teamviwer wat do i do next???>?
    PM me your id and password and ill help you via teamviewer.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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 Corporal Beast Respawn Time
    By batherson in forum Requests
    Replies: 8
    Last Post: 12-18-2009, 12:50 AM
  2. Replies: 2
    Last Post: 10-01-2009, 07:53 PM
  3. New char respawn point
    By myservernotyours in forum RS2 Server
    Replies: 0
    Last Post: 02-13-2009, 04:37 AM
  4. How To Change Monster Respawn Time (Dodian Source)
    By Horn ( old ) in forum Tutorials
    Replies: 3
    Last Post: 04-14-2008, 10:42 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •