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 Basis

  1. Basis

    [Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

    I think I see what you're saying. If we are to judge it against Nexon's public server that hosts thousands of players, then just about any private server is comparatively pale. I don't delve too deeply into the logistics, as I just play it for fun occasionally. If I can quest a bit, max out my...
  2. Basis

    [Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

    Before Big Bang, MoopleDev was known as one of the best v83 sources publicly available. Today, it still is. Saying otherwise is kind of like saying You must be registered for see element.. It's arguably true, but there's not much point in saying it because there's no better alternative. So...
  3. Basis

    [BETA] MapleBitCMS

    Ok, I actually looked into the code and it appears that a while loop is being used to display one table row per character. It looks like he already handled ranking such that you can filter out banned people without worrying about the number. I haven't tried it myself, but you should be able to...
  4. Basis

    What is everyone from this section up to now?

    I'm a full time webmaster, farmer, and father.
  5. Basis

    [Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

    He shared a snapshot back in December 2014: You must be registered for see element.
  6. Basis

    [BETA] MapleBitCMS

    Create a variable that checks the ban state from the character table. $ban = // access the database if ($ban < 1) { echo 'Display the character.'; } else { echo ''; } If the rank number is being drawn from the character table as well, then filtering out the banned people will leave gaps...
  7. Basis

    [Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

    Wow, looks way different than anything out there. I like it!
  8. Basis

    NoLifeStory

    In saying "new Henesys", I'm referring to the graphic updates that Nexon made. It used to look different so this look is new in my mind. It is amazing how fast it works.
  9. Basis

    NoLifeStory

    The new Henesys looks great! That's good code to be generating the NX so flawlessly. You must be registered for see element.
  10. Basis

    NoLifeStory

    Retep998 has You must be registered for see element. for NoLifeStory. The last clear update was 6 days ago. Regardless, git updates are not indicative of progress.
  11. Basis

    [Dev] Maple.js - MapleStory server in Node.js

    Hey, for once someone is using a language that I am very familiar with. If I ever get around to contributing development, it will 100% be toward this.
  12. Basis

    [Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 120 You have to disable GM hide. It's on by default in MoopleDev.
  13. Basis

    [BETA] MapleBitCMS

    Without checking, I am fairly certain the two databases are using different definitions. Open each database and directly compare where the data is coming from. I bet they will yield different results. The code in this CMS is intended to use one specific structure (to my knowledge) and will not...
  14. Basis

    NoLifeStory

    And I can confirm it works on OS X. You must be registered for see element.
  15. Basis

    [BETA] MapleBitCMS

    The GD is in need of updating, but it is sufficient for most purposes.
Back
Top