1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

how can you make your own runescape servers? **NO EMAIL ADDRESSES OR INSTANT BANNING**

Discussion in 'Windows - Games' started by glitchzoo, Jun 8, 2006.

  1. blahbust

    blahbust Guest

  2. Vicious88

    Vicious88 Regular member

    Joined:
    Jan 25, 2007
    Messages:
    274
    Likes Received:
    0
    Trophy Points:
    26
    I just wanted to come back to this thread to perhaps help one last time. In my absense from this post, I worked on a WoW server. The knowledge gained was extremely helpful and can be applied to RuneScape as well (in theory).

    Too many of our problems is ill-suited data. we all want a server that works, with all working quests and, NPCs, Monsters, spells ect. And a LOT of this comes from the fact that the server side programs we've been running for RuneScape are overly complicated, and HIGHLY disappointing at how much they lack.

    So I offer a solution: MaNGOS. MaNGOS (Massive Networks Game Object Server) is a tool that will allow us to have full control over a server and every peice of data within it. However, MaNGOS runs on SQL, while as RuneScape runs in Java. I will not discuss who I know or how I know, but I KNOW that Jagex uses a similar program to MaNGOS to keep track of players, trades, NPCs, ect.

    I have yet to succesfully locate any MaNGOS server packets for Runescape, though I know some exist. What I am offering to you, dear people, is that not only will a packet be found. But I, and my two assistants (Davy & Josh) will not rest untill we have a 100% working server that installs like any other program. As soon as it becomes available, we will post links.

    Anyone wishing to aid in this project or start their own can be of great assistance by helping locate an SQL server packet for RuneScape.
     
  3. adamdex

    adamdex Guest

    hwoido i amek my own server
     
  4. creaky

    creaky Moderator Staff Member

    Joined:
    Jan 14, 2005
    Messages:
    27,900
    Likes Received:
    1
    Trophy Points:
    96
  5. johnaros

    johnaros Guest

    Hi!!! i want to make my own server!i have download all the files and the Java SDK but when i open the compile file says.......and press any key to continiue i press and the window close :( can anyone help me plz that i need and i think i make the server!!!anyone who know plz tell me!!!PLZ HELP ME!!!
     
  6. loki000

    loki000 Member

    Joined:
    Mar 31, 2007
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    11
    @Vicious88 - Thank you very much that help alot ^_^
    @johnaros - http://forums.afterdawn.com/thread_view.cfm/5/351570 read the post by Vicious88 it should explain it hopefully.

    I have gotten it run right but theres a few more things i want to know. How do you place npcs and how do you get other people to be on your own server exactly?
     
  7. Vicious88

    Vicious88 Regular member

    Joined:
    Jan 25, 2007
    Messages:
    274
    Likes Received:
    0
    Trophy Points:
    26
    Okay, if you are looking to get people directly to your server, my recommendation would be signing up for the free service at www.no-ip.info and then downloading their DUC (Dynamic Update Client).

    What this will allow you to do is create forwards such as "myscape.no-ip.org" which allow people to connect to your computer without knowing your IP address. This is done with a process called DNS - Dynamic Name Services, which is a system of names that automatically translate to a series of numbers.

    What happens is this: You'll run the DUC you got from no-ip.info on your computer, and whenever someone wants to play runescape, they'll type your forward into their server field. Lets pretend your forward is MyScape.No-Ip.org - whenever they type that in, they will very briefly connect to no-ip.info, who will then point them directly to you, and because you're running the server and their running the client, they'll fit safely into your runescape server, and not have access to any other files on your computer. Safe for you, fun for them.

    As far as placing NPCs go:
    I'm not sure what the command was for that, though I am almost sure it was something like .addnpc [npcID] or .npc [npcID].

    And if you're looking to get the most complete server to date, my recomendation is MoparScape. You'll have to google it, sorry about the lack of a link, but its a pretty decent server. Its no where near finished, and still very very buggy, but at least its not completely blank like BlakeScape. But one practical advantage of MoparScape is its server side program. Its nice and user friendly, having ID lists for Items, NPCs, and Monsters. Its an all around good server side program, though once you wander away from varrock the world is pretty much empty.


    On a note of personal challenge:
    I'm really not even sure MoparScape is the most advanced anymore... I've been really busy with WoW, but as far as I can find on google, MoparScape is still top of the line. If anyone knows of a server kit that is more complete, I'd really love to read about it in this tread.

    Oh, and as I mentioned before, a few friends and I have teamed up under my business's name of System Integrity Networks and have begun attempting to translate the JAVA elements of RuneScape and RuneScape classic over to MySQL, PHP, and Perl. We here at SIN are looking to within the next year release a self-assembling server kit that uses pre-formatted websites along with Xampp and No-IP to create more or less images of the complete RuneScape game. There will be limitations of course, but our goal is that people will be able to type in something like http://vicious.servegame.org and find themselves at a "Create Character" screen for RuneScape. All characters, passwords, and whatnot will be stored via mysql and if everything goes well, we will ask the mods of this forum for permission to post a test URL as soon as we launch. We've already spent many hours on the project and we've lovingly dubbed it PwnScape.
     
  8. johnaros

    johnaros Guest

    Vicious i have see your text and i have done but it doesn't plz!!! ok maybe i need better Java SDK!!!
     
  9. johnaros

    johnaros Guest

    PLZ VICIOUS CAN U SEND ME OR TELL ME SITE TO GET THE JAVA SDK PLZZZZZZZZZ!!!:(
     
  10. Vicious88

    Vicious88 Regular member

    Joined:
    Jan 25, 2007
    Messages:
    274
    Likes Received:
    0
    Trophy Points:
    26
    @loki000 Thanks for the plug, you've been very flattering.

    @johnaros The JAVA SDK can be found on www.sun.com by searching for things like "javac" "Netbeans" "Java SDK" or anything to that extent. I reccomend Netbeans. If you've already installed it once, and you can't find the JAVAC - you will want to search your computer for it via the search option. If you're unsure how to search, bring up the My Computer window, and right click on your Local Disk C:/ drive. This will bring up a sub menu. In this sub menu will be an option called search - select it. The window will change and to the left will be many different search options. Select the one that says "All files and folders" and then go about searching for "JAVAC". If you've fully installed Netbeans, the JAVAC will be on your computer.

    [ONLY SLIGHTLY OFF TOPIC]
    To all people with issues:
    I would like to take this time to note a couple of distinctions between this post and the shoutbox in my profile...
    1)This post is intended to allow people to discuss their issues regarding the use of a private RuneScape server.
    2)My shoutbox is NOT intended to allow people to discuss their problems.
    3)If you post your problems in this thread, you will most likely get help.
    4)If you post in my shoutbox, you will get your post deleted.

    I hope that has cleared up a few of the issues I almost constantly run into. If this keeps happing I'll end up creating a "Ask Vicious" thread regarding all things technologic.
    [/ONLY SLIGHTLY OFF TOPIC]
     
  11. johnaros

    johnaros Guest

    thnx Vicius for your help i will search and i will tell u if the server is playing!!!i search in "www.sun.com" and search for "Java SDK Netbeans" :S i am downloading!!!but Visious the problem was when i open the the "Compile" file it is saying"......the java do not recognise an internal or external host...." "press any key to continiou"(it is saying something like that)i press any key nothing happens :( !!!!!!!
     
  12. johnaros

    johnaros Guest

    THNX VICIUS!!!!!!I HAVE OPEN THE SERVER!!!BUT DO HAVE THE GMS CODES TO TAKE ITEMS I MEAN ID? if yes plz send me!!! and how can the other players get in? what need to get in the server the players?
     
  13. johnaros

    johnaros Guest

    I have the program MySQL and can't do a connexion!!!do anyone can help me plzzzz!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
  14. Ripper

    Ripper Active member

    Joined:
    Feb 20, 2006
    Messages:
    4,697
    Likes Received:
    13
    Trophy Points:
    68
    I don't think MySQL has anything to do with running a RuneScape server atm - It's all java based. Also, if you want to get anywhere with MySQL, you shoudl really learn how to use it properly first.

     
  15. johnaros

    johnaros Guest

    No MySQL i have it and it needs for an other server!!!for Lineage 2 plz help!!!
     
  16. Ripper

    Ripper Active member

    Joined:
    Feb 20, 2006
    Messages:
    4,697
    Likes Received:
    13
    Trophy Points:
    68
    Then make another thread about it in the appropriate forum. Don't hi-jack this thread with your new question.

     
  17. johnaros

    johnaros Guest

    OK sr!!!Can anyone tell me what is the properties or ID for one GM???(I mean how i place npc take items and take money that need the ID to have them)
     
  18. johnaros

    johnaros Guest

    I need the ID where can i find them???plz anyone who know where plz tell me!!!
     
  19. creaky

    creaky Moderator Staff Member

    Joined:
    Jan 14, 2005
    Messages:
    27,900
    Likes Received:
    1
    Trophy Points:
    96
    johnaros - you're going to burst a blood vessel at this rate.
     
  20. Vicious88

    Vicious88 Regular member

    Joined:
    Jan 25, 2007
    Messages:
    274
    Likes Received:
    0
    Trophy Points:
    26
    In case anyone is still having trouble finding the j2sdk1.4.2_13 folder that gets installed to their root directory when they install Netbeans - I've taken the liberty of compressing mine and adding it with all of the other need downloads. So now, everything you need to run both BlakeScape AND Mopar Scape is now in one place: The Vicious_Collection.Rar (more info below). The collection of files can be found at http://www.sharebigfile.com/file/179807/Vicious-Collection-rar.html Note that this is like a 46 MB download and may take a while on slower machines...

    The reason I've done this is because a LOT of people seem to be having a problem finding the JAVAC.exe, so I've gone ahead and compressed a working file for you. All of the Server data is already in the folder, so you really have nothing to worry about on that end, but there are a few things you will still need to do.

    1)Extract the j2sdk1.4.2_13 folder to your root directory (C:/)
    2)Go into C:\j2sdk1.4.2_13\bin and locate the Compile.bat
    3)Run Compile.bat and it should finish without error.
    4)Locate Run.bat and run it.

    Run.Bat should open a window reading something similar to

    C:\j2sdk1.4.2_13\bin>java server
    Starting Vicious Server on 0.0.0.0:43594


    Now all you have to do is find your client that you downloaded, type in any random name and type either "localhost" or "127.0.0.1" as your server. Presto, you're good to go.



    Notes: Please note that this is merely a copy of a folder, straight from my harddrive. There is no guarentee that it will work, seeing as some programs cannot be transfered in this way due to DLL files and such in the system32 folder and registry keys - but in this instance I believe it will work simply by copying and pasting from my computer to yours (through the means of winrar of course). I make this assumption based on the fact that it transfered to my laptop without conflict, as well as with two other machines here in the office.

    Also, as mentioned in posts before, the server offered here is a completely blank one, but if you are by chance looking for one a bit more advanced, your best bet is mopar scape. If you can't find it via google, I still have my setup file for in the Vicious_Collection.Rar

    The Vicious_Collection.RAR contains all of the following:
    20051104-server.rar Server-Side Applications 36 KB
    rsprivservclient.rar Private Server Client 13 MB
    NpcIDs.zip ID listing of all NPCs 69 KB
    J2SDK1.4.2_13.rar JavaSDK containing Javac 35 MB
    Moparscapeinstall.exe MoparScape Installer 1.8 MB
    Items_and_commands.doc Item and command listing 161 KB

    vicious_collection.rar Collection of everything 45.8 MB (Best WinRar compression)

    Again, the link is http://www.sharebigfile.com/file/179807/Vicious-Collection-rar.html (OLD LINK)

    http://rapidshare.com/files/49396367/Vicious_Collection.rar.html (NEW LINK)

    That should hold everyone over untill we here at SIN finish working on PwnScape.
     
    Last edited: Aug 16, 2007

Share This Page