Thread: Private Server

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 44
  1. #16
    Swiftdude's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Illinois.
    Posts
    12,572
    Reputation
    1130
    Thanks
    2,995
    My Mood
    Cynical
    Quote Originally Posted by runekri3 View Post
    Well I guess you havent tried to make it and thus dont know exactly why.
    Right now I am going to quote a post which is from wildshadow forums from a moderator.
    so you contradicted your self . its very well possible. you just might need to spend some money
    Still love you Giggletron

  2. #17
    runekri3's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    792
    Reputation
    9
    Thanks
    240
    My Mood
    Cheerful
    Well I dont want to start a huge war.

    But best way to prove that you can make a private server is to make one.
    Even if anyone will do it I think he will just start from scratch which I said is possible and one of the only ways.

  3. #18
    baltr's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    7
    My Mood
    Doubtful
    MAKE ONE! I will love you for the rest of my life... Make me a mod on that PServer, I'll even add worshipping you in my to do list!

  4. #19
    Lycian's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    ;)
    Posts
    26
    Reputation
    10
    Thanks
    42
    My Mood
    Sleepy
    Make it pls The offiziel server sucks i lost 2 times doom bow ;( -.- because fucking laggs on overfulld servers -.- pls pls pls create it ;D

  5. #20
    Swiftdude's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Illinois.
    Posts
    12,572
    Reputation
    1130
    Thanks
    2,995
    My Mood
    Cynical
    Quote Originally Posted by Lycian View Post
    Make it pls The offiziel server sucks i lost 2 times doom bow ;( -.- because fucking laggs on overfulld servers -.- pls pls pls create it ;D
    the server will prolly be worse. if i do attempt to make one it would be ran off my internet until i run into some money to get like a vps :X
    Still love you Giggletron

  6. #21
    Lycian's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    ;)
    Posts
    26
    Reputation
    10
    Thanks
    42
    My Mood
    Sleepy
    How much time you think you need to make one ;P ?

  7. #22
    C00kie m0nsta's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Bump~~~ This should be a top project, for mpgh members to mess around with

  8. #23
    duckduckgoose's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    2
    This entire thread is full of fail - a majority of the posts are uneducated guesses and make no sense.

    In order to make a private server, you are going to go through a whole lot of trouble. If you want a good example, look at the source to MMO emulators like Mangos for WoW.

    The client comes with XML data that actually gives you a lot more information than most MMOs would such as detailed object and monster data.

    But take a few to think about what you don't have access to:

    - Auth handler for accounts
    - Connection handler for active player sessions
    - AI/Pathing
    - Loot drop tables / drop % rates
    - etc, etc

    You basically have to start with connecting a client to your own makeshift server to start figuring out the packet information the client sends and receives. It'd be a lot easier than spending a bunch of time de-obfuscating the entire SWF, but it still isn't -easy-. Even with all the packet information, you still have to code the entire server.

    Someone already started something similar, but if you cannot do it yourself, you are not going to be able to finish it: -removed-

    Not an easy undertaking whatsoever.
    Last edited by Blitz; 07-23-2012 at 08:11 PM.

  9. The Following 2 Users Say Thank You to duckduckgoose For This Useful Post:

    059 (08-10-2012),TrinityHacker (06-14-2012)

  10. #24
    059's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    California
    Posts
    3,312
    Reputation
    700
    Thanks
    92,771
    Quote Originally Posted by Ronnie Radke View Post


    ive messed with rsps before. cant be more difficult than that. and im not saying that i can do. i just wanna know what others think.
    HAHAHA, funny guy. What you aren't getting, is that you haven't PROGRAMMED a fucking server. You've run one, I've done it too, and maplestory. It isn't that hard to follow a guide like that. It is hard to write that guide and write the server, which is much different than running a server someone else made.
    My Vouches
    Having an issue with RotMG? Check for the solution here.


    Need Realm items? Come to RealmStock!

    Accepting PayPal - Bitcoin - Giftcards
    Selling ST Sets, Class Top Sets, Life Pots, and much more!


    Find it here: MPGH Sales Thread

  11. #25
    Swiftdude's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Illinois.
    Posts
    12,572
    Reputation
    1130
    Thanks
    2,995
    My Mood
    Cynical
    Quote Originally Posted by 059 View Post
    HAHAHA, funny guy. What you aren't getting, is that you haven't PROGRAMMED a fucking server. You've run one, I've done it too, and maplestory. It isn't that hard to follow a guide like that. It is hard to write that guide and write the server, which is much different than running a server someone else made.
    youre retarded
    Still love you Giggletron

  12. #26
    059's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    California
    Posts
    3,312
    Reputation
    700
    Thanks
    92,771
    Quote Originally Posted by duckduckgoose View Post
    This entire thread is full of fail - a majority of the posts are uneducated guesses and make no sense.

    In order to make a private server, you are going to go through a whole lot of trouble. If you want a good example, look at the source to MMO emulators like Mangos for WoW.

    The client comes with XML data that actually gives you a lot more information than most MMOs would such as detailed object and monster data.

    But take a few to think about what you don't have access to:

    - Auth handler for accounts
    - Connection handler for active player sessions
    - AI/Pathing
    - Loot drop tables / drop % rates
    - etc, etc

    You basically have to start with connecting a client to your own makeshift server to start figuring out the packet information the client sends and receives. It'd be a lot easier than spending a bunch of time de-obfuscating the entire SWF, but it still isn't -easy-. Even with all the packet information, you still have to code the entire server.

    Someone already started something similar, but if you cannot do it yourself, you are not going to be able to finish it: [Packet Tool] Oryx Hates Java - ********** Forums

    Not an easy undertaking whatsoever.
    Thank you.
    My Vouches
    Having an issue with RotMG? Check for the solution here.


    Need Realm items? Come to RealmStock!

    Accepting PayPal - Bitcoin - Giftcards
    Selling ST Sets, Class Top Sets, Life Pots, and much more!


    Find it here: MPGH Sales Thread

  13. #27
    marinepower's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    573
    My Mood
    Inspired
    Arguing whether something is possible or not is a moot point. In programming, literally anything is possible. The only variable is how much time and effort it will take.

  14. #28
    magic86174's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    sounds like a great idea

    ---------- Post added at 07:04 AM ---------- Previous post was at 07:02 AM ----------

    sounds like a great idea me want in

  15. #29
    OmgItzMethod's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    2
    Completely off topic but Ronnie your being ignorant step off your high horse and listen to what others have to say... If you only accept what you want to believe then you might be a really dumb person.

    Anyways i couldn't handle it anymore after reading through this topic and i seriously cant stand that ****** looking dude on your pic (i hope that's not you...) dude looks queer and ridiculous.

  16. The Following User Says Thank You to OmgItzMethod For This Useful Post:

    remaya (12-30-2012)

  17. #30
    kaplilg's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Narnia
    Posts
    102
    Reputation
    17
    Thanks
    6
    My Mood
    In Love
    If you do make one i have a sht load of suggestions for it if your taking any


Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Pristontale Private Server
    By Fedaykin in forum General Gaming
    Replies: 19
    Last Post: 06-05-2006, 11:44 AM
  2. Runescape Private Server
    By Paolo1993 in forum General Gaming
    Replies: 20
    Last Post: 02-07-2006, 05:06 PM
  3. WoW Private Servers
    By Mortifix in forum General Gaming
    Replies: 11
    Last Post: 01-18-2006, 12:43 AM
  4. Private Servers...
    By arunforce in forum General Gaming
    Replies: 10
    Last Post: 01-14-2006, 06:25 AM