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 Z41N

  1. Z41N

    Looking to make a private server for myself only

    Join our maple dev discord: You must be registered for see element.
  2. Z41N

    How to Setup a v83 MapleStory Private Server [HeavenMS]

    Looks like we solved this on our discord yea? If not, make sure your default schema is left as blank. Anyway, by popular demand, here's a video on how to setup HeavenMS using IntelliJ: You must be registered for see element. Plugging our discord link once more just in case, come join~ You must...
  3. Z41N

    How to Setup a v83 MapleStory Private Server [HeavenMS]

    Hey guys, for anyone reading this you're welcome to join a new discord server I made specifically to discuss creating your own server. Come join, ask questions, or provide feedback on how we can make this a safe place to ask questions and stuff. Thanks You must be registered for see element.
  4. Z41N

    How to Setup a v83 MapleStory Private Server [HeavenMS]

    Updated links and some formatting, provided links to missing DLLs for the commit 397 folder
  5. Z41N

    How to Setup a v83 MapleStory Private Server [HeavenMS]

    Hey, I've never used Hamachi but I would assume it gives you some static IP to use in place of your WAN IP. If that's the case, just update the config.yaml file with the Hamachi IP. Your client should be updated as well with this IP, you can use a program like STREDIT to do that easily. Open...
  6. Z41N

    Error after executing SQL in query browser

    Go to that line and check to see if that "duplicate" data already exists in your database. If it does, then there's no issue here
  7. Z41N

    SQL error when trying to launch - help

    Looks like you may have a versioning issue with your drivers. Follow this: You must be registered for see element.
  8. Z41N

    Error after executing SQL in query browser

    You probably ran twice. To be sure, I'd delete the schema and try re-importing all data again (you can backup certain tables if you already have important data you want to transfer over)
  9. Z41N

    Looking to make a private server for myself only

    Created one a while back, still stands for basics: You must be registered for see element. If you know what you're doing, just follow the HeavenMS git instructions. Intellij 4lyf3
  10. Z41N

    Scripting Quests and other things

    My go-to is reading through already existing scripts. Download HeavenMS and look through how the current quests/PQs are coded. I'm sure you can replicate from there. Here's a good resource to scripting: You must be registered for see element.
  11. Z41N

    How to display newly added items in the Cash Shop? v83

    Update the WZ files by adding your new nodes or updating existing ones with the correct itemId, and turning onSale to 1 Ensure there are no blockers in your code preventing certain itemIds or SNs from displaying After WZ edits are done, dump the XMLs to your server-side wz folder Restart server
  12. Z41N

    Nee some help

    Can you elaborate a bit more please wot
  13. Z41N

    Error compiling in Netbeans

    You can hold CTRL and select each manually, or just select-all by holding CTRL then press A. You must include each core , not the folder. After all that, make sure to build first. Once you succeeded, replace the jar into your dist folder and try launching again. See my post: You must be...
  14. Z41N

    MSI NPC HeavenMS - MapleInventoryType not defined

    Share a screenshot of what you see on the following lines: - NPCScriptManager line 178 - NPCMoreTalkHandler line 72 The way you can fix this is reading this error and working backwards. You see that "MapleInventoryType" is not defined, therefore it's either not coded OR the reference is...
  15. Z41N

    How to Setup a v83 MapleStory Private Server [HeavenMS]

    Hi All Did you make any changes to the underlying code? Did you ensure to use Java 8 in your project settings as indicated in the initial post? My pleasure - you can use any v83 MapleStory client. Do a google search with "v83 maplestory client" and you can find many. Most of these can be...
Back
Top