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 Wokki

  1. Wokki

    V5/V6 2005 Source

    Been hoping someone would get these files fully working eventually. I attempted this roughly 4 years ago by porting it first to VS17. I got to the point where I could create a character, but couldn't get to the world. The character was also T-Posing in my attempt, but HaXXoR75 suggested a fix...
  2. Wokki

    NodeJS React Website

    This would indicate that you don't have moment installed. But judging from the dm you sent me you are trying to run npm test, which I personally never did use even though I maybe should have. The site should start up just fine with npm run serve assuming you've ran npm install inside the app...
  3. Wokki

    NodeJS React Website

    Started developing this website more than a year ago for a server that never got started and the team disbanded. Recently got asked for the API source so I made the git public for anyone to see and use. My plans were to release this on ragezone ages ago, but the forums kept bugging for me so I...
  4. Wokki

    How to make my flyff pserver to up online?

    Note Do not take any of this as a fact. I do not have any experience in hosting a public FlyFF server and these are only things that I'd do if I was hosting a public server of any sort. In the end do your own research and figure these things out. No one is going to hold your hand through this...
  5. Wokki

    What editor do you use for PHP & front-end web dev?

    How much are they paying you?
  6. Wokki

    License Windows Server 2012 R2 - OVH / MuOnline

    Yes, you can enter any Windows Server 2012 license. Just make sure that the server you're renting supports the version you have license for, as some servers do support different versions. A license from eBay will most likely work, but you'll never know where those originate from and how many...
  7. Wokki

    [Request]Free Website Code

    Perhaps install WordPress and use the free themes they provide? There aren't exactly a lot of gaming related themes, but perhaps you can grab any and just change the images to make it more game related. You must be registered for see element.
  8. Wokki

    FlyForFun.io - The first 3D MMORPG you can play EVERYWHERE

    I think you misunderstood. I wouldn't mind, as in I totally would pay $5-$10 a month to play something like this. Although I am not against your $10-$20 a year, but I wonder if that is enough?
  9. Wokki

    FlyForFun.io - The first 3D MMORPG you can play EVERYWHERE

    This is actually really cool. I could totally see myself playing a FlyFF version like this. Perhaps a patreon or something similar could work for you for the funding? Provide some devblogs and behind the scenes development. I wouldn't mind dropping $5 or $10 a month to support this project.
  10. Wokki

    Beginner coder, wondering about php.

    What is being done is You must be registered for see element., which is essentially an if else to check if value is true or false. In the example $rank_char[$i]["status"] = $status["ConnectStat"] ? "Online" : "Offline"; the variable $rank_char[$i]["status"] is given value "Online" if...
  11. Wokki

    Beginner coder, wondering about php.

    It's been a long time since I last used PHP, but perhaps something like this would work. $query = "SELECT TOP 30 Name,Class,cLevel,RESETS,mLevel,Grand_Resets,WinDuels,MapNumber,AccountID from Character where CtlCode < '8' order by Grand_Resets desc, RESETS desc, WinDuels desc"; $rank_char =...
  12. Wokki

    v5 source not able to read resource?

    Any clue if this could be related to bank? Because the only other thing with m_apIndex I could find was m_apIndex_Bank. Now previously I was pretty lazy with the Database server and got it running by removing the OpenGuild() function from DpCoreSrvr, as it would crash when the Core server is...
  13. Wokki

    v5 source not able to read resource?

    Been stuck at this point for a while now. Able to login, select server but that's where database server crashes. It was fine at first when I created a character, but now that the character exists it's crashing on character select. You must be registered for see element. Any idea why this is...
  14. Wokki

    v5 source not able to read resource?

    Added #defines for __MSRV, __BOT1021 and __18 and now the server is working properly. Is this normal for this client? You must be registered for see element.
  15. Wokki

    v5 source not able to read resource?

    What does your VersionCommon.h's look like? Do you have #define __MSVR in them? I'm wondering because I noticed that the Certifier was receiving the sever list length as 0 despite of the MSG_VER being same everywhere. Adding the #define __MSVR made the Certifier crash on start due to...
Back
Top