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 dango

  1. dango

    Can't use skill or change map when pet is picking the loot

    what source / version are you on?
  2. dango

    Solaxia Cashop bug

    Can you show me your MapleMapFactory?
  3. dango

    [Help] Switching game versions questions

    As for a first project, would downgrading Solaxia to v62 be a good place to start? Should I be comparing between what the differences are in the PacketCreator then? Am I taking the wrong route? Should ida be used to find structure instead of copying from a diff? Just getting the client up and...
  4. dango

    Solaxia Cashop bug

    This has been solved You must be registered for see element. by @You must be registered for see element., the fix is at the bottom of the thread. Been using this for a while.
  5. dango

    v75 MapleStory Odin-Teh Private Server Guide

    Good guide. Outdated content maybe, but gets straight to the point. Get it? Not getting it will result in your server not loading. or working. Pay attention!
  6. dango

    [Help] Switching game versions questions

    I was just testing if it were possible, honestly. Got myself all determined but that feeling was quickly undermined by lack of understanding. Tried using v62/v83 opcodes in the Mushy v175 source. Game would not start. Quickly tried using v62 codes in MapleSolaxia and MoopleDev v83 sources. Same...
  7. dango

    [Help] Switching game versions questions

    Hello all, After reading up on a few tutorials on how to switch between versions of the game, I am still hesitant about putting this into action. the instructions seem fuzzy. what would one do if they wanted to swap the opcodes from one source into another? is that possible? took a fat minute...
  8. dango

    [Help] MoopleDEV - client crashes when creating a character

    /* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General...
  9. dango

    [Help] MoopleDEV - client crashes when creating a character

    at client.inventory.ItemFactory.saveItems(ItemFactory.java:162) at client.user.User.insertNewChar(User.java:3264) at net.server.handlers.login.CreateNewCharacter.handlePacket(CreateNewCharacter.java:135) at net.MapleServerHandler.messageReceived(MapleServerHandler.java:122) *Check...
  10. dango

    RaGEZONE Awards 2016

    can i vote for @You must be registered for see element. ? hehe ^^
  11. dango

    Windows 10 v83 localhost

    Was having a bit of a rough time completely understanding how to implement the fix. If it works as expected, I'll be using this locally over the client provided with Moople. Speaking of that, was this created based on Kevin's, or by Color's, or? Honestly thank you for this.
  12. dango

    Questions about coding!

    1). Afaik it's a design choice (personal preference) not to group these classes which may increase performance (albeit a negligible increase). Following a more strict design pattern could help with clutter imo. I've heard design patterns like the Chain of Responsibility and/or the Single...
Back
Top