viggo272
July 20th, 2010, 01:47
okai This tutorial will show you how to change stupid home :D
Okai first you wanna change the home command if u want.
Just do that by go into your commandpackethandler.java and change it not that hard....
Okai to change the place you login first time and the respawn place go to Src>Com>Rs2Hd>Model
And look for entity.java
Open it and search for
Code:
public static final Location DEFAULT_LOCATION = Location.location
Now it should be at very top but if it isnt just search it.
it should look like this
public static final Location DEFAULT_LOCATION = Location.location(XXXX, XXXX, 0);
Now replace the XXXX with your coords. AND BOOM.
save then compile. then your done
Hope it helped u
Okai first you wanna change the home command if u want.
Just do that by go into your commandpackethandler.java and change it not that hard....
Okai to change the place you login first time and the respawn place go to Src>Com>Rs2Hd>Model
And look for entity.java
Open it and search for
Code:
public static final Location DEFAULT_LOCATION = Location.location
Now it should be at very top but if it isnt just search it.
it should look like this
public static final Location DEFAULT_LOCATION = Location.location(XXXX, XXXX, 0);
Now replace the XXXX with your coords. AND BOOM.
save then compile. then your done
Hope it helped u