Author Topic: The basics of Coding a 508 Paladino RuneScape Private server.  (Read 880 times)

DonTradeMeh

  • VIP
  • User 2
  • *
  • Posts: 95
  • Reputation +8/-10
  • Psst! Yeah you there! Why dont u click that Rep +?
    • View Profile
The basics of Coding a 508 Paladino RuneScape Private server.
« on: December 30, 2010, 02:41:49 am »
Get a Base
(Starting Source)You can get them off of these sites:

http://www.moparscape.org/smf/index.php?board=49.0

http://www.runelocus.com/forums/forumdisplay.php?65-Downloads

If they are going to make a Private server topic on here maybe later on you can also get them off of here.

REMEMBER:

Since this is a tutorial on a 508 Server remember to get a 508 Source,.

so not a 508/525 or a 508 loading 525.

(completely different)
Lets start coding:.

Open your folder.

(extract it first)Go into src.
palidino76.
rs2.
then into io.
and open login.java.
now search for the source name usuing ctrl + f and change it into your server's name.
also search this:
p.rights = 2
untill you see something like this:.
            }
            if (p.username.equals("dontrademeh")) {
                p.rights = 2;
And change it into your name (now you are admin)
to change the home:.
(also inside the same file as the admin and server name changing)Run your server offline.
(no no-ip or anything on)Run your ip changer and when it asks about your ip give in 0.0.0.0.
(it will run your server in offline mode)Now when you first spawn.
(DO NOT MOVE!)(Make shure you are admin!)Do ::coords.
(It wil show you some coordinations)Now in the login.java file do ctrl + f and search for the first coordinate you got.
You will find something like this:.
        p.setCoords(3271, 3167, 0);
Now i will explain what these mean:
3271, 3167, 0.

First one is Coordinates N Second one is Coordinates Y and last one is Hight..
Now go to where you want your home and do ::coords again.
now change these 3271, 3167, 0 with the codes where you want your home.
now to change it also when you press ::home..
Close Login.java.
(Save it first do save not save as)Ok now in the same file as Login.java there is also a file called packets.
Go in there and then open the file called Commands.java.
Now by using ctrl + f search for home.
Something like this will show up:.
}  else if(cmd[0].equals("home")) {
                    p.teleportTo(3271 , 3167, 0, 0, 0, 8939, 8941, 1576, 0, 1577, 0);
Change those first 3 to the 3 you changed your spawn location to in Login.java..
Now you have your costum Home..
now go back inside the file with Login.java in..
and open Frames.java..
Now search for the server name and change it into yours again..
You can edit the membership to like 1337 or 666 or another number..
Also search for the owners name in both Login.java and Frames.java.
Most people put them in there for credit..
Thats the basics of coding a 508 RuneScape Private server..
More tutorials coming soon!.
If you need help on something or something was not clear contact me on my msn:.
Jesse_1995@live.be.
Il be glad to help  :).
« Last Edit: December 30, 2010, 03:40:04 am by DonTradeMeh »

Share on Bluesky Share on Facebook


mtmodz

  • Youtube.com/DodgeCarsUS
  • Owner
  • FRISKY!!
  • *
  • Posts: 73555
  • Reputation +65535/-3
  • Any Support Needed Msg Me!
  • Location: Truro, Cornwall
    • View Profile
    • Global Glitching
Good Post ill Sticky it.

DonTradeMeh

  • VIP
  • User 2
  • *
  • Posts: 95
  • Reputation +8/-10
  • Psst! Yeah you there! Why dont u click that Rep +?
    • View Profile
Good Post ill Sticky it.
Thanks :)
Il be posting more of these later on  ;)