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 darren0020

  1. darren0020

    [Source] Autoresolve DNS

    I've noticed that in the flyff .ini files, the servers and client don't really like it when you specify domain names in place of IP addresses, so I have decided to release a little source snippet that allows the server's owner to use their domain name in place of their IP, however, I'm only...
  2. darren0020

    Warnings in the "Blessed infinitum Source"

    As they're only warnings and not errors; I care very little about what the 'proper practice' in dealing with them is; I'd rather just have the compiler shut up; which is why I used static_cast. Syntax: static_cast<vartype to cast to>(variable or value to cast);
  3. darren0020

    Warnings in the "Blessed infinitum Source"

    static_cast
  4. darren0020

    Step-by-Step Guide to Set Up Aion Server (Aion 3.0-3.1)

    Apache usually has a httpd.conf in which you can search for 8096 and change it to 80 (the default HTTP port). there may also be a config file for the mysql port somwhere aswell, which you can change to 3306 rather than 3316, sorry. I'm not used to developing Aion, but I am a web and source...
  5. darren0020

    I want safe registration page

    I'll help you, You can add me on skype at darren_nevin if you want, or PM me through Ragezone.
  6. darren0020

    [Tutorial] How to make money ranking?

    First of all, I have noticed that this is not exactly the best way to go about doing... anything, So I propose a simple few corrections: at the top of your code, inside your <head> element, you can set the CSS to style objects rather than defining it within the PHP itself. <style...
  7. darren0020

    How to change the address \SQLEXPRESS?

    When setting up MSSQL in the installer, you can decide what the value will be in place of '\SQLEXPRESS', therefore, by using the installer again, you should be able to make another one.
  8. darren0020

    Flyff GM tool ( in upgrade )

    Whilst the spelling is off in many places, (Hilarious as that is) It's still a nice object to have in any server situation, +rep; I'd recommend splitting the commands up into multiple tabs, as having everything on one page may cause confusion on the simple minds of the average 13-year-old GM...
  9. darren0020

    Darren's Signature Thread.

    Yeah, some of them are quite bad... they're just pulled straight off my DeviantArt, so I just upload whatsoever I had then, but thanks for the help, I'll take it into consideration with future versions.
  10. darren0020

    [Help] Adding Baruna System on Source

    Improved told you pretty much everything that you need to know, its mostly copying and pasting (but knowing the FlyFF section there's a guide somewhere about it... might as well use the SEARCH. button)
  11. darren0020

    Model Utilities

    It's true that OBJ is one of the worst formats I can remember... been ages since I touched blender or Maya though... so I guess you should try using another format (Likely one that is used as a game engine's only supported file type, such as Torque)
  12. darren0020

    Again! Another Website Template

    lolsrs? frames? ... no. just Ducking no. Frames are one of the first things they tell you NEVER to use, inline frames: sure, but never use frames, they have a habit of being deprecated. Also looks like a tabular layout to me... which again is dep. In fact... go to You must be registered for...
  13. darren0020

    What do you define as a "kid"?

    When recruiting staff for private servers, people are constantly asking for no "kids" to apply, Obviously this appears to be constantly slamming people under the age of 18 for "irresponsibility", however, I was one of the most mature and trusted staff members on quite a few private servers in...
  14. darren0020

    Google Dart

    Looks like PHP combined directly with Java, Minus all the Manuals and help scripts, to be honest, google should stick to being a search engine and translator (and other web tools), and stay out of the website-scripting side of things (Although, I suppose they need SOMETHING to waste their time on)
  15. darren0020

    Returning Back to GFX.

    Don't just copy and paste renders randomly on top of a background (which also looks kinda generally bad) and don't use fonts that do not fit with the image, if you are looking for elegance for example, use Lucida Calligraphy (This one looks like TNR), and just to reiterate what ChewBecca had...
Back
Top