Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by ryuchao009

  1. ryuchao009

    Register Page Problem.

    Go under Control Panel -> System Look where it says Computer name. That's your computer's name. Now look back at the register page. To make it simple, I'm going to call it mypc. Yours WILL be different! Make sure you use CAPS. $mssql_server = "MYPC\SQLEXPRESS";
  2. ryuchao009

    Emulators on *nix?

    Probably too late for this already, but I'd suggest using a more portable language like Java or C# (Mono's pretty good these days). Even with boost, you'll likely run into memory management issues and/or compatibility problems due to differences in the operating systems (boost can't do...
  3. ryuchao009

    Need suggestions on doing a voting shop!

    Or write your own stored procedures that always return consistent results (like 0 for found/success and -1 for failure/not found). Then you can change the underlying database without having to edit the php.
  4. ryuchao009

    Learning the essentials

    Re: [Discussion] Learning the essentials The most imporant things in the source: Learn pointers (the coders pretty much spam them) Learn to read Hungarian notation (it's not really used anymore because it sucks but it was big back then) Learn Classes and Structs, and make sure you understand...
  5. ryuchao009

    [Development] Open Neuz Project

    MonoXNA might work for cross-platform compatibility, but it doesn't look very promising. Here's the link for anyone that cares: You must be registered for see element. Here's a list of Programming bindings for OpenGL. You must be registered for see element.
  6. ryuchao009

    Registration help

    Check your accountserver.ini and make sure the channels aren't commented out. Otherwise, it's probably a database issue.
  7. ryuchao009

    v15 In-Depth Setup Guide /w Support

    Try using the WorldServer_noMapKey.exe
  8. ryuchao009

    Registration page

    go to line 192 and change 'createaccount' to 'CreateNewAccount'
  9. ryuchao009

    Server Verification Error

    Well, that took longer than I would've liked lol. It worked with the Serus .bak files after I wiped everthing but the actual sql instance ans started fresh. Thanks for the help. For anyone else who runs into this problem, do the following. 1) delete all linked servers. You're gonna have to...
  10. ryuchao009

    [README] How to get your help threads answered faster

    How to get your help threads answered faster It seems like there's always tons of help threads, but so many of them don't get answered or become flame wars. Hopefully, this guide can help to cut down on that problem. First, I'm going to go over what not to do. Doing these things tends to...
  11. ryuchao009

    Server Verification Error

    Back when v14 was the bomb, I used to use the official files all the time. With time, I kind of lost interest and so never bothered with v15 when it first came out. The other day I decided to finish the item mall I started a few months ago, so I downloaded the v15 files and had a go at it...
  12. ryuchao009

    FLYFF Website template

    Looks like a great design. Converting it into HTML could be a fun side project XD
  13. ryuchao009

    Hi Flyff users, please read

    I agree with you, but honestly they won't dissapear and they usually end in flames already. It would be better to have a section sort of like an advertisement section where they can all show off their stuff and no one can post on their threads. That way, they can show off their epenis without...
  14. ryuchao009

    [Development] Anti Cheat c#

    Re: [Development]Anti Cheat c# No offense, but you should really use unmanaged code like C or C++ for this. Managed code like C# requires the .net runtime (could be a problem for XP users or older) and decompiled C# is really easy to figure out. Unmanaged code is a lot harder to work with...
  15. ryuchao009

    Hi Flyff users, please read

    I think everything I would have said has already been named, so I won't repeat it. Looking forward to seeing how this turns out. Hopefully you can make this section a better place for newcomers and developers alike. The only thing I'd really like to emphasize is creating a section where people...
Back
Top