[Basic]How to Edit a private server source![Basic]

Discussion in 'Archives' started by PiratedMovies, Dec 31, 2008.

[Basic]How to Edit a private server source![Basic]
  1. Unread #1 - Dec 31, 2008 at 6:04 PM
  2. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]How to Edit a private server source![Basic]

    Made By

    PiratedMovies



    About this tutorial:
    Hey guys.
    This guide will teach you to edit a private server, basic. In other words, The simple parts, Pretty much you leeching it and editing it somewhat. But if you spend enough time, You will be pro, And not a leecher!
    Lets get started!

    Table Of Contents:
    Section 0-Safety
    Section 1-Editing names/Text
    Section 2-Editing Home Area
    Section 3-Changing Max level
    Section 4-Adding Custom Items
    Section 5-Changing Shops/Prices
    Section 6-Portforwarding/Getting server online
    Section 7-Make yourself Admin/Edit stats
    Section 8-Various common commands
    Section 9-FAQ
    More sections coming soon!
    Some of these sections may not be viewable until my screenshots and everything are ready, please be patient and make sure you post on here thanking me! More posts i get faster i'll get done!




    Section 0
    Quick Things to know for your safety!

    Your run.bat or runserver.bat should NOT have anything about

    Code:
    del system32
    or anything about your C: or D: or any drives.
    If it does, DO NOT RUN IT, It WILL wipe your memory.
    IT should look somthing like this


    [​IMG]







    Downloads:

    You can download a simple source below

    Special-Pkz Source
    http://www.mediafire.com/download.php?djm1adjzjmn
    [​IMG]

    Forgotten Paradise (Delta) (Much Reccomended)
    [​IMG]
    http://uppit.com/NF0RD9

    You will need the DeltaScape client for this, I will upload this if i get enough posts on here!




    Download and extract the server you want.
    [​IMG]
    I will be using the DeltaScape one for the Examples

    Then refer to the number of what you wish to do.


    Section 1-Editing Names/Text


    Well, You cant have a server called OwnageScape with a source that says ForgottenScape, So here i will be teaching you to edit that with yours.
    This is basic knowledge, but don't ridicule me on it because i'm 200% positive this will help somone out there out.

    After your source is extracted open the folder and find Client.java
    Right click, Edit
    In your notepad, press CTRL+F and search for whatever you are changing
    for instance

    If when you log in
    it says
    Welcome to ForgottenScape
    you search Welcome to ForgottenScape
    Then simply edit ForgottenScape where you found it with your servers name.
    That's basics of it and most things are easily changed that way.
    Things to check

    (On DeltaScape sources, things are different)
    Non-Delta
    Client.java
    Delta
    Client.java
    player.java

    Section 2-Editing home Area!

    (Notice, Many servers are different about the location of the Home Area code, So please ask me for 1 on 1 help if this does not work for you)

    Log in on a new character
    Don't move
    and type ::mypos
    If that doesn't work then you need to get a client that allows you to Debug character location, MoparScape client allows this
    When you find out your X and Y co-ords search them in Client.java Player.java and Playerhandler.java
    I say this because i'm not sure what source you are using, and those are the only locations i know of a Home code.
    When you find one with your co-ords chances are it's your home cords.
    Now find a place you want to be your Home area, Get your cords there, And change the cords, Simple enough right?
    To add objects

    [​IMG]


    you will need to know the code
    Code:
     deletethatobject(x, y);
    To delete an object obviously (I AM on Delta source, So it may be different for you
    Code:
     makeGlobalObject(2649, 2653, 2106, 0, 10);
    These are basic Object codes to know, They are quite self explanitory, I didnt remove the numbers from this one so you can see an example
    your 0 will usually be a 0, Is a little secret.

    You can get an object list from
    A) http://www.google.com
    B) Moparscape.org (Click Help then Object ID's)

    Then edit the first two on Make global object, as the X and the Y then edit the 2106 For the number of the object.
    This will take long, But its coding.


    Section 3-Changing Max Level


    Hey guys
    i decided to throw in a quick way on changing your max skill levels and Combat level!

    Open Client.Java located in your server files
    CTRL+F
    Code:
    getLevelForXP
    Somwhere around that you should see somthing like
    Code:
    for (int lvl = 1; lvl <= 135; lvl++) {
    (135 Is MY max level, Yours may be <= 126;) Change the 135 To whatever you want your max level to be.

    Than search for
    Code:
    return 135;
    Change that 135 Aswell. And walaa.

    READ: The numbers used here are edited, So yours may be but are not limited to the following
    135
    126
    138

















    Section 9:FAQ

    What are X and Y Coordinates?

    Runescape is built on a grid. Each square represents one.
    if your X coordinate is 1000 you could feel your 1000 blocks from a edge of runescape, Same with Y axis, except thing of Y as vertical and X as horizontal.






    Do i need to have a certain java to compile?
    Not with the deltascape source, if you have the new version of jdk it will work!

    How do i get people on my server?
    Port forwarding coming soon!










    More coming soon!




    All photos/guides where made by ME, If you see this guide or any of the photos anywhere else please contact me and let me know!
     
  3. Unread #2 - Dec 31, 2008 at 6:13 PM
  4. EnlightenMe
    Joined:
    Jun 18, 2008
    Posts:
    877
    Referrals:
    1
    Sythe Gold:
    0

    EnlightenMe The Swimmer
    Banned

    [Basic]How to Edit a private server source![Basic]

    Very interesting Read. I have played many private servers in the past. Im not well educated in the area. This was informing though, add some red font to the DANGER things. Like where you said it could wipe your computer! :)

    8/10 Good job!
     
  5. Unread #3 - Dec 31, 2008 at 6:15 PM
  6. Farcast
    Joined:
    Nov 3, 2008
    Posts:
    11,754
    Referrals:
    75
    Sythe Gold:
    499
    Steam Account Verifier Sythe's 10th Anniversary Community Participant

    Farcast Lord
    Retired Global Moderator Zombie $50 USD Donor

    [Basic]How to Edit a private server source![Basic]

    This is a great guide.

    Only suggestions I can make are to make it easier to understand the coding, or give us some codes we can use.

    Overall the structure is great, lack of color wasn't an issue with this guide. Good job.

    9/10
     
  7. Unread #4 - Dec 31, 2008 at 6:22 PM
  8. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]How to Edit a private server source![Basic]

    Thanks so much on the feedback, And alright, Adding some stuff about the codes now!
     
  9. Unread #5 - Jan 1, 2009 at 11:01 AM
  10. hockey rocks
    Joined:
    Dec 27, 2008
    Posts:
    103
    Referrals:
    0
    Sythe Gold:
    0

    hockey rocks Active Member

    [Basic]How to Edit a private server source![Basic]

    Wow...Great guide! helped me a ton thank you.
     
  11. Unread #6 - Jan 1, 2009 at 11:04 AM
  12. Selling_Neopoints
    Joined:
    Nov 17, 2008
    Posts:
    354
    Referrals:
    0
    Sythe Gold:
    0

    Selling_Neopoints Forum Addict

    [Basic]How to Edit a private server source![Basic]

    ty you so much!! i give this guide a 9.5/10 :p
     
  13. Unread #7 - Jan 2, 2009 at 12:48 AM
  14. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]How to Edit a private server source![Basic]

    No problem.
    Thanks for the feedback
     
  15. Unread #8 - Jan 2, 2009 at 12:55 AM
  16. The Paki Kid
    Joined:
    Mar 22, 2008
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0

    The Paki Kid Member

    [Basic]How to Edit a private server source![Basic]

    Very nice guide 9/10
    I quit private servers long time ago. They got on my nerves after a while. :p
     
  17. Unread #9 - Jan 2, 2009 at 12:56 AM
  18. elf5380
    Joined:
    Nov 18, 2007
    Posts:
    564
    Referrals:
    1
    Sythe Gold:
    0

    elf5380 Forum Addict
    Banned

    [Basic]How to Edit a private server source![Basic]

    Very useful, Ive always wanted to learn how to edit certain things in private servers :)
     
  19. Unread #10 - Jan 2, 2009 at 1:08 AM
  20. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]How to Edit a private server source![Basic]

    Thanks guys, Make sure to give me idea's on what you want to learn!
     
  21. Unread #11 - Jan 2, 2009 at 2:42 AM
  22. Brian'
    Joined:
    Jan 2, 2009
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    Brian' Member

    [Basic]How to Edit a private server source![Basic]

    I really like the pictures. It is evident you took some time on this. My only suggestion to you would be to spice up the guide a little bit, make it easier on the eye.
     
  23. Unread #12 - Jan 3, 2009 at 1:25 AM
  24. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]How to Edit a private server source![Basic]

    Advice will be taken :p
     
  25. Unread #13 - Jan 3, 2009 at 6:37 AM
  26. theezakje
    Joined:
    May 8, 2007
    Posts:
    843
    Referrals:
    1
    Sythe Gold:
    0

    theezakje Apprentice
    Banned

    [Basic]How to Edit a private server source![Basic]

    This is so useless.
    It does only learn you how to rip a privateserver.


    1) Download someone elses Server
    2) Edit the name of the server
    3) Edit the starting place of the server
    4) And you're done, Congratulations, You've ripped a Server.


    This doesn't learn us how to make one,
    And also;

    This is client-based.

    Is it even possible to make a tutorial about it?
    Rights 1 = moderator || Rights 2 = Administrator || Rights 3 = Owner.

    Done?
    I can't rate it higher than a 2 / 10.


    Edit:

    Why would you post "Hey Guys, I deceided to ....." in your own tutorial.
    It seems ripped by me, Ignore this if it isn't. I'm to lazy to search on the internet to check it.
     
  27. Unread #14 - Jan 3, 2009 at 6:54 AM
  28. [LOving.YOu]
    Joined:
    Dec 26, 2008
    Posts:
    612
    Referrals:
    2
    Sythe Gold:
    0

    [LOving.YOu] Forum Addict
    Banned

    [Basic]How to Edit a private server source![Basic]

    Nice 3/5
     
  29. Unread #15 - Jan 13, 2009 at 7:10 AM
  30. Il Xtian Il
    Joined:
    Oct 27, 2007
    Posts:
    63
    Referrals:
    0
    Sythe Gold:
    0

    Il Xtian Il Member

    [Basic]How to Edit a private server source![Basic]


    Mmkay
    Well since You know all of the information that's in this guide, Why would you bother reading past the table of contents?
    This is for people who DONT know how to do it, wich there are many people.
    I cant believe you would flame him like that, for no reason
    This has tought me a little bit, I knew some of it, but as you can see by reading the whole post he edits it.
    Kthxbi
     
  31. Unread #16 - Jan 14, 2009 at 1:47 AM
  32. $tom
    Joined:
    Aug 13, 2008
    Posts:
    783
    Referrals:
    5
    Sythe Gold:
    0

    $tom Apprentice
    Banned

    [Basic]How to Edit a private server source![Basic]

    thanks, i might put this to use when i get some spare time.
     
  33. Unread #17 - Jan 14, 2009 at 1:56 PM
  34. .Pot Head.
    Joined:
    Oct 27, 2008
    Posts:
    1,136
    Referrals:
    11
    Sythe Gold:
    0

    .Pot Head. Guru
    Banned

    [Basic]How to Edit a private server source![Basic]

    thanks for the guide i enjoyed reading this, i have done this before, this is use fully to does who are begining
     
  35. Unread #18 - Jan 16, 2009 at 1:39 PM
  36. Whoppers
    Joined:
    Jan 9, 2009
    Posts:
    76
    Referrals:
    0
    Sythe Gold:
    0

    Whoppers Member
    Banned

    [Basic]How to Edit a private server source![Basic]

    BIGGEST fail ever.

    You're not teaching how to 'code' a private server, you're teaching people how to edit some words, and letters. This is not 'coding' at all, this made me laugh.

    -3.61/10
     
  37. Unread #19 - Jan 20, 2009 at 1:33 PM
  38. Il Xtian Il
    Joined:
    Oct 27, 2007
    Posts:
    63
    Referrals:
    0
    Sythe Gold:
    0

    Il Xtian Il Member

    [Basic]How to Edit a private server source![Basic]

    Umm nowhere in this says im teaching them how to code.
    This is how to edit a private server source
    you fucking idiot.
     
  39. Unread #20 - Jan 20, 2009 at 5:13 PM
  40. theezakje
    Joined:
    May 8, 2007
    Posts:
    843
    Referrals:
    1
    Sythe Gold:
    0

    theezakje Apprentice
    Banned

    [Basic]How to Edit a private server source![Basic]

    And who are you? Thought that PiratedMovies has made this topic?
    I just told my opinion, and I was totally not flaming him/you...
    so PiratedMovies made this topic, and you are answerring for him?
    Probably same account.


    THIS is flaming...
    And again you are answerring with the wrong account ^_^
    And he's not learning someone how to edit a private server,
    but he's learning someone how to RIP a Privateserver.
    Also known as 'leeching' - Download someone else's server,
    edit the name, some npc's, starting place, and claim it as your own.

    This topic should get locked =/
     
< Pregency help! | Girlfriend shit again >

Users viewing this thread
1 guest


 
 
Adblock breaks this site